Documentation ¶
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
- func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
- func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
- func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
- func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)
- func (m *Agent) GetAvatarUri() string
- func (m *Agent) GetClassificationThreshold() float32
- func (m *Agent) GetDefaultLanguageCode() string
- func (m *Agent) GetDescription() string
- func (m *Agent) GetDisplayName() string
- func (m *Agent) GetEnableLogging() bool
- func (m *Agent) GetMatchMode() Agent_MatchMode
- func (m *Agent) GetParent() string
- func (m *Agent) GetSupportedLanguageCodes() []string
- func (m *Agent) GetTimeZone() string
- func (*Agent) ProtoMessage()
- func (m *Agent) Reset()
- func (m *Agent) String() string
- func (m *Agent) XXX_DiscardUnknown()
- func (m *Agent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Agent) XXX_Merge(src proto.Message)
- func (m *Agent) XXX_Size() int
- func (m *Agent) XXX_Unmarshal(b []byte) error
- type Agent_MatchMode
- type AgentsClient
- type AgentsServer
- type AudioEncoding
- type BatchCreateEntitiesRequest
- func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)
- func (m *BatchCreateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (m *BatchCreateEntitiesRequest) GetLanguageCode() string
- func (m *BatchCreateEntitiesRequest) GetParent() string
- func (*BatchCreateEntitiesRequest) ProtoMessage()
- func (m *BatchCreateEntitiesRequest) Reset()
- func (m *BatchCreateEntitiesRequest) String() string
- func (m *BatchCreateEntitiesRequest) XXX_DiscardUnknown()
- func (m *BatchCreateEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchCreateEntitiesRequest) XXX_Merge(src proto.Message)
- func (m *BatchCreateEntitiesRequest) XXX_Size() int
- func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error
- type BatchDeleteEntitiesRequest
- func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int)
- func (m *BatchDeleteEntitiesRequest) GetEntityValues() []string
- func (m *BatchDeleteEntitiesRequest) GetLanguageCode() string
- func (m *BatchDeleteEntitiesRequest) GetParent() string
- func (*BatchDeleteEntitiesRequest) ProtoMessage()
- func (m *BatchDeleteEntitiesRequest) Reset()
- func (m *BatchDeleteEntitiesRequest) String() string
- func (m *BatchDeleteEntitiesRequest) XXX_DiscardUnknown()
- func (m *BatchDeleteEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchDeleteEntitiesRequest) XXX_Merge(src proto.Message)
- func (m *BatchDeleteEntitiesRequest) XXX_Size() int
- func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error
- type BatchDeleteEntityTypesRequest
- func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int)
- func (m *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string
- func (m *BatchDeleteEntityTypesRequest) GetParent() string
- func (*BatchDeleteEntityTypesRequest) ProtoMessage()
- func (m *BatchDeleteEntityTypesRequest) Reset()
- func (m *BatchDeleteEntityTypesRequest) String() string
- func (m *BatchDeleteEntityTypesRequest) XXX_DiscardUnknown()
- func (m *BatchDeleteEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchDeleteEntityTypesRequest) XXX_Merge(src proto.Message)
- func (m *BatchDeleteEntityTypesRequest) XXX_Size() int
- func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error
- type BatchDeleteIntentsRequest
- func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int)
- func (m *BatchDeleteIntentsRequest) GetIntents() []*Intent
- func (m *BatchDeleteIntentsRequest) GetParent() string
- func (*BatchDeleteIntentsRequest) ProtoMessage()
- func (m *BatchDeleteIntentsRequest) Reset()
- func (m *BatchDeleteIntentsRequest) String() string
- func (m *BatchDeleteIntentsRequest) XXX_DiscardUnknown()
- func (m *BatchDeleteIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchDeleteIntentsRequest) XXX_Merge(src proto.Message)
- func (m *BatchDeleteIntentsRequest) XXX_Size() int
- func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error
- type BatchUpdateEntitiesRequest
- func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int)
- func (m *BatchUpdateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (m *BatchUpdateEntitiesRequest) GetLanguageCode() string
- func (m *BatchUpdateEntitiesRequest) GetParent() string
- func (m *BatchUpdateEntitiesRequest) GetUpdateMask() *field_mask.FieldMask
- func (*BatchUpdateEntitiesRequest) ProtoMessage()
- func (m *BatchUpdateEntitiesRequest) Reset()
- func (m *BatchUpdateEntitiesRequest) String() string
- func (m *BatchUpdateEntitiesRequest) XXX_DiscardUnknown()
- func (m *BatchUpdateEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchUpdateEntitiesRequest) XXX_Merge(src proto.Message)
- func (m *BatchUpdateEntitiesRequest) XXX_Size() int
- func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error
- type BatchUpdateEntityTypesRequest
- func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int)
- func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatch() isBatchUpdateEntityTypesRequest_EntityTypeBatch
- func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline() *EntityTypeBatch
- func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri() string
- func (m *BatchUpdateEntityTypesRequest) GetLanguageCode() string
- func (m *BatchUpdateEntityTypesRequest) GetParent() string
- func (m *BatchUpdateEntityTypesRequest) GetUpdateMask() *field_mask.FieldMask
- func (*BatchUpdateEntityTypesRequest) ProtoMessage()
- func (m *BatchUpdateEntityTypesRequest) Reset()
- func (m *BatchUpdateEntityTypesRequest) String() string
- func (m *BatchUpdateEntityTypesRequest) XXX_DiscardUnknown()
- func (m *BatchUpdateEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchUpdateEntityTypesRequest) XXX_Merge(src proto.Message)
- func (*BatchUpdateEntityTypesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *BatchUpdateEntityTypesRequest) XXX_Size() int
- func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error
- type BatchUpdateEntityTypesRequest_EntityTypeBatchInline
- type BatchUpdateEntityTypesRequest_EntityTypeBatchUri
- type BatchUpdateEntityTypesResponse
- func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int)
- func (m *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType
- func (*BatchUpdateEntityTypesResponse) ProtoMessage()
- func (m *BatchUpdateEntityTypesResponse) Reset()
- func (m *BatchUpdateEntityTypesResponse) String() string
- func (m *BatchUpdateEntityTypesResponse) XXX_DiscardUnknown()
- func (m *BatchUpdateEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchUpdateEntityTypesResponse) XXX_Merge(src proto.Message)
- func (m *BatchUpdateEntityTypesResponse) XXX_Size() int
- func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error
- type BatchUpdateIntentsRequest
- func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int)
- func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch
- func (m *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch
- func (m *BatchUpdateIntentsRequest) GetIntentBatchUri() string
- func (m *BatchUpdateIntentsRequest) GetIntentView() IntentView
- func (m *BatchUpdateIntentsRequest) GetLanguageCode() string
- func (m *BatchUpdateIntentsRequest) GetParent() string
- func (m *BatchUpdateIntentsRequest) GetUpdateMask() *field_mask.FieldMask
- func (*BatchUpdateIntentsRequest) ProtoMessage()
- func (m *BatchUpdateIntentsRequest) Reset()
- func (m *BatchUpdateIntentsRequest) String() string
- func (m *BatchUpdateIntentsRequest) XXX_DiscardUnknown()
- func (m *BatchUpdateIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchUpdateIntentsRequest) XXX_Merge(src proto.Message)
- func (*BatchUpdateIntentsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *BatchUpdateIntentsRequest) XXX_Size() int
- func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error
- type BatchUpdateIntentsRequest_IntentBatchInline
- type BatchUpdateIntentsRequest_IntentBatchUri
- type BatchUpdateIntentsResponse
- func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int)
- func (m *BatchUpdateIntentsResponse) GetIntents() []*Intent
- func (*BatchUpdateIntentsResponse) ProtoMessage()
- func (m *BatchUpdateIntentsResponse) Reset()
- func (m *BatchUpdateIntentsResponse) String() string
- func (m *BatchUpdateIntentsResponse) XXX_DiscardUnknown()
- func (m *BatchUpdateIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BatchUpdateIntentsResponse) XXX_Merge(src proto.Message)
- func (m *BatchUpdateIntentsResponse) XXX_Size() int
- func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error
- type Context
- func (*Context) Descriptor() ([]byte, []int)
- func (m *Context) GetLifespanCount() int32
- func (m *Context) GetName() string
- func (m *Context) GetParameters() *_struct.Struct
- func (*Context) ProtoMessage()
- func (m *Context) Reset()
- func (m *Context) String() string
- func (m *Context) XXX_DiscardUnknown()
- func (m *Context) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Context) XXX_Merge(src proto.Message)
- func (m *Context) XXX_Size() int
- func (m *Context) XXX_Unmarshal(b []byte) error
- type ContextsClient
- type ContextsServer
- type CreateContextRequest
- func (*CreateContextRequest) Descriptor() ([]byte, []int)
- func (m *CreateContextRequest) GetContext() *Context
- func (m *CreateContextRequest) GetParent() string
- func (*CreateContextRequest) ProtoMessage()
- func (m *CreateContextRequest) Reset()
- func (m *CreateContextRequest) String() string
- func (m *CreateContextRequest) XXX_DiscardUnknown()
- func (m *CreateContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateContextRequest) XXX_Merge(src proto.Message)
- func (m *CreateContextRequest) XXX_Size() int
- func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error
- type CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *CreateEntityTypeRequest) GetEntityType() *EntityType
- func (m *CreateEntityTypeRequest) GetLanguageCode() string
- func (m *CreateEntityTypeRequest) GetParent() string
- func (*CreateEntityTypeRequest) ProtoMessage()
- func (m *CreateEntityTypeRequest) Reset()
- func (m *CreateEntityTypeRequest) String() string
- func (m *CreateEntityTypeRequest) XXX_DiscardUnknown()
- func (m *CreateEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *CreateEntityTypeRequest) XXX_Size() int
- func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type CreateIntentRequest
- func (*CreateIntentRequest) Descriptor() ([]byte, []int)
- func (m *CreateIntentRequest) GetIntent() *Intent
- func (m *CreateIntentRequest) GetIntentView() IntentView
- func (m *CreateIntentRequest) GetLanguageCode() string
- func (m *CreateIntentRequest) GetParent() string
- func (*CreateIntentRequest) ProtoMessage()
- func (m *CreateIntentRequest) Reset()
- func (m *CreateIntentRequest) String() string
- func (m *CreateIntentRequest) XXX_DiscardUnknown()
- func (m *CreateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateIntentRequest) XXX_Merge(src proto.Message)
- func (m *CreateIntentRequest) XXX_Size() int
- func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error
- type CreateSessionEntityTypeRequest
- func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *CreateSessionEntityTypeRequest) GetParent() string
- func (m *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (*CreateSessionEntityTypeRequest) ProtoMessage()
- func (m *CreateSessionEntityTypeRequest) Reset()
- func (m *CreateSessionEntityTypeRequest) String() string
- func (m *CreateSessionEntityTypeRequest) XXX_DiscardUnknown()
- func (m *CreateSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateSessionEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *CreateSessionEntityTypeRequest) XXX_Size() int
- func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type DeleteAllContextsRequest
- func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAllContextsRequest) GetParent() string
- func (*DeleteAllContextsRequest) ProtoMessage()
- func (m *DeleteAllContextsRequest) Reset()
- func (m *DeleteAllContextsRequest) String() string
- func (m *DeleteAllContextsRequest) XXX_DiscardUnknown()
- func (m *DeleteAllContextsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteAllContextsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteAllContextsRequest) XXX_Size() int
- func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error
- type DeleteContextRequest
- func (*DeleteContextRequest) Descriptor() ([]byte, []int)
- func (m *DeleteContextRequest) GetName() string
- func (*DeleteContextRequest) ProtoMessage()
- func (m *DeleteContextRequest) Reset()
- func (m *DeleteContextRequest) String() string
- func (m *DeleteContextRequest) XXX_DiscardUnknown()
- func (m *DeleteContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteContextRequest) XXX_Merge(src proto.Message)
- func (m *DeleteContextRequest) XXX_Size() int
- func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *DeleteEntityTypeRequest) GetName() string
- func (*DeleteEntityTypeRequest) ProtoMessage()
- func (m *DeleteEntityTypeRequest) Reset()
- func (m *DeleteEntityTypeRequest) String() string
- func (m *DeleteEntityTypeRequest) XXX_DiscardUnknown()
- func (m *DeleteEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *DeleteEntityTypeRequest) XXX_Size() int
- func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type DeleteIntentRequest
- func (*DeleteIntentRequest) Descriptor() ([]byte, []int)
- func (m *DeleteIntentRequest) GetName() string
- func (*DeleteIntentRequest) ProtoMessage()
- func (m *DeleteIntentRequest) Reset()
- func (m *DeleteIntentRequest) String() string
- func (m *DeleteIntentRequest) XXX_DiscardUnknown()
- func (m *DeleteIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteIntentRequest) XXX_Merge(src proto.Message)
- func (m *DeleteIntentRequest) XXX_Size() int
- func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error
- type DeleteSessionEntityTypeRequest
- func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *DeleteSessionEntityTypeRequest) GetName() string
- func (*DeleteSessionEntityTypeRequest) ProtoMessage()
- func (m *DeleteSessionEntityTypeRequest) Reset()
- func (m *DeleteSessionEntityTypeRequest) String() string
- func (m *DeleteSessionEntityTypeRequest) XXX_DiscardUnknown()
- func (m *DeleteSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeleteSessionEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *DeleteSessionEntityTypeRequest) XXX_Size() int
- func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type DetectIntentRequest
- func (*DetectIntentRequest) Descriptor() ([]byte, []int)
- func (m *DetectIntentRequest) GetInputAudio() []byte
- func (m *DetectIntentRequest) GetQueryInput() *QueryInput
- func (m *DetectIntentRequest) GetQueryParams() *QueryParameters
- func (m *DetectIntentRequest) GetSession() string
- func (*DetectIntentRequest) ProtoMessage()
- func (m *DetectIntentRequest) Reset()
- func (m *DetectIntentRequest) String() string
- func (m *DetectIntentRequest) XXX_DiscardUnknown()
- func (m *DetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DetectIntentRequest) XXX_Merge(src proto.Message)
- func (m *DetectIntentRequest) XXX_Size() int
- func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error
- type DetectIntentResponse
- func (*DetectIntentResponse) Descriptor() ([]byte, []int)
- func (m *DetectIntentResponse) GetQueryResult() *QueryResult
- func (m *DetectIntentResponse) GetResponseId() string
- func (m *DetectIntentResponse) GetWebhookStatus() *status.Status
- func (*DetectIntentResponse) ProtoMessage()
- func (m *DetectIntentResponse) Reset()
- func (m *DetectIntentResponse) String() string
- func (m *DetectIntentResponse) XXX_DiscardUnknown()
- func (m *DetectIntentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DetectIntentResponse) XXX_Merge(src proto.Message)
- func (m *DetectIntentResponse) XXX_Size() int
- func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)
- func (m *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
- func (m *EntityType) GetDisplayName() string
- func (m *EntityType) GetEntities() []*EntityType_Entity
- func (m *EntityType) GetKind() EntityType_Kind
- func (m *EntityType) GetName() string
- func (*EntityType) ProtoMessage()
- func (m *EntityType) Reset()
- func (m *EntityType) String() string
- func (m *EntityType) XXX_DiscardUnknown()
- func (m *EntityType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EntityType) XXX_Merge(src proto.Message)
- func (m *EntityType) XXX_Size() int
- func (m *EntityType) XXX_Unmarshal(b []byte) error
- type EntityTypeBatch
- func (*EntityTypeBatch) Descriptor() ([]byte, []int)
- func (m *EntityTypeBatch) GetEntityTypes() []*EntityType
- func (*EntityTypeBatch) ProtoMessage()
- func (m *EntityTypeBatch) Reset()
- func (m *EntityTypeBatch) String() string
- func (m *EntityTypeBatch) XXX_DiscardUnknown()
- func (m *EntityTypeBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EntityTypeBatch) XXX_Merge(src proto.Message)
- func (m *EntityTypeBatch) XXX_Size() int
- func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error
- type EntityType_AutoExpansionMode
- type EntityType_Entity
- func (*EntityType_Entity) Descriptor() ([]byte, []int)
- func (m *EntityType_Entity) GetSynonyms() []string
- func (m *EntityType_Entity) GetValue() string
- func (*EntityType_Entity) ProtoMessage()
- func (m *EntityType_Entity) Reset()
- func (m *EntityType_Entity) String() string
- func (m *EntityType_Entity) XXX_DiscardUnknown()
- func (m *EntityType_Entity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EntityType_Entity) XXX_Merge(src proto.Message)
- func (m *EntityType_Entity) XXX_Size() int
- func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error
- type EntityType_Kind
- type EntityTypesClient
- type EntityTypesServer
- type EventInput
- func (*EventInput) Descriptor() ([]byte, []int)
- func (m *EventInput) GetLanguageCode() string
- func (m *EventInput) GetName() string
- func (m *EventInput) GetParameters() *_struct.Struct
- func (*EventInput) ProtoMessage()
- func (m *EventInput) Reset()
- func (m *EventInput) String() string
- func (m *EventInput) XXX_DiscardUnknown()
- func (m *EventInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventInput) XXX_Merge(src proto.Message)
- func (m *EventInput) XXX_Size() int
- func (m *EventInput) XXX_Unmarshal(b []byte) error
- type ExportAgentRequest
- func (*ExportAgentRequest) Descriptor() ([]byte, []int)
- func (m *ExportAgentRequest) GetAgentUri() string
- func (m *ExportAgentRequest) GetParent() string
- func (*ExportAgentRequest) ProtoMessage()
- func (m *ExportAgentRequest) Reset()
- func (m *ExportAgentRequest) String() string
- func (m *ExportAgentRequest) XXX_DiscardUnknown()
- func (m *ExportAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExportAgentRequest) XXX_Merge(src proto.Message)
- func (m *ExportAgentRequest) XXX_Size() int
- func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error
- type ExportAgentResponse
- func (*ExportAgentResponse) Descriptor() ([]byte, []int)
- func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
- func (m *ExportAgentResponse) GetAgentContent() []byte
- func (m *ExportAgentResponse) GetAgentUri() string
- func (*ExportAgentResponse) ProtoMessage()
- func (m *ExportAgentResponse) Reset()
- func (m *ExportAgentResponse) String() string
- func (m *ExportAgentResponse) XXX_DiscardUnknown()
- func (m *ExportAgentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExportAgentResponse) XXX_Merge(src proto.Message)
- func (*ExportAgentResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *ExportAgentResponse) XXX_Size() int
- func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error
- type ExportAgentResponse_AgentContent
- type ExportAgentResponse_AgentUri
- type GetAgentRequest
- func (*GetAgentRequest) Descriptor() ([]byte, []int)
- func (m *GetAgentRequest) GetParent() string
- func (*GetAgentRequest) ProtoMessage()
- func (m *GetAgentRequest) Reset()
- func (m *GetAgentRequest) String() string
- func (m *GetAgentRequest) XXX_DiscardUnknown()
- func (m *GetAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetAgentRequest) XXX_Merge(src proto.Message)
- func (m *GetAgentRequest) XXX_Size() int
- func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error
- type GetContextRequest
- func (*GetContextRequest) Descriptor() ([]byte, []int)
- func (m *GetContextRequest) GetName() string
- func (*GetContextRequest) ProtoMessage()
- func (m *GetContextRequest) Reset()
- func (m *GetContextRequest) String() string
- func (m *GetContextRequest) XXX_DiscardUnknown()
- func (m *GetContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetContextRequest) XXX_Merge(src proto.Message)
- func (m *GetContextRequest) XXX_Size() int
- func (m *GetContextRequest) XXX_Unmarshal(b []byte) error
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *GetEntityTypeRequest) GetLanguageCode() string
- func (m *GetEntityTypeRequest) GetName() string
- func (*GetEntityTypeRequest) ProtoMessage()
- func (m *GetEntityTypeRequest) Reset()
- func (m *GetEntityTypeRequest) String() string
- func (m *GetEntityTypeRequest) XXX_DiscardUnknown()
- func (m *GetEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *GetEntityTypeRequest) XXX_Size() int
- func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type GetIntentRequest
- func (*GetIntentRequest) Descriptor() ([]byte, []int)
- func (m *GetIntentRequest) GetIntentView() IntentView
- func (m *GetIntentRequest) GetLanguageCode() string
- func (m *GetIntentRequest) GetName() string
- func (*GetIntentRequest) ProtoMessage()
- func (m *GetIntentRequest) Reset()
- func (m *GetIntentRequest) String() string
- func (m *GetIntentRequest) XXX_DiscardUnknown()
- func (m *GetIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetIntentRequest) XXX_Merge(src proto.Message)
- func (m *GetIntentRequest) XXX_Size() int
- func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error
- type GetSessionEntityTypeRequest
- func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *GetSessionEntityTypeRequest) GetName() string
- func (*GetSessionEntityTypeRequest) ProtoMessage()
- func (m *GetSessionEntityTypeRequest) Reset()
- func (m *GetSessionEntityTypeRequest) String() string
- func (m *GetSessionEntityTypeRequest) XXX_DiscardUnknown()
- func (m *GetSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetSessionEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *GetSessionEntityTypeRequest) XXX_Size() int
- func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type ImportAgentRequest
- func (*ImportAgentRequest) Descriptor() ([]byte, []int)
- func (m *ImportAgentRequest) GetAgent() isImportAgentRequest_Agent
- func (m *ImportAgentRequest) GetAgentContent() []byte
- func (m *ImportAgentRequest) GetAgentUri() string
- func (m *ImportAgentRequest) GetParent() string
- func (*ImportAgentRequest) ProtoMessage()
- func (m *ImportAgentRequest) Reset()
- func (m *ImportAgentRequest) String() string
- func (m *ImportAgentRequest) XXX_DiscardUnknown()
- func (m *ImportAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ImportAgentRequest) XXX_Merge(src proto.Message)
- func (*ImportAgentRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *ImportAgentRequest) XXX_Size() int
- func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error
- type ImportAgentRequest_AgentContent
- type ImportAgentRequest_AgentUri
- type InputAudioConfig
- func (*InputAudioConfig) Descriptor() ([]byte, []int)
- func (m *InputAudioConfig) GetAudioEncoding() AudioEncoding
- func (m *InputAudioConfig) GetLanguageCode() string
- func (m *InputAudioConfig) GetPhraseHints() []string
- func (m *InputAudioConfig) GetSampleRateHertz() int32
- func (*InputAudioConfig) ProtoMessage()
- func (m *InputAudioConfig) Reset()
- func (m *InputAudioConfig) String() string
- func (m *InputAudioConfig) XXX_DiscardUnknown()
- func (m *InputAudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InputAudioConfig) XXX_Merge(src proto.Message)
- func (m *InputAudioConfig) XXX_Size() int
- func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error
- type Intent
- func (*Intent) Descriptor() ([]byte, []int)
- func (m *Intent) GetAction() string
- func (m *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform
- func (m *Intent) GetDisplayName() string
- func (m *Intent) GetEvents() []string
- func (m *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo
- func (m *Intent) GetInputContextNames() []string
- func (m *Intent) GetIsFallback() bool
- func (m *Intent) GetMessages() []*Intent_Message
- func (m *Intent) GetMlDisabled() bool
- func (m *Intent) GetName() string
- func (m *Intent) GetOutputContexts() []*Context
- func (m *Intent) GetParameters() []*Intent_Parameter
- func (m *Intent) GetParentFollowupIntentName() string
- func (m *Intent) GetPriority() int32
- func (m *Intent) GetResetContexts() bool
- func (m *Intent) GetRootFollowupIntentName() string
- func (m *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase
- func (m *Intent) GetWebhookState() Intent_WebhookState
- func (*Intent) ProtoMessage()
- func (m *Intent) Reset()
- func (m *Intent) String() string
- func (m *Intent) XXX_DiscardUnknown()
- func (m *Intent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent) XXX_Merge(src proto.Message)
- func (m *Intent) XXX_Size() int
- func (m *Intent) XXX_Unmarshal(b []byte) error
- type IntentBatch
- func (*IntentBatch) Descriptor() ([]byte, []int)
- func (m *IntentBatch) GetIntents() []*Intent
- func (*IntentBatch) ProtoMessage()
- func (m *IntentBatch) Reset()
- func (m *IntentBatch) String() string
- func (m *IntentBatch) XXX_DiscardUnknown()
- func (m *IntentBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntentBatch) XXX_Merge(src proto.Message)
- func (m *IntentBatch) XXX_Size() int
- func (m *IntentBatch) XXX_Unmarshal(b []byte) error
- type IntentView
- type Intent_FollowupIntentInfo
- func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int)
- func (m *Intent_FollowupIntentInfo) GetFollowupIntentName() string
- func (m *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string
- func (*Intent_FollowupIntentInfo) ProtoMessage()
- func (m *Intent_FollowupIntentInfo) Reset()
- func (m *Intent_FollowupIntentInfo) String() string
- func (m *Intent_FollowupIntentInfo) XXX_DiscardUnknown()
- func (m *Intent_FollowupIntentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_FollowupIntentInfo) XXX_Merge(src proto.Message)
- func (m *Intent_FollowupIntentInfo) XXX_Size() int
- func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error
- type Intent_Message
- func (*Intent_Message) Descriptor() ([]byte, []int)
- func (m *Intent_Message) GetBasicCard() *Intent_Message_BasicCard
- func (m *Intent_Message) GetCard() *Intent_Message_Card
- func (m *Intent_Message) GetCarouselSelect() *Intent_Message_CarouselSelect
- func (m *Intent_Message) GetImage() *Intent_Message_Image
- func (m *Intent_Message) GetLinkOutSuggestion() *Intent_Message_LinkOutSuggestion
- func (m *Intent_Message) GetListSelect() *Intent_Message_ListSelect
- func (m *Intent_Message) GetMessage() isIntent_Message_Message
- func (m *Intent_Message) GetPayload() *_struct.Struct
- func (m *Intent_Message) GetPlatform() Intent_Message_Platform
- func (m *Intent_Message) GetQuickReplies() *Intent_Message_QuickReplies
- func (m *Intent_Message) GetSimpleResponses() *Intent_Message_SimpleResponses
- func (m *Intent_Message) GetSuggestions() *Intent_Message_Suggestions
- func (m *Intent_Message) GetText() *Intent_Message_Text
- func (*Intent_Message) ProtoMessage()
- func (m *Intent_Message) Reset()
- func (m *Intent_Message) String() string
- func (m *Intent_Message) XXX_DiscardUnknown()
- func (m *Intent_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message) XXX_Merge(src proto.Message)
- func (*Intent_Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Intent_Message) XXX_Size() int
- func (m *Intent_Message) XXX_Unmarshal(b []byte) error
- type Intent_Message_BasicCard
- func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int)
- func (m *Intent_Message_BasicCard) GetButtons() []*Intent_Message_BasicCard_Button
- func (m *Intent_Message_BasicCard) GetFormattedText() string
- func (m *Intent_Message_BasicCard) GetImage() *Intent_Message_Image
- func (m *Intent_Message_BasicCard) GetSubtitle() string
- func (m *Intent_Message_BasicCard) GetTitle() string
- func (*Intent_Message_BasicCard) ProtoMessage()
- func (m *Intent_Message_BasicCard) Reset()
- func (m *Intent_Message_BasicCard) String() string
- func (m *Intent_Message_BasicCard) XXX_DiscardUnknown()
- func (m *Intent_Message_BasicCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_BasicCard) XXX_Merge(src proto.Message)
- func (m *Intent_Message_BasicCard) XXX_Size() int
- func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error
- type Intent_Message_BasicCard_
- type Intent_Message_BasicCard_Button
- func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int)
- func (m *Intent_Message_BasicCard_Button) GetOpenUriAction() *Intent_Message_BasicCard_Button_OpenUriAction
- func (m *Intent_Message_BasicCard_Button) GetTitle() string
- func (*Intent_Message_BasicCard_Button) ProtoMessage()
- func (m *Intent_Message_BasicCard_Button) Reset()
- func (m *Intent_Message_BasicCard_Button) String() string
- func (m *Intent_Message_BasicCard_Button) XXX_DiscardUnknown()
- func (m *Intent_Message_BasicCard_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_BasicCard_Button) XXX_Merge(src proto.Message)
- func (m *Intent_Message_BasicCard_Button) XXX_Size() int
- func (m *Intent_Message_BasicCard_Button) XXX_Unmarshal(b []byte) error
- type Intent_Message_BasicCard_Button_OpenUriAction
- func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int)
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) GetUri() string
- func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage()
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) Reset()
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) String() string
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_DiscardUnknown()
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Merge(src proto.Message)
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Size() int
- func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal(b []byte) error
- type Intent_Message_Card
- func (*Intent_Message_Card) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Card) GetButtons() []*Intent_Message_Card_Button
- func (m *Intent_Message_Card) GetImageUri() string
- func (m *Intent_Message_Card) GetSubtitle() string
- func (m *Intent_Message_Card) GetTitle() string
- func (*Intent_Message_Card) ProtoMessage()
- func (m *Intent_Message_Card) Reset()
- func (m *Intent_Message_Card) String() string
- func (m *Intent_Message_Card) XXX_DiscardUnknown()
- func (m *Intent_Message_Card) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Card) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Card) XXX_Size() int
- func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error
- type Intent_Message_Card_
- type Intent_Message_Card_Button
- func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Card_Button) GetPostback() string
- func (m *Intent_Message_Card_Button) GetText() string
- func (*Intent_Message_Card_Button) ProtoMessage()
- func (m *Intent_Message_Card_Button) Reset()
- func (m *Intent_Message_Card_Button) String() string
- func (m *Intent_Message_Card_Button) XXX_DiscardUnknown()
- func (m *Intent_Message_Card_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Card_Button) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Card_Button) XXX_Size() int
- func (m *Intent_Message_Card_Button) XXX_Unmarshal(b []byte) error
- type Intent_Message_CarouselSelect
- func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int)
- func (m *Intent_Message_CarouselSelect) GetItems() []*Intent_Message_CarouselSelect_Item
- func (*Intent_Message_CarouselSelect) ProtoMessage()
- func (m *Intent_Message_CarouselSelect) Reset()
- func (m *Intent_Message_CarouselSelect) String() string
- func (m *Intent_Message_CarouselSelect) XXX_DiscardUnknown()
- func (m *Intent_Message_CarouselSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_CarouselSelect) XXX_Merge(src proto.Message)
- func (m *Intent_Message_CarouselSelect) XXX_Size() int
- func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error
- type Intent_Message_CarouselSelect_
- type Intent_Message_CarouselSelect_Item
- func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int)
- func (m *Intent_Message_CarouselSelect_Item) GetDescription() string
- func (m *Intent_Message_CarouselSelect_Item) GetImage() *Intent_Message_Image
- func (m *Intent_Message_CarouselSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
- func (m *Intent_Message_CarouselSelect_Item) GetTitle() string
- func (*Intent_Message_CarouselSelect_Item) ProtoMessage()
- func (m *Intent_Message_CarouselSelect_Item) Reset()
- func (m *Intent_Message_CarouselSelect_Item) String() string
- func (m *Intent_Message_CarouselSelect_Item) XXX_DiscardUnknown()
- func (m *Intent_Message_CarouselSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_CarouselSelect_Item) XXX_Merge(src proto.Message)
- func (m *Intent_Message_CarouselSelect_Item) XXX_Size() int
- func (m *Intent_Message_CarouselSelect_Item) XXX_Unmarshal(b []byte) error
- type Intent_Message_Image
- func (*Intent_Message_Image) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Image) GetAccessibilityText() string
- func (m *Intent_Message_Image) GetImageUri() string
- func (*Intent_Message_Image) ProtoMessage()
- func (m *Intent_Message_Image) Reset()
- func (m *Intent_Message_Image) String() string
- func (m *Intent_Message_Image) XXX_DiscardUnknown()
- func (m *Intent_Message_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Image) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Image) XXX_Size() int
- func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error
- type Intent_Message_Image_
- type Intent_Message_LinkOutSuggestion
- func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int)
- func (m *Intent_Message_LinkOutSuggestion) GetDestinationName() string
- func (m *Intent_Message_LinkOutSuggestion) GetUri() string
- func (*Intent_Message_LinkOutSuggestion) ProtoMessage()
- func (m *Intent_Message_LinkOutSuggestion) Reset()
- func (m *Intent_Message_LinkOutSuggestion) String() string
- func (m *Intent_Message_LinkOutSuggestion) XXX_DiscardUnknown()
- func (m *Intent_Message_LinkOutSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_LinkOutSuggestion) XXX_Merge(src proto.Message)
- func (m *Intent_Message_LinkOutSuggestion) XXX_Size() int
- func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error
- type Intent_Message_LinkOutSuggestion_
- type Intent_Message_ListSelect
- func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int)
- func (m *Intent_Message_ListSelect) GetItems() []*Intent_Message_ListSelect_Item
- func (m *Intent_Message_ListSelect) GetTitle() string
- func (*Intent_Message_ListSelect) ProtoMessage()
- func (m *Intent_Message_ListSelect) Reset()
- func (m *Intent_Message_ListSelect) String() string
- func (m *Intent_Message_ListSelect) XXX_DiscardUnknown()
- func (m *Intent_Message_ListSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_ListSelect) XXX_Merge(src proto.Message)
- func (m *Intent_Message_ListSelect) XXX_Size() int
- func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error
- type Intent_Message_ListSelect_
- type Intent_Message_ListSelect_Item
- func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int)
- func (m *Intent_Message_ListSelect_Item) GetDescription() string
- func (m *Intent_Message_ListSelect_Item) GetImage() *Intent_Message_Image
- func (m *Intent_Message_ListSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
- func (m *Intent_Message_ListSelect_Item) GetTitle() string
- func (*Intent_Message_ListSelect_Item) ProtoMessage()
- func (m *Intent_Message_ListSelect_Item) Reset()
- func (m *Intent_Message_ListSelect_Item) String() string
- func (m *Intent_Message_ListSelect_Item) XXX_DiscardUnknown()
- func (m *Intent_Message_ListSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_ListSelect_Item) XXX_Merge(src proto.Message)
- func (m *Intent_Message_ListSelect_Item) XXX_Size() int
- func (m *Intent_Message_ListSelect_Item) XXX_Unmarshal(b []byte) error
- type Intent_Message_Payload
- type Intent_Message_Platform
- type Intent_Message_QuickReplies
- func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int)
- func (m *Intent_Message_QuickReplies) GetQuickReplies() []string
- func (m *Intent_Message_QuickReplies) GetTitle() string
- func (*Intent_Message_QuickReplies) ProtoMessage()
- func (m *Intent_Message_QuickReplies) Reset()
- func (m *Intent_Message_QuickReplies) String() string
- func (m *Intent_Message_QuickReplies) XXX_DiscardUnknown()
- func (m *Intent_Message_QuickReplies) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_QuickReplies) XXX_Merge(src proto.Message)
- func (m *Intent_Message_QuickReplies) XXX_Size() int
- func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error
- type Intent_Message_QuickReplies_
- type Intent_Message_SelectItemInfo
- func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int)
- func (m *Intent_Message_SelectItemInfo) GetKey() string
- func (m *Intent_Message_SelectItemInfo) GetSynonyms() []string
- func (*Intent_Message_SelectItemInfo) ProtoMessage()
- func (m *Intent_Message_SelectItemInfo) Reset()
- func (m *Intent_Message_SelectItemInfo) String() string
- func (m *Intent_Message_SelectItemInfo) XXX_DiscardUnknown()
- func (m *Intent_Message_SelectItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_SelectItemInfo) XXX_Merge(src proto.Message)
- func (m *Intent_Message_SelectItemInfo) XXX_Size() int
- func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error
- type Intent_Message_SimpleResponse
- func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int)
- func (m *Intent_Message_SimpleResponse) GetDisplayText() string
- func (m *Intent_Message_SimpleResponse) GetSsml() string
- func (m *Intent_Message_SimpleResponse) GetTextToSpeech() string
- func (*Intent_Message_SimpleResponse) ProtoMessage()
- func (m *Intent_Message_SimpleResponse) Reset()
- func (m *Intent_Message_SimpleResponse) String() string
- func (m *Intent_Message_SimpleResponse) XXX_DiscardUnknown()
- func (m *Intent_Message_SimpleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_SimpleResponse) XXX_Merge(src proto.Message)
- func (m *Intent_Message_SimpleResponse) XXX_Size() int
- func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error
- type Intent_Message_SimpleResponses
- func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int)
- func (m *Intent_Message_SimpleResponses) GetSimpleResponses() []*Intent_Message_SimpleResponse
- func (*Intent_Message_SimpleResponses) ProtoMessage()
- func (m *Intent_Message_SimpleResponses) Reset()
- func (m *Intent_Message_SimpleResponses) String() string
- func (m *Intent_Message_SimpleResponses) XXX_DiscardUnknown()
- func (m *Intent_Message_SimpleResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_SimpleResponses) XXX_Merge(src proto.Message)
- func (m *Intent_Message_SimpleResponses) XXX_Size() int
- func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error
- type Intent_Message_SimpleResponses_
- type Intent_Message_Suggestion
- func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Suggestion) GetTitle() string
- func (*Intent_Message_Suggestion) ProtoMessage()
- func (m *Intent_Message_Suggestion) Reset()
- func (m *Intent_Message_Suggestion) String() string
- func (m *Intent_Message_Suggestion) XXX_DiscardUnknown()
- func (m *Intent_Message_Suggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Suggestion) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Suggestion) XXX_Size() int
- func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error
- type Intent_Message_Suggestions
- func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Suggestions) GetSuggestions() []*Intent_Message_Suggestion
- func (*Intent_Message_Suggestions) ProtoMessage()
- func (m *Intent_Message_Suggestions) Reset()
- func (m *Intent_Message_Suggestions) String() string
- func (m *Intent_Message_Suggestions) XXX_DiscardUnknown()
- func (m *Intent_Message_Suggestions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Suggestions) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Suggestions) XXX_Size() int
- func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error
- type Intent_Message_Suggestions_
- type Intent_Message_Text
- func (*Intent_Message_Text) Descriptor() ([]byte, []int)
- func (m *Intent_Message_Text) GetText() []string
- func (*Intent_Message_Text) ProtoMessage()
- func (m *Intent_Message_Text) Reset()
- func (m *Intent_Message_Text) String() string
- func (m *Intent_Message_Text) XXX_DiscardUnknown()
- func (m *Intent_Message_Text) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Message_Text) XXX_Merge(src proto.Message)
- func (m *Intent_Message_Text) XXX_Size() int
- func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error
- type Intent_Message_Text_
- type Intent_Parameter
- func (*Intent_Parameter) Descriptor() ([]byte, []int)
- func (m *Intent_Parameter) GetDefaultValue() string
- func (m *Intent_Parameter) GetDisplayName() string
- func (m *Intent_Parameter) GetEntityTypeDisplayName() string
- func (m *Intent_Parameter) GetIsList() bool
- func (m *Intent_Parameter) GetMandatory() bool
- func (m *Intent_Parameter) GetName() string
- func (m *Intent_Parameter) GetPrompts() []string
- func (m *Intent_Parameter) GetValue() string
- func (*Intent_Parameter) ProtoMessage()
- func (m *Intent_Parameter) Reset()
- func (m *Intent_Parameter) String() string
- func (m *Intent_Parameter) XXX_DiscardUnknown()
- func (m *Intent_Parameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_Parameter) XXX_Merge(src proto.Message)
- func (m *Intent_Parameter) XXX_Size() int
- func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error
- type Intent_TrainingPhrase
- func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int)
- func (m *Intent_TrainingPhrase) GetName() string
- func (m *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part
- func (m *Intent_TrainingPhrase) GetTimesAddedCount() int32
- func (m *Intent_TrainingPhrase) GetType() Intent_TrainingPhrase_Type
- func (*Intent_TrainingPhrase) ProtoMessage()
- func (m *Intent_TrainingPhrase) Reset()
- func (m *Intent_TrainingPhrase) String() string
- func (m *Intent_TrainingPhrase) XXX_DiscardUnknown()
- func (m *Intent_TrainingPhrase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_TrainingPhrase) XXX_Merge(src proto.Message)
- func (m *Intent_TrainingPhrase) XXX_Size() int
- func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error
- type Intent_TrainingPhrase_Part
- func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int)
- func (m *Intent_TrainingPhrase_Part) GetAlias() string
- func (m *Intent_TrainingPhrase_Part) GetEntityType() string
- func (m *Intent_TrainingPhrase_Part) GetText() string
- func (m *Intent_TrainingPhrase_Part) GetUserDefined() bool
- func (*Intent_TrainingPhrase_Part) ProtoMessage()
- func (m *Intent_TrainingPhrase_Part) Reset()
- func (m *Intent_TrainingPhrase_Part) String() string
- func (m *Intent_TrainingPhrase_Part) XXX_DiscardUnknown()
- func (m *Intent_TrainingPhrase_Part) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Intent_TrainingPhrase_Part) XXX_Merge(src proto.Message)
- func (m *Intent_TrainingPhrase_Part) XXX_Size() int
- func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error
- type Intent_TrainingPhrase_Type
- type Intent_WebhookState
- type IntentsClient
- type IntentsServer
- type ListContextsRequest
- func (*ListContextsRequest) Descriptor() ([]byte, []int)
- func (m *ListContextsRequest) GetPageSize() int32
- func (m *ListContextsRequest) GetPageToken() string
- func (m *ListContextsRequest) GetParent() string
- func (*ListContextsRequest) ProtoMessage()
- func (m *ListContextsRequest) Reset()
- func (m *ListContextsRequest) String() string
- func (m *ListContextsRequest) XXX_DiscardUnknown()
- func (m *ListContextsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListContextsRequest) XXX_Merge(src proto.Message)
- func (m *ListContextsRequest) XXX_Size() int
- func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error
- type ListContextsResponse
- func (*ListContextsResponse) Descriptor() ([]byte, []int)
- func (m *ListContextsResponse) GetContexts() []*Context
- func (m *ListContextsResponse) GetNextPageToken() string
- func (*ListContextsResponse) ProtoMessage()
- func (m *ListContextsResponse) Reset()
- func (m *ListContextsResponse) String() string
- func (m *ListContextsResponse) XXX_DiscardUnknown()
- func (m *ListContextsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListContextsResponse) XXX_Merge(src proto.Message)
- func (m *ListContextsResponse) XXX_Size() int
- func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error
- type ListEntityTypesRequest
- func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)
- func (m *ListEntityTypesRequest) GetLanguageCode() string
- func (m *ListEntityTypesRequest) GetPageSize() int32
- func (m *ListEntityTypesRequest) GetPageToken() string
- func (m *ListEntityTypesRequest) GetParent() string
- func (*ListEntityTypesRequest) ProtoMessage()
- func (m *ListEntityTypesRequest) Reset()
- func (m *ListEntityTypesRequest) String() string
- func (m *ListEntityTypesRequest) XXX_DiscardUnknown()
- func (m *ListEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListEntityTypesRequest) XXX_Merge(src proto.Message)
- func (m *ListEntityTypesRequest) XXX_Size() int
- func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error
- type ListEntityTypesResponse
- func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)
- func (m *ListEntityTypesResponse) GetEntityTypes() []*EntityType
- func (m *ListEntityTypesResponse) GetNextPageToken() string
- func (*ListEntityTypesResponse) ProtoMessage()
- func (m *ListEntityTypesResponse) Reset()
- func (m *ListEntityTypesResponse) String() string
- func (m *ListEntityTypesResponse) XXX_DiscardUnknown()
- func (m *ListEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListEntityTypesResponse) XXX_Merge(src proto.Message)
- func (m *ListEntityTypesResponse) XXX_Size() int
- func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error
- type ListIntentsRequest
- func (*ListIntentsRequest) Descriptor() ([]byte, []int)
- func (m *ListIntentsRequest) GetIntentView() IntentView
- func (m *ListIntentsRequest) GetLanguageCode() string
- func (m *ListIntentsRequest) GetPageSize() int32
- func (m *ListIntentsRequest) GetPageToken() string
- func (m *ListIntentsRequest) GetParent() string
- func (*ListIntentsRequest) ProtoMessage()
- func (m *ListIntentsRequest) Reset()
- func (m *ListIntentsRequest) String() string
- func (m *ListIntentsRequest) XXX_DiscardUnknown()
- func (m *ListIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListIntentsRequest) XXX_Merge(src proto.Message)
- func (m *ListIntentsRequest) XXX_Size() int
- func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error
- type ListIntentsResponse
- func (*ListIntentsResponse) Descriptor() ([]byte, []int)
- func (m *ListIntentsResponse) GetIntents() []*Intent
- func (m *ListIntentsResponse) GetNextPageToken() string
- func (*ListIntentsResponse) ProtoMessage()
- func (m *ListIntentsResponse) Reset()
- func (m *ListIntentsResponse) String() string
- func (m *ListIntentsResponse) XXX_DiscardUnknown()
- func (m *ListIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListIntentsResponse) XXX_Merge(src proto.Message)
- func (m *ListIntentsResponse) XXX_Size() int
- func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error
- type ListSessionEntityTypesRequest
- func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)
- func (m *ListSessionEntityTypesRequest) GetPageSize() int32
- func (m *ListSessionEntityTypesRequest) GetPageToken() string
- func (m *ListSessionEntityTypesRequest) GetParent() string
- func (*ListSessionEntityTypesRequest) ProtoMessage()
- func (m *ListSessionEntityTypesRequest) Reset()
- func (m *ListSessionEntityTypesRequest) String() string
- func (m *ListSessionEntityTypesRequest) XXX_DiscardUnknown()
- func (m *ListSessionEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListSessionEntityTypesRequest) XXX_Merge(src proto.Message)
- func (m *ListSessionEntityTypesRequest) XXX_Size() int
- func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error
- type ListSessionEntityTypesResponse
- func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int)
- func (m *ListSessionEntityTypesResponse) GetNextPageToken() string
- func (m *ListSessionEntityTypesResponse) GetSessionEntityTypes() []*SessionEntityType
- func (*ListSessionEntityTypesResponse) ProtoMessage()
- func (m *ListSessionEntityTypesResponse) Reset()
- func (m *ListSessionEntityTypesResponse) String() string
- func (m *ListSessionEntityTypesResponse) XXX_DiscardUnknown()
- func (m *ListSessionEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListSessionEntityTypesResponse) XXX_Merge(src proto.Message)
- func (m *ListSessionEntityTypesResponse) XXX_Size() int
- func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error
- type OriginalDetectIntentRequest
- func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int)
- func (m *OriginalDetectIntentRequest) GetPayload() *_struct.Struct
- func (m *OriginalDetectIntentRequest) GetSource() string
- func (*OriginalDetectIntentRequest) ProtoMessage()
- func (m *OriginalDetectIntentRequest) Reset()
- func (m *OriginalDetectIntentRequest) String() string
- func (m *OriginalDetectIntentRequest) XXX_DiscardUnknown()
- func (m *OriginalDetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OriginalDetectIntentRequest) XXX_Merge(src proto.Message)
- func (m *OriginalDetectIntentRequest) XXX_Size() int
- func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error
- type QueryInput
- func (*QueryInput) Descriptor() ([]byte, []int)
- func (m *QueryInput) GetAudioConfig() *InputAudioConfig
- func (m *QueryInput) GetEvent() *EventInput
- func (m *QueryInput) GetInput() isQueryInput_Input
- func (m *QueryInput) GetText() *TextInput
- func (*QueryInput) ProtoMessage()
- func (m *QueryInput) Reset()
- func (m *QueryInput) String() string
- func (m *QueryInput) XXX_DiscardUnknown()
- func (m *QueryInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryInput) XXX_Merge(src proto.Message)
- func (*QueryInput) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *QueryInput) XXX_Size() int
- func (m *QueryInput) XXX_Unmarshal(b []byte) error
- type QueryInput_AudioConfig
- type QueryInput_Event
- type QueryInput_Text
- type QueryParameters
- func (*QueryParameters) Descriptor() ([]byte, []int)
- func (m *QueryParameters) GetContexts() []*Context
- func (m *QueryParameters) GetGeoLocation() *latlng.LatLng
- func (m *QueryParameters) GetPayload() *_struct.Struct
- func (m *QueryParameters) GetResetContexts() bool
- func (m *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
- func (m *QueryParameters) GetTimeZone() string
- func (*QueryParameters) ProtoMessage()
- func (m *QueryParameters) Reset()
- func (m *QueryParameters) String() string
- func (m *QueryParameters) XXX_DiscardUnknown()
- func (m *QueryParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryParameters) XXX_Merge(src proto.Message)
- func (m *QueryParameters) XXX_Size() int
- func (m *QueryParameters) XXX_Unmarshal(b []byte) error
- type QueryResult
- func (*QueryResult) Descriptor() ([]byte, []int)
- func (m *QueryResult) GetAction() string
- func (m *QueryResult) GetAllRequiredParamsPresent() bool
- func (m *QueryResult) GetDiagnosticInfo() *_struct.Struct
- func (m *QueryResult) GetFulfillmentMessages() []*Intent_Message
- func (m *QueryResult) GetFulfillmentText() string
- func (m *QueryResult) GetIntent() *Intent
- func (m *QueryResult) GetIntentDetectionConfidence() float32
- func (m *QueryResult) GetLanguageCode() string
- func (m *QueryResult) GetOutputContexts() []*Context
- func (m *QueryResult) GetParameters() *_struct.Struct
- func (m *QueryResult) GetQueryText() string
- func (m *QueryResult) GetSpeechRecognitionConfidence() float32
- func (m *QueryResult) GetWebhookPayload() *_struct.Struct
- func (m *QueryResult) GetWebhookSource() string
- func (*QueryResult) ProtoMessage()
- func (m *QueryResult) Reset()
- func (m *QueryResult) String() string
- func (m *QueryResult) XXX_DiscardUnknown()
- func (m *QueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryResult) XXX_Merge(src proto.Message)
- func (m *QueryResult) XXX_Size() int
- func (m *QueryResult) XXX_Unmarshal(b []byte) error
- type RestoreAgentRequest
- func (*RestoreAgentRequest) Descriptor() ([]byte, []int)
- func (m *RestoreAgentRequest) GetAgent() isRestoreAgentRequest_Agent
- func (m *RestoreAgentRequest) GetAgentContent() []byte
- func (m *RestoreAgentRequest) GetAgentUri() string
- func (m *RestoreAgentRequest) GetParent() string
- func (*RestoreAgentRequest) ProtoMessage()
- func (m *RestoreAgentRequest) Reset()
- func (m *RestoreAgentRequest) String() string
- func (m *RestoreAgentRequest) XXX_DiscardUnknown()
- func (m *RestoreAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RestoreAgentRequest) XXX_Merge(src proto.Message)
- func (*RestoreAgentRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *RestoreAgentRequest) XXX_Size() int
- func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error
- type RestoreAgentRequest_AgentContent
- type RestoreAgentRequest_AgentUri
- type SearchAgentsRequest
- func (*SearchAgentsRequest) Descriptor() ([]byte, []int)
- func (m *SearchAgentsRequest) GetPageSize() int32
- func (m *SearchAgentsRequest) GetPageToken() string
- func (m *SearchAgentsRequest) GetParent() string
- func (*SearchAgentsRequest) ProtoMessage()
- func (m *SearchAgentsRequest) Reset()
- func (m *SearchAgentsRequest) String() string
- func (m *SearchAgentsRequest) XXX_DiscardUnknown()
- func (m *SearchAgentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SearchAgentsRequest) XXX_Merge(src proto.Message)
- func (m *SearchAgentsRequest) XXX_Size() int
- func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error
- type SearchAgentsResponse
- func (*SearchAgentsResponse) Descriptor() ([]byte, []int)
- func (m *SearchAgentsResponse) GetAgents() []*Agent
- func (m *SearchAgentsResponse) GetNextPageToken() string
- func (*SearchAgentsResponse) ProtoMessage()
- func (m *SearchAgentsResponse) Reset()
- func (m *SearchAgentsResponse) String() string
- func (m *SearchAgentsResponse) XXX_DiscardUnknown()
- func (m *SearchAgentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SearchAgentsResponse) XXX_Merge(src proto.Message)
- func (m *SearchAgentsResponse) XXX_Size() int
- func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error
- type SessionEntityType
- func (*SessionEntityType) Descriptor() ([]byte, []int)
- func (m *SessionEntityType) GetEntities() []*EntityType_Entity
- func (m *SessionEntityType) GetEntityOverrideMode() SessionEntityType_EntityOverrideMode
- func (m *SessionEntityType) GetName() string
- func (*SessionEntityType) ProtoMessage()
- func (m *SessionEntityType) Reset()
- func (m *SessionEntityType) String() string
- func (m *SessionEntityType) XXX_DiscardUnknown()
- func (m *SessionEntityType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SessionEntityType) XXX_Merge(src proto.Message)
- func (m *SessionEntityType) XXX_Size() int
- func (m *SessionEntityType) XXX_Unmarshal(b []byte) error
- type SessionEntityType_EntityOverrideMode
- type SessionEntityTypesClient
- type SessionEntityTypesServer
- type SessionsClient
- type SessionsServer
- type Sessions_StreamingDetectIntentClient
- type Sessions_StreamingDetectIntentServer
- type StreamingDetectIntentRequest
- func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)
- func (m *StreamingDetectIntentRequest) GetInputAudio() []byte
- func (m *StreamingDetectIntentRequest) GetQueryInput() *QueryInput
- func (m *StreamingDetectIntentRequest) GetQueryParams() *QueryParameters
- func (m *StreamingDetectIntentRequest) GetSession() string
- func (m *StreamingDetectIntentRequest) GetSingleUtterance() bool
- func (*StreamingDetectIntentRequest) ProtoMessage()
- func (m *StreamingDetectIntentRequest) Reset()
- func (m *StreamingDetectIntentRequest) String() string
- func (m *StreamingDetectIntentRequest) XXX_DiscardUnknown()
- func (m *StreamingDetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StreamingDetectIntentRequest) XXX_Merge(src proto.Message)
- func (m *StreamingDetectIntentRequest) XXX_Size() int
- func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error
- type StreamingDetectIntentResponse
- func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int)
- func (m *StreamingDetectIntentResponse) GetQueryResult() *QueryResult
- func (m *StreamingDetectIntentResponse) GetRecognitionResult() *StreamingRecognitionResult
- func (m *StreamingDetectIntentResponse) GetResponseId() string
- func (m *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status
- func (*StreamingDetectIntentResponse) ProtoMessage()
- func (m *StreamingDetectIntentResponse) Reset()
- func (m *StreamingDetectIntentResponse) String() string
- func (m *StreamingDetectIntentResponse) XXX_DiscardUnknown()
- func (m *StreamingDetectIntentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StreamingDetectIntentResponse) XXX_Merge(src proto.Message)
- func (m *StreamingDetectIntentResponse) XXX_Size() int
- func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error
- type StreamingRecognitionResult
- func (*StreamingRecognitionResult) Descriptor() ([]byte, []int)
- func (m *StreamingRecognitionResult) GetConfidence() float32
- func (m *StreamingRecognitionResult) GetIsFinal() bool
- func (m *StreamingRecognitionResult) GetMessageType() StreamingRecognitionResult_MessageType
- func (m *StreamingRecognitionResult) GetTranscript() string
- func (*StreamingRecognitionResult) ProtoMessage()
- func (m *StreamingRecognitionResult) Reset()
- func (m *StreamingRecognitionResult) String() string
- func (m *StreamingRecognitionResult) XXX_DiscardUnknown()
- func (m *StreamingRecognitionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StreamingRecognitionResult) XXX_Merge(src proto.Message)
- func (m *StreamingRecognitionResult) XXX_Size() int
- func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error
- type StreamingRecognitionResult_MessageType
- type TextInput
- func (*TextInput) Descriptor() ([]byte, []int)
- func (m *TextInput) GetLanguageCode() string
- func (m *TextInput) GetText() string
- func (*TextInput) ProtoMessage()
- func (m *TextInput) Reset()
- func (m *TextInput) String() string
- func (m *TextInput) XXX_DiscardUnknown()
- func (m *TextInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TextInput) XXX_Merge(src proto.Message)
- func (m *TextInput) XXX_Size() int
- func (m *TextInput) XXX_Unmarshal(b []byte) error
- type TrainAgentRequest
- func (*TrainAgentRequest) Descriptor() ([]byte, []int)
- func (m *TrainAgentRequest) GetParent() string
- func (*TrainAgentRequest) ProtoMessage()
- func (m *TrainAgentRequest) Reset()
- func (m *TrainAgentRequest) String() string
- func (m *TrainAgentRequest) XXX_DiscardUnknown()
- func (m *TrainAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TrainAgentRequest) XXX_Merge(src proto.Message)
- func (m *TrainAgentRequest) XXX_Size() int
- func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error
- type UpdateContextRequest
- func (*UpdateContextRequest) Descriptor() ([]byte, []int)
- func (m *UpdateContextRequest) GetContext() *Context
- func (m *UpdateContextRequest) GetUpdateMask() *field_mask.FieldMask
- func (*UpdateContextRequest) ProtoMessage()
- func (m *UpdateContextRequest) Reset()
- func (m *UpdateContextRequest) String() string
- func (m *UpdateContextRequest) XXX_DiscardUnknown()
- func (m *UpdateContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateContextRequest) XXX_Merge(src proto.Message)
- func (m *UpdateContextRequest) XXX_Size() int
- func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error
- type UpdateEntityTypeRequest
- func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *UpdateEntityTypeRequest) GetEntityType() *EntityType
- func (m *UpdateEntityTypeRequest) GetLanguageCode() string
- func (m *UpdateEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask
- func (*UpdateEntityTypeRequest) ProtoMessage()
- func (m *UpdateEntityTypeRequest) Reset()
- func (m *UpdateEntityTypeRequest) String() string
- func (m *UpdateEntityTypeRequest) XXX_DiscardUnknown()
- func (m *UpdateEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *UpdateEntityTypeRequest) XXX_Size() int
- func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type UpdateIntentRequest
- func (*UpdateIntentRequest) Descriptor() ([]byte, []int)
- func (m *UpdateIntentRequest) GetIntent() *Intent
- func (m *UpdateIntentRequest) GetIntentView() IntentView
- func (m *UpdateIntentRequest) GetLanguageCode() string
- func (m *UpdateIntentRequest) GetUpdateMask() *field_mask.FieldMask
- func (*UpdateIntentRequest) ProtoMessage()
- func (m *UpdateIntentRequest) Reset()
- func (m *UpdateIntentRequest) String() string
- func (m *UpdateIntentRequest) XXX_DiscardUnknown()
- func (m *UpdateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateIntentRequest) XXX_Merge(src proto.Message)
- func (m *UpdateIntentRequest) XXX_Size() int
- func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error
- type UpdateSessionEntityTypeRequest
- func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (m *UpdateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (m *UpdateSessionEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask
- func (*UpdateSessionEntityTypeRequest) ProtoMessage()
- func (m *UpdateSessionEntityTypeRequest) Reset()
- func (m *UpdateSessionEntityTypeRequest) String() string
- func (m *UpdateSessionEntityTypeRequest) XXX_DiscardUnknown()
- func (m *UpdateSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateSessionEntityTypeRequest) XXX_Merge(src proto.Message)
- func (m *UpdateSessionEntityTypeRequest) XXX_Size() int
- func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
- type WebhookRequest
- func (*WebhookRequest) Descriptor() ([]byte, []int)
- func (m *WebhookRequest) GetOriginalDetectIntentRequest() *OriginalDetectIntentRequest
- func (m *WebhookRequest) GetQueryResult() *QueryResult
- func (m *WebhookRequest) GetResponseId() string
- func (m *WebhookRequest) GetSession() string
- func (*WebhookRequest) ProtoMessage()
- func (m *WebhookRequest) Reset()
- func (m *WebhookRequest) String() string
- func (m *WebhookRequest) XXX_DiscardUnknown()
- func (m *WebhookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WebhookRequest) XXX_Merge(src proto.Message)
- func (m *WebhookRequest) XXX_Size() int
- func (m *WebhookRequest) XXX_Unmarshal(b []byte) error
- type WebhookResponse
- func (*WebhookResponse) Descriptor() ([]byte, []int)
- func (m *WebhookResponse) GetFollowupEventInput() *EventInput
- func (m *WebhookResponse) GetFulfillmentMessages() []*Intent_Message
- func (m *WebhookResponse) GetFulfillmentText() string
- func (m *WebhookResponse) GetOutputContexts() []*Context
- func (m *WebhookResponse) GetPayload() *_struct.Struct
- func (m *WebhookResponse) GetSource() string
- func (*WebhookResponse) ProtoMessage()
- func (m *WebhookResponse) Reset()
- func (m *WebhookResponse) String() string
- func (m *WebhookResponse) XXX_DiscardUnknown()
- func (m *WebhookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WebhookResponse) XXX_Merge(src proto.Message)
- func (m *WebhookResponse) XXX_Size() int
- func (m *WebhookResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var Agent_MatchMode_name = map[int32]string{
0: "MATCH_MODE_UNSPECIFIED",
1: "MATCH_MODE_HYBRID",
2: "MATCH_MODE_ML_ONLY",
}
var Agent_MatchMode_value = map[string]int32{
"MATCH_MODE_UNSPECIFIED": 0,
"MATCH_MODE_HYBRID": 1,
"MATCH_MODE_ML_ONLY": 2,
}
var AudioEncoding_name = map[int32]string{
0: "AUDIO_ENCODING_UNSPECIFIED",
1: "AUDIO_ENCODING_LINEAR_16",
2: "AUDIO_ENCODING_FLAC",
3: "AUDIO_ENCODING_MULAW",
4: "AUDIO_ENCODING_AMR",
5: "AUDIO_ENCODING_AMR_WB",
6: "AUDIO_ENCODING_OGG_OPUS",
7: "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE",
}
var AudioEncoding_value = map[string]int32{
"AUDIO_ENCODING_UNSPECIFIED": 0,
"AUDIO_ENCODING_LINEAR_16": 1,
"AUDIO_ENCODING_FLAC": 2,
"AUDIO_ENCODING_MULAW": 3,
"AUDIO_ENCODING_AMR": 4,
"AUDIO_ENCODING_AMR_WB": 5,
"AUDIO_ENCODING_OGG_OPUS": 6,
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE": 7,
}
var EntityType_AutoExpansionMode_name = map[int32]string{
0: "AUTO_EXPANSION_MODE_UNSPECIFIED",
1: "AUTO_EXPANSION_MODE_DEFAULT",
}
var EntityType_AutoExpansionMode_value = map[string]int32{
"AUTO_EXPANSION_MODE_UNSPECIFIED": 0,
"AUTO_EXPANSION_MODE_DEFAULT": 1,
}
var EntityType_Kind_name = map[int32]string{
0: "KIND_UNSPECIFIED",
1: "KIND_MAP",
2: "KIND_LIST",
}
var EntityType_Kind_value = map[string]int32{
"KIND_UNSPECIFIED": 0,
"KIND_MAP": 1,
"KIND_LIST": 2,
}
var IntentView_name = map[int32]string{
0: "INTENT_VIEW_UNSPECIFIED",
1: "INTENT_VIEW_FULL",
}
var IntentView_value = map[string]int32{
"INTENT_VIEW_UNSPECIFIED": 0,
"INTENT_VIEW_FULL": 1,
}
var Intent_Message_Platform_name = map[int32]string{
0: "PLATFORM_UNSPECIFIED",
1: "FACEBOOK",
2: "SLACK",
3: "TELEGRAM",
4: "KIK",
5: "SKYPE",
6: "LINE",
7: "VIBER",
8: "ACTIONS_ON_GOOGLE",
}
var Intent_Message_Platform_value = map[string]int32{
"PLATFORM_UNSPECIFIED": 0,
"FACEBOOK": 1,
"SLACK": 2,
"TELEGRAM": 3,
"KIK": 4,
"SKYPE": 5,
"LINE": 6,
"VIBER": 7,
"ACTIONS_ON_GOOGLE": 8,
}
var Intent_TrainingPhrase_Type_name = map[int32]string{
0: "TYPE_UNSPECIFIED",
1: "EXAMPLE",
2: "TEMPLATE",
}
var Intent_TrainingPhrase_Type_value = map[string]int32{
"TYPE_UNSPECIFIED": 0,
"EXAMPLE": 1,
"TEMPLATE": 2,
}
var Intent_WebhookState_name = map[int32]string{
0: "WEBHOOK_STATE_UNSPECIFIED",
1: "WEBHOOK_STATE_ENABLED",
2: "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING",
}
var Intent_WebhookState_value = map[string]int32{
"WEBHOOK_STATE_UNSPECIFIED": 0,
"WEBHOOK_STATE_ENABLED": 1,
"WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING": 2,
}
var SessionEntityType_EntityOverrideMode_name = map[int32]string{
0: "ENTITY_OVERRIDE_MODE_UNSPECIFIED",
1: "ENTITY_OVERRIDE_MODE_OVERRIDE",
2: "ENTITY_OVERRIDE_MODE_SUPPLEMENT",
}
var SessionEntityType_EntityOverrideMode_value = map[string]int32{
"ENTITY_OVERRIDE_MODE_UNSPECIFIED": 0,
"ENTITY_OVERRIDE_MODE_OVERRIDE": 1,
"ENTITY_OVERRIDE_MODE_SUPPLEMENT": 2,
}
var StreamingRecognitionResult_MessageType_name = map[int32]string{
0: "MESSAGE_TYPE_UNSPECIFIED",
1: "TRANSCRIPT",
2: "END_OF_SINGLE_UTTERANCE",
}
var StreamingRecognitionResult_MessageType_value = map[string]int32{
"MESSAGE_TYPE_UNSPECIFIED": 0,
"TRANSCRIPT": 1,
"END_OF_SINGLE_UTTERANCE": 2,
}
Functions ¶
func RegisterAgentsServer ¶
func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
func RegisterContextsServer ¶
func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
func RegisterEntityTypesServer ¶
func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
func RegisterIntentsServer ¶
func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
func RegisterSessionEntityTypesServer ¶
func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
func RegisterSessionsServer ¶
func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
Types ¶
type Agent ¶
type Agent struct { // Required. The project of this agent. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The name of this agent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName" json:"display_name,omitempty"` // Required. The default language of the agent as a language tag. See // [Language Support](https://dialogflow.com/docs/reference/language) for a // list of the currently supported language codes. // This field cannot be set by the `Update` method. DefaultLanguageCode string `protobuf:"bytes,3,opt,name=default_language_code,json=defaultLanguageCode" json:"default_language_code,omitempty"` // Optional. The list of all languages supported by this agent (except for the // `default_language_code`). SupportedLanguageCodes []string `protobuf:"bytes,4,rep,name=supported_language_codes,json=supportedLanguageCodes" json:"supported_language_codes,omitempty"` // Required. The time zone of this agent from the // [time zone database](https://www.iana.org/time-zones), e.g., // America/New_York, Europe/Paris. TimeZone string `protobuf:"bytes,5,opt,name=time_zone,json=timeZone" json:"time_zone,omitempty"` // Optional. The description of this agent. // The maximum length is 500 characters. If exceeded, the request is rejected. Description string `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"` // Optional. The URI of the agent's avatar. // Avatars are used throughout the Dialogflow console and in the self-hosted // [Web Demo](https://dialogflow.com/docs/integrations/web-demo) integration. AvatarUri string `protobuf:"bytes,7,opt,name=avatar_uri,json=avatarUri" json:"avatar_uri,omitempty"` // Optional. Determines whether this agent should log conversation queries. EnableLogging bool `protobuf:"varint,8,opt,name=enable_logging,json=enableLogging" json:"enable_logging,omitempty"` // Optional. Determines how intents are detected from user queries. MatchMode Agent_MatchMode `` /* 130-byte string literal not displayed */ // Optional. To filter out false positive results and still get variety in // matched natural language inputs for your agent, you can tune the machine // learning classification threshold. If the returned score value is less than // the threshold value, then a fallback intent is be triggered or, if there // are no fallback intents defined, no intent will be triggered. The score // values range from 0.0 (completely uncertain) to 1.0 (completely certain). // If set to 0.0, the default of 0.3 is used. ClassificationThreshold float32 `` /* 126-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a conversational agent.
func (*Agent) Descriptor ¶
func (*Agent) GetAvatarUri ¶
func (*Agent) GetClassificationThreshold ¶
func (*Agent) GetDefaultLanguageCode ¶
func (*Agent) GetDescription ¶
func (*Agent) GetDisplayName ¶
func (*Agent) GetEnableLogging ¶
func (*Agent) GetMatchMode ¶
func (m *Agent) GetMatchMode() Agent_MatchMode
func (*Agent) GetSupportedLanguageCodes ¶
func (*Agent) GetTimeZone ¶
func (*Agent) ProtoMessage ¶
func (*Agent) ProtoMessage()
func (*Agent) XXX_DiscardUnknown ¶
func (m *Agent) XXX_DiscardUnknown()
func (*Agent) XXX_Marshal ¶
func (*Agent) XXX_Unmarshal ¶
type Agent_MatchMode ¶
type Agent_MatchMode int32
Match mode determines how intents are detected from user queries.
const ( // Not specified. Agent_MATCH_MODE_UNSPECIFIED Agent_MatchMode = 0 // Best for agents with a small number of examples in intents and/or wide // use of templates syntax and composite entities. Agent_MATCH_MODE_HYBRID Agent_MatchMode = 1 // Can be used for agents with a large number of examples in intents, // especially the ones using @sys.any or very large developer entities. Agent_MATCH_MODE_ML_ONLY Agent_MatchMode = 2 )
func (Agent_MatchMode) EnumDescriptor ¶
func (Agent_MatchMode) EnumDescriptor() ([]byte, []int)
func (Agent_MatchMode) String ¶
func (x Agent_MatchMode) String() string
type AgentsClient ¶
type AgentsClient interface { // Retrieves the specified agent. GetAgent(ctx context.Context, in *GetAgentRequest, opts ...grpc.CallOption) (*Agent, error) // Returns the list of agents. // // Since there is at most one conversational agent per project, this method is // useful primarily for listing all agents across projects the caller has // access to. One can achieve that with a wildcard project collection id "-". // Refer to [List // Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). SearchAgents(ctx context.Context, in *SearchAgentsRequest, opts ...grpc.CallOption) (*SearchAgentsResponse, error) // Trains the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> TrainAgent(ctx context.Context, in *TrainAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> ExportAgent(ctx context.Context, in *ExportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // // Uploads new intents and entity types without deleting the existing ones. // Intents and entity types with the same name are replaced with the new // versions from ImportAgentRequest. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> ImportAgent(ctx context.Context, in *ImportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> RestoreAgent(ctx context.Context, in *RestoreAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
AgentsClient is the client API for Agents service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAgentsClient ¶
func NewAgentsClient(cc *grpc.ClientConn) AgentsClient
type AgentsServer ¶
type AgentsServer interface { // Retrieves the specified agent. GetAgent(context.Context, *GetAgentRequest) (*Agent, error) // Returns the list of agents. // // Since there is at most one conversational agent per project, this method is // useful primarily for listing all agents across projects the caller has // access to. One can achieve that with a wildcard project collection id "-". // Refer to [List // Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). SearchAgents(context.Context, *SearchAgentsRequest) (*SearchAgentsResponse, error) // Trains the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // // Uploads new intents and entity types without deleting the existing ones. // Intents and entity types with the same name are replaced with the new // versions from ImportAgentRequest. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error) }
type AudioEncoding ¶
type AudioEncoding int32
Audio encoding of the audio content sent in the conversational query request. Refer to the [Cloud Speech API documentation](/speech/docs/basics) for more details.
const ( // Not specified. AudioEncoding_AUDIO_ENCODING_UNSPECIFIED AudioEncoding = 0 // Uncompressed 16-bit signed little-endian samples (Linear PCM). AudioEncoding_AUDIO_ENCODING_LINEAR_16 AudioEncoding = 1 // [`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio // Codec) is the recommended encoding because it is lossless (therefore // recognition is not compromised) and requires only about half the // bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and // 24-bit samples, however, not all fields in `STREAMINFO` are supported. AudioEncoding_AUDIO_ENCODING_FLAC AudioEncoding = 2 // 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. AudioEncoding_AUDIO_ENCODING_MULAW AudioEncoding = 3 // Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000. AudioEncoding_AUDIO_ENCODING_AMR AudioEncoding = 4 // Adaptive Multi-Rate Wideband codec. `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_AMR_WB AudioEncoding = 5 // Opus encoded audio frames in Ogg container // ([OggOpus](https://wiki.xiph.org/OggOpus)). // `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_OGG_OPUS AudioEncoding = 6 // Although the use of lossy encodings is not recommended, if a very low // bitrate encoding is required, `OGG_OPUS` is highly preferred over // Speex encoding. The [Speex](https://speex.org/) encoding supported by // Dialogflow API has a header byte in each block, as in MIME type // `audio/x-speex-with-header-byte`. // It is a variant of the RTP Speex encoding defined in // [RFC 5574](https://tools.ietf.org/html/rfc5574). // The stream is a sequence of blocks, one block per RTP packet. Each block // starts with a byte containing the length of the block, in bytes, followed // by one or more frames of Speex data, padded to an integral number of // bytes (octets) as specified in RFC 5574. In other words, each RTP header // is replaced with a single byte containing the block length. Only Speex // wideband is supported. `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE AudioEncoding = 7 )
func (AudioEncoding) EnumDescriptor ¶
func (AudioEncoding) EnumDescriptor() ([]byte, []int)
func (AudioEncoding) String ¶
func (x AudioEncoding) String() string
type BatchCreateEntitiesRequest ¶
type BatchCreateEntitiesRequest struct { // Required. The name of the entity type to create entities in. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The collection of entities to create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities].
func (*BatchCreateEntitiesRequest) Descriptor ¶
func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)
func (*BatchCreateEntitiesRequest) GetEntities ¶
func (m *BatchCreateEntitiesRequest) GetEntities() []*EntityType_Entity
func (*BatchCreateEntitiesRequest) GetLanguageCode ¶
func (m *BatchCreateEntitiesRequest) GetLanguageCode() string
func (*BatchCreateEntitiesRequest) GetParent ¶
func (m *BatchCreateEntitiesRequest) GetParent() string
func (*BatchCreateEntitiesRequest) ProtoMessage ¶
func (*BatchCreateEntitiesRequest) ProtoMessage()
func (*BatchCreateEntitiesRequest) Reset ¶
func (m *BatchCreateEntitiesRequest) Reset()
func (*BatchCreateEntitiesRequest) String ¶
func (m *BatchCreateEntitiesRequest) String() string
func (*BatchCreateEntitiesRequest) XXX_DiscardUnknown ¶
func (m *BatchCreateEntitiesRequest) XXX_DiscardUnknown()
func (*BatchCreateEntitiesRequest) XXX_Marshal ¶
func (m *BatchCreateEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchCreateEntitiesRequest) XXX_Merge ¶
func (dst *BatchCreateEntitiesRequest) XXX_Merge(src proto.Message)
func (*BatchCreateEntitiesRequest) XXX_Size ¶
func (m *BatchCreateEntitiesRequest) XXX_Size() int
func (*BatchCreateEntitiesRequest) XXX_Unmarshal ¶
func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error
type BatchDeleteEntitiesRequest ¶
type BatchDeleteEntitiesRequest struct { // Required. The name of the entity type to delete entries for. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The canonical `values` of the entities to delete. Note that // these are not fully-qualified names, i.e. they don't start with // `projects/<Project ID>`. EntityValues []string `protobuf:"bytes,2,rep,name=entity_values,json=entityValues" json:"entity_values,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities].
func (*BatchDeleteEntitiesRequest) Descriptor ¶
func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int)
func (*BatchDeleteEntitiesRequest) GetEntityValues ¶
func (m *BatchDeleteEntitiesRequest) GetEntityValues() []string
func (*BatchDeleteEntitiesRequest) GetLanguageCode ¶
func (m *BatchDeleteEntitiesRequest) GetLanguageCode() string
func (*BatchDeleteEntitiesRequest) GetParent ¶
func (m *BatchDeleteEntitiesRequest) GetParent() string
func (*BatchDeleteEntitiesRequest) ProtoMessage ¶
func (*BatchDeleteEntitiesRequest) ProtoMessage()
func (*BatchDeleteEntitiesRequest) Reset ¶
func (m *BatchDeleteEntitiesRequest) Reset()
func (*BatchDeleteEntitiesRequest) String ¶
func (m *BatchDeleteEntitiesRequest) String() string
func (*BatchDeleteEntitiesRequest) XXX_DiscardUnknown ¶
func (m *BatchDeleteEntitiesRequest) XXX_DiscardUnknown()
func (*BatchDeleteEntitiesRequest) XXX_Marshal ¶
func (m *BatchDeleteEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchDeleteEntitiesRequest) XXX_Merge ¶
func (dst *BatchDeleteEntitiesRequest) XXX_Merge(src proto.Message)
func (*BatchDeleteEntitiesRequest) XXX_Size ¶
func (m *BatchDeleteEntitiesRequest) XXX_Size() int
func (*BatchDeleteEntitiesRequest) XXX_Unmarshal ¶
func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error
type BatchDeleteEntityTypesRequest ¶
type BatchDeleteEntityTypesRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The names entity types to delete. All names must point to the // same agent as `parent`. EntityTypeNames []string `protobuf:"bytes,2,rep,name=entity_type_names,json=entityTypeNames" json:"entity_type_names,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes].
func (*BatchDeleteEntityTypesRequest) Descriptor ¶
func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int)
func (*BatchDeleteEntityTypesRequest) GetEntityTypeNames ¶
func (m *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string
func (*BatchDeleteEntityTypesRequest) GetParent ¶
func (m *BatchDeleteEntityTypesRequest) GetParent() string
func (*BatchDeleteEntityTypesRequest) ProtoMessage ¶
func (*BatchDeleteEntityTypesRequest) ProtoMessage()
func (*BatchDeleteEntityTypesRequest) Reset ¶
func (m *BatchDeleteEntityTypesRequest) Reset()
func (*BatchDeleteEntityTypesRequest) String ¶
func (m *BatchDeleteEntityTypesRequest) String() string
func (*BatchDeleteEntityTypesRequest) XXX_DiscardUnknown ¶
func (m *BatchDeleteEntityTypesRequest) XXX_DiscardUnknown()
func (*BatchDeleteEntityTypesRequest) XXX_Marshal ¶
func (m *BatchDeleteEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchDeleteEntityTypesRequest) XXX_Merge ¶
func (dst *BatchDeleteEntityTypesRequest) XXX_Merge(src proto.Message)
func (*BatchDeleteEntityTypesRequest) XXX_Size ¶
func (m *BatchDeleteEntityTypesRequest) XXX_Size() int
func (*BatchDeleteEntityTypesRequest) XXX_Unmarshal ¶
func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error
type BatchDeleteIntentsRequest ¶
type BatchDeleteIntentsRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The collection of intents to delete. Only intent `name` must be // filled in. Intents []*Intent `protobuf:"bytes,2,rep,name=intents" json:"intents,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents].
func (*BatchDeleteIntentsRequest) Descriptor ¶
func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int)
func (*BatchDeleteIntentsRequest) GetIntents ¶
func (m *BatchDeleteIntentsRequest) GetIntents() []*Intent
func (*BatchDeleteIntentsRequest) GetParent ¶
func (m *BatchDeleteIntentsRequest) GetParent() string
func (*BatchDeleteIntentsRequest) ProtoMessage ¶
func (*BatchDeleteIntentsRequest) ProtoMessage()
func (*BatchDeleteIntentsRequest) Reset ¶
func (m *BatchDeleteIntentsRequest) Reset()
func (*BatchDeleteIntentsRequest) String ¶
func (m *BatchDeleteIntentsRequest) String() string
func (*BatchDeleteIntentsRequest) XXX_DiscardUnknown ¶
func (m *BatchDeleteIntentsRequest) XXX_DiscardUnknown()
func (*BatchDeleteIntentsRequest) XXX_Marshal ¶
func (m *BatchDeleteIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchDeleteIntentsRequest) XXX_Merge ¶
func (dst *BatchDeleteIntentsRequest) XXX_Merge(src proto.Message)
func (*BatchDeleteIntentsRequest) XXX_Size ¶
func (m *BatchDeleteIntentsRequest) XXX_Size() int
func (*BatchDeleteIntentsRequest) XXX_Unmarshal ¶
func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error
type BatchUpdateEntitiesRequest ¶
type BatchUpdateEntitiesRequest struct { // Required. The name of the entity type to update the entities in. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The collection of new entities to replace the existing entities. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities].
func (*BatchUpdateEntitiesRequest) Descriptor ¶
func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int)
func (*BatchUpdateEntitiesRequest) GetEntities ¶
func (m *BatchUpdateEntitiesRequest) GetEntities() []*EntityType_Entity
func (*BatchUpdateEntitiesRequest) GetLanguageCode ¶
func (m *BatchUpdateEntitiesRequest) GetLanguageCode() string
func (*BatchUpdateEntitiesRequest) GetParent ¶
func (m *BatchUpdateEntitiesRequest) GetParent() string
func (*BatchUpdateEntitiesRequest) GetUpdateMask ¶
func (m *BatchUpdateEntitiesRequest) GetUpdateMask() *field_mask.FieldMask
func (*BatchUpdateEntitiesRequest) ProtoMessage ¶
func (*BatchUpdateEntitiesRequest) ProtoMessage()
func (*BatchUpdateEntitiesRequest) Reset ¶
func (m *BatchUpdateEntitiesRequest) Reset()
func (*BatchUpdateEntitiesRequest) String ¶
func (m *BatchUpdateEntitiesRequest) String() string
func (*BatchUpdateEntitiesRequest) XXX_DiscardUnknown ¶
func (m *BatchUpdateEntitiesRequest) XXX_DiscardUnknown()
func (*BatchUpdateEntitiesRequest) XXX_Marshal ¶
func (m *BatchUpdateEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchUpdateEntitiesRequest) XXX_Merge ¶
func (dst *BatchUpdateEntitiesRequest) XXX_Merge(src proto.Message)
func (*BatchUpdateEntitiesRequest) XXX_Size ¶
func (m *BatchUpdateEntitiesRequest) XXX_Size() int
func (*BatchUpdateEntitiesRequest) XXX_Unmarshal ¶
func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error
type BatchUpdateEntityTypesRequest ¶
type BatchUpdateEntityTypesRequest struct { // Required. The name of the agent to update or create entity types in. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The source of the entity type batch. // // For each entity type in the batch: // * If `name` is specified, we update an existing entity type. // * If `name` is not specified, we create a new entity type. // // Types that are valid to be assigned to EntityTypeBatch: // *BatchUpdateEntityTypesRequest_EntityTypeBatchUri // *BatchUpdateEntityTypesRequest_EntityTypeBatchInline EntityTypeBatch isBatchUpdateEntityTypesRequest_EntityTypeBatch `protobuf_oneof:"entity_type_batch"` // Optional. The language of entity synonyms defined in `entity_types`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
func (*BatchUpdateEntityTypesRequest) Descriptor ¶
func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int)
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatch ¶
func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatch() isBatchUpdateEntityTypesRequest_EntityTypeBatch
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline ¶
func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline() *EntityTypeBatch
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri ¶
func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri() string
func (*BatchUpdateEntityTypesRequest) GetLanguageCode ¶
func (m *BatchUpdateEntityTypesRequest) GetLanguageCode() string
func (*BatchUpdateEntityTypesRequest) GetParent ¶
func (m *BatchUpdateEntityTypesRequest) GetParent() string
func (*BatchUpdateEntityTypesRequest) GetUpdateMask ¶
func (m *BatchUpdateEntityTypesRequest) GetUpdateMask() *field_mask.FieldMask
func (*BatchUpdateEntityTypesRequest) ProtoMessage ¶
func (*BatchUpdateEntityTypesRequest) ProtoMessage()
func (*BatchUpdateEntityTypesRequest) Reset ¶
func (m *BatchUpdateEntityTypesRequest) Reset()
func (*BatchUpdateEntityTypesRequest) String ¶
func (m *BatchUpdateEntityTypesRequest) String() string
func (*BatchUpdateEntityTypesRequest) XXX_DiscardUnknown ¶
func (m *BatchUpdateEntityTypesRequest) XXX_DiscardUnknown()
func (*BatchUpdateEntityTypesRequest) XXX_Marshal ¶
func (m *BatchUpdateEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchUpdateEntityTypesRequest) XXX_Merge ¶
func (dst *BatchUpdateEntityTypesRequest) XXX_Merge(src proto.Message)
func (*BatchUpdateEntityTypesRequest) XXX_OneofFuncs ¶
func (*BatchUpdateEntityTypesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*BatchUpdateEntityTypesRequest) XXX_Size ¶
func (m *BatchUpdateEntityTypesRequest) XXX_Size() int
func (*BatchUpdateEntityTypesRequest) XXX_Unmarshal ¶
func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error
type BatchUpdateEntityTypesRequest_EntityTypeBatchInline ¶
type BatchUpdateEntityTypesRequest_EntityTypeBatchInline struct {
EntityTypeBatchInline *EntityTypeBatch `protobuf:"bytes,3,opt,name=entity_type_batch_inline,json=entityTypeBatchInline,oneof"`
}
type BatchUpdateEntityTypesRequest_EntityTypeBatchUri ¶
type BatchUpdateEntityTypesRequest_EntityTypeBatchUri struct {
EntityTypeBatchUri string `protobuf:"bytes,2,opt,name=entity_type_batch_uri,json=entityTypeBatchUri,oneof"`
}
type BatchUpdateEntityTypesResponse ¶
type BatchUpdateEntityTypesResponse struct { // The collection of updated or created entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes" json:"entity_types,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
func (*BatchUpdateEntityTypesResponse) Descriptor ¶
func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int)
func (*BatchUpdateEntityTypesResponse) GetEntityTypes ¶
func (m *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType
func (*BatchUpdateEntityTypesResponse) ProtoMessage ¶
func (*BatchUpdateEntityTypesResponse) ProtoMessage()
func (*BatchUpdateEntityTypesResponse) Reset ¶
func (m *BatchUpdateEntityTypesResponse) Reset()
func (*BatchUpdateEntityTypesResponse) String ¶
func (m *BatchUpdateEntityTypesResponse) String() string
func (*BatchUpdateEntityTypesResponse) XXX_DiscardUnknown ¶
func (m *BatchUpdateEntityTypesResponse) XXX_DiscardUnknown()
func (*BatchUpdateEntityTypesResponse) XXX_Marshal ¶
func (m *BatchUpdateEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchUpdateEntityTypesResponse) XXX_Merge ¶
func (dst *BatchUpdateEntityTypesResponse) XXX_Merge(src proto.Message)
func (*BatchUpdateEntityTypesResponse) XXX_Size ¶
func (m *BatchUpdateEntityTypesResponse) XXX_Size() int
func (*BatchUpdateEntityTypesResponse) XXX_Unmarshal ¶
func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error
type BatchUpdateIntentsRequest ¶
type BatchUpdateIntentsRequest struct { // Required. The name of the agent to update or create intents in. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The source of the intent batch. // // Types that are valid to be assigned to IntentBatch: // *BatchUpdateIntentsRequest_IntentBatchUri // *BatchUpdateIntentsRequest_IntentBatchInline IntentBatch isBatchUpdateIntentsRequest_IntentBatch `protobuf_oneof:"intent_batch"` // Optional. The language of training phrases, parameters and rich messages // defined in `intents`. If not specified, the agent's default language is // used. [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 128-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].
func (*BatchUpdateIntentsRequest) Descriptor ¶
func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int)
func (*BatchUpdateIntentsRequest) GetIntentBatch ¶
func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch
func (*BatchUpdateIntentsRequest) GetIntentBatchInline ¶
func (m *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch
func (*BatchUpdateIntentsRequest) GetIntentBatchUri ¶
func (m *BatchUpdateIntentsRequest) GetIntentBatchUri() string
func (*BatchUpdateIntentsRequest) GetIntentView ¶
func (m *BatchUpdateIntentsRequest) GetIntentView() IntentView
func (*BatchUpdateIntentsRequest) GetLanguageCode ¶
func (m *BatchUpdateIntentsRequest) GetLanguageCode() string
func (*BatchUpdateIntentsRequest) GetParent ¶
func (m *BatchUpdateIntentsRequest) GetParent() string
func (*BatchUpdateIntentsRequest) GetUpdateMask ¶
func (m *BatchUpdateIntentsRequest) GetUpdateMask() *field_mask.FieldMask
func (*BatchUpdateIntentsRequest) ProtoMessage ¶
func (*BatchUpdateIntentsRequest) ProtoMessage()
func (*BatchUpdateIntentsRequest) Reset ¶
func (m *BatchUpdateIntentsRequest) Reset()
func (*BatchUpdateIntentsRequest) String ¶
func (m *BatchUpdateIntentsRequest) String() string
func (*BatchUpdateIntentsRequest) XXX_DiscardUnknown ¶
func (m *BatchUpdateIntentsRequest) XXX_DiscardUnknown()
func (*BatchUpdateIntentsRequest) XXX_Marshal ¶
func (m *BatchUpdateIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchUpdateIntentsRequest) XXX_Merge ¶
func (dst *BatchUpdateIntentsRequest) XXX_Merge(src proto.Message)
func (*BatchUpdateIntentsRequest) XXX_OneofFuncs ¶
func (*BatchUpdateIntentsRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*BatchUpdateIntentsRequest) XXX_Size ¶
func (m *BatchUpdateIntentsRequest) XXX_Size() int
func (*BatchUpdateIntentsRequest) XXX_Unmarshal ¶
func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error
type BatchUpdateIntentsRequest_IntentBatchInline ¶
type BatchUpdateIntentsRequest_IntentBatchInline struct {
IntentBatchInline *IntentBatch `protobuf:"bytes,3,opt,name=intent_batch_inline,json=intentBatchInline,oneof"`
}
type BatchUpdateIntentsRequest_IntentBatchUri ¶
type BatchUpdateIntentsRequest_IntentBatchUri struct {
IntentBatchUri string `protobuf:"bytes,2,opt,name=intent_batch_uri,json=intentBatchUri,oneof"`
}
type BatchUpdateIntentsResponse ¶
type BatchUpdateIntentsResponse struct { // The collection of updated or created intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents" json:"intents,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].
func (*BatchUpdateIntentsResponse) Descriptor ¶
func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int)
func (*BatchUpdateIntentsResponse) GetIntents ¶
func (m *BatchUpdateIntentsResponse) GetIntents() []*Intent
func (*BatchUpdateIntentsResponse) ProtoMessage ¶
func (*BatchUpdateIntentsResponse) ProtoMessage()
func (*BatchUpdateIntentsResponse) Reset ¶
func (m *BatchUpdateIntentsResponse) Reset()
func (*BatchUpdateIntentsResponse) String ¶
func (m *BatchUpdateIntentsResponse) String() string
func (*BatchUpdateIntentsResponse) XXX_DiscardUnknown ¶
func (m *BatchUpdateIntentsResponse) XXX_DiscardUnknown()
func (*BatchUpdateIntentsResponse) XXX_Marshal ¶
func (m *BatchUpdateIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchUpdateIntentsResponse) XXX_Merge ¶
func (dst *BatchUpdateIntentsResponse) XXX_Merge(src proto.Message)
func (*BatchUpdateIntentsResponse) XXX_Size ¶
func (m *BatchUpdateIntentsResponse) XXX_Size() int
func (*BatchUpdateIntentsResponse) XXX_Unmarshal ¶
func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error
type Context ¶
type Context struct { // Required. The unique identifier of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Optional. The number of conversational query requests after which the // context expires. If set to `0` (the default) the context expires // immediately. Contexts expire automatically after 10 minutes even if there // are no matching queries. LifespanCount int32 `protobuf:"varint,2,opt,name=lifespan_count,json=lifespanCount" json:"lifespan_count,omitempty"` // Optional. The collection of parameters associated with this context. // Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for // syntax. Parameters *_struct.Struct `protobuf:"bytes,3,opt,name=parameters" json:"parameters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a context.
func (*Context) Descriptor ¶
func (*Context) GetLifespanCount ¶
func (*Context) GetParameters ¶
func (*Context) ProtoMessage ¶
func (*Context) ProtoMessage()
func (*Context) XXX_DiscardUnknown ¶
func (m *Context) XXX_DiscardUnknown()
func (*Context) XXX_Marshal ¶
func (*Context) XXX_Unmarshal ¶
type ContextsClient ¶
type ContextsClient interface { // Returns the list of all contexts in the specified session. ListContexts(ctx context.Context, in *ListContextsRequest, opts ...grpc.CallOption) (*ListContextsResponse, error) // Retrieves the specified context. GetContext(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*Context, error) // Creates a context. CreateContext(ctx context.Context, in *CreateContextRequest, opts ...grpc.CallOption) (*Context, error) // Updates the specified context. UpdateContext(ctx context.Context, in *UpdateContextRequest, opts ...grpc.CallOption) (*Context, error) // Deletes the specified context. DeleteContext(ctx context.Context, in *DeleteContextRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Deletes all active contexts in the specified session. DeleteAllContexts(ctx context.Context, in *DeleteAllContextsRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
ContextsClient is the client API for Contexts service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewContextsClient ¶
func NewContextsClient(cc *grpc.ClientConn) ContextsClient
type ContextsServer ¶
type ContextsServer interface { // Returns the list of all contexts in the specified session. ListContexts(context.Context, *ListContextsRequest) (*ListContextsResponse, error) // Retrieves the specified context. GetContext(context.Context, *GetContextRequest) (*Context, error) // Creates a context. CreateContext(context.Context, *CreateContextRequest) (*Context, error) // Updates the specified context. UpdateContext(context.Context, *UpdateContextRequest) (*Context, error) // Deletes the specified context. DeleteContext(context.Context, *DeleteContextRequest) (*empty.Empty, error) // Deletes all active contexts in the specified session. DeleteAllContexts(context.Context, *DeleteAllContextsRequest) (*empty.Empty, error) }
type CreateContextRequest ¶
type CreateContextRequest struct { // Required. The session to create a context for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The context to create. Context *Context `protobuf:"bytes,2,opt,name=context" json:"context,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext].
func (*CreateContextRequest) Descriptor ¶
func (*CreateContextRequest) Descriptor() ([]byte, []int)
func (*CreateContextRequest) GetContext ¶
func (m *CreateContextRequest) GetContext() *Context
func (*CreateContextRequest) GetParent ¶
func (m *CreateContextRequest) GetParent() string
func (*CreateContextRequest) ProtoMessage ¶
func (*CreateContextRequest) ProtoMessage()
func (*CreateContextRequest) Reset ¶
func (m *CreateContextRequest) Reset()
func (*CreateContextRequest) String ¶
func (m *CreateContextRequest) String() string
func (*CreateContextRequest) XXX_DiscardUnknown ¶
func (m *CreateContextRequest) XXX_DiscardUnknown()
func (*CreateContextRequest) XXX_Marshal ¶
func (m *CreateContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateContextRequest) XXX_Merge ¶
func (dst *CreateContextRequest) XXX_Merge(src proto.Message)
func (*CreateContextRequest) XXX_Size ¶
func (m *CreateContextRequest) XXX_Size() int
func (*CreateContextRequest) XXX_Unmarshal ¶
func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error
type CreateEntityTypeRequest ¶
type CreateEntityTypeRequest struct { // Required. The agent to create a entity type for. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The entity type to create. EntityType *EntityType `protobuf:"bytes,2,opt,name=entity_type,json=entityType" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType].
func (*CreateEntityTypeRequest) Descriptor ¶
func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)
func (*CreateEntityTypeRequest) GetEntityType ¶
func (m *CreateEntityTypeRequest) GetEntityType() *EntityType
func (*CreateEntityTypeRequest) GetLanguageCode ¶
func (m *CreateEntityTypeRequest) GetLanguageCode() string
func (*CreateEntityTypeRequest) GetParent ¶
func (m *CreateEntityTypeRequest) GetParent() string
func (*CreateEntityTypeRequest) ProtoMessage ¶
func (*CreateEntityTypeRequest) ProtoMessage()
func (*CreateEntityTypeRequest) Reset ¶
func (m *CreateEntityTypeRequest) Reset()
func (*CreateEntityTypeRequest) String ¶
func (m *CreateEntityTypeRequest) String() string
func (*CreateEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *CreateEntityTypeRequest) XXX_DiscardUnknown()
func (*CreateEntityTypeRequest) XXX_Marshal ¶
func (m *CreateEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateEntityTypeRequest) XXX_Merge ¶
func (dst *CreateEntityTypeRequest) XXX_Merge(src proto.Message)
func (*CreateEntityTypeRequest) XXX_Size ¶
func (m *CreateEntityTypeRequest) XXX_Size() int
func (*CreateEntityTypeRequest) XXX_Unmarshal ¶
func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error
type CreateIntentRequest ¶
type CreateIntentRequest struct { // Required. The agent to create a intent for. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The intent to create. Intent *Intent `protobuf:"bytes,2,opt,name=intent" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is // used. [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 128-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent].
func (*CreateIntentRequest) Descriptor ¶
func (*CreateIntentRequest) Descriptor() ([]byte, []int)
func (*CreateIntentRequest) GetIntent ¶
func (m *CreateIntentRequest) GetIntent() *Intent
func (*CreateIntentRequest) GetIntentView ¶
func (m *CreateIntentRequest) GetIntentView() IntentView
func (*CreateIntentRequest) GetLanguageCode ¶
func (m *CreateIntentRequest) GetLanguageCode() string
func (*CreateIntentRequest) GetParent ¶
func (m *CreateIntentRequest) GetParent() string
func (*CreateIntentRequest) ProtoMessage ¶
func (*CreateIntentRequest) ProtoMessage()
func (*CreateIntentRequest) Reset ¶
func (m *CreateIntentRequest) Reset()
func (*CreateIntentRequest) String ¶
func (m *CreateIntentRequest) String() string
func (*CreateIntentRequest) XXX_DiscardUnknown ¶
func (m *CreateIntentRequest) XXX_DiscardUnknown()
func (*CreateIntentRequest) XXX_Marshal ¶
func (m *CreateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateIntentRequest) XXX_Merge ¶
func (dst *CreateIntentRequest) XXX_Merge(src proto.Message)
func (*CreateIntentRequest) XXX_Size ¶
func (m *CreateIntentRequest) XXX_Size() int
func (*CreateIntentRequest) XXX_Unmarshal ¶
func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error
type CreateSessionEntityTypeRequest ¶
type CreateSessionEntityTypeRequest struct { // Required. The session to create a session entity type for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The session entity type to create. SessionEntityType *SessionEntityType `protobuf:"bytes,2,opt,name=session_entity_type,json=sessionEntityType" json:"session_entity_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType].
func (*CreateSessionEntityTypeRequest) Descriptor ¶
func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
func (*CreateSessionEntityTypeRequest) GetParent ¶
func (m *CreateSessionEntityTypeRequest) GetParent() string
func (*CreateSessionEntityTypeRequest) GetSessionEntityType ¶
func (m *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
func (*CreateSessionEntityTypeRequest) ProtoMessage ¶
func (*CreateSessionEntityTypeRequest) ProtoMessage()
func (*CreateSessionEntityTypeRequest) Reset ¶
func (m *CreateSessionEntityTypeRequest) Reset()
func (*CreateSessionEntityTypeRequest) String ¶
func (m *CreateSessionEntityTypeRequest) String() string
func (*CreateSessionEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *CreateSessionEntityTypeRequest) XXX_DiscardUnknown()
func (*CreateSessionEntityTypeRequest) XXX_Marshal ¶
func (m *CreateSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateSessionEntityTypeRequest) XXX_Merge ¶
func (dst *CreateSessionEntityTypeRequest) XXX_Merge(src proto.Message)
func (*CreateSessionEntityTypeRequest) XXX_Size ¶
func (m *CreateSessionEntityTypeRequest) XXX_Size() int
func (*CreateSessionEntityTypeRequest) XXX_Unmarshal ¶
func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
type DeleteAllContextsRequest ¶
type DeleteAllContextsRequest struct { // Required. The name of the session to delete all contexts from. Format: // `projects/<Project ID>/agent/sessions/<Session ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts].
func (*DeleteAllContextsRequest) Descriptor ¶
func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)
func (*DeleteAllContextsRequest) GetParent ¶
func (m *DeleteAllContextsRequest) GetParent() string
func (*DeleteAllContextsRequest) ProtoMessage ¶
func (*DeleteAllContextsRequest) ProtoMessage()
func (*DeleteAllContextsRequest) Reset ¶
func (m *DeleteAllContextsRequest) Reset()
func (*DeleteAllContextsRequest) String ¶
func (m *DeleteAllContextsRequest) String() string
func (*DeleteAllContextsRequest) XXX_DiscardUnknown ¶
func (m *DeleteAllContextsRequest) XXX_DiscardUnknown()
func (*DeleteAllContextsRequest) XXX_Marshal ¶
func (m *DeleteAllContextsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAllContextsRequest) XXX_Merge ¶
func (dst *DeleteAllContextsRequest) XXX_Merge(src proto.Message)
func (*DeleteAllContextsRequest) XXX_Size ¶
func (m *DeleteAllContextsRequest) XXX_Size() int
func (*DeleteAllContextsRequest) XXX_Unmarshal ¶
func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error
type DeleteContextRequest ¶
type DeleteContextRequest struct { // Required. The name of the context to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.DeleteContext][google.cloud.dialogflow.v2.Contexts.DeleteContext].
func (*DeleteContextRequest) Descriptor ¶
func (*DeleteContextRequest) Descriptor() ([]byte, []int)
func (*DeleteContextRequest) GetName ¶
func (m *DeleteContextRequest) GetName() string
func (*DeleteContextRequest) ProtoMessage ¶
func (*DeleteContextRequest) ProtoMessage()
func (*DeleteContextRequest) Reset ¶
func (m *DeleteContextRequest) Reset()
func (*DeleteContextRequest) String ¶
func (m *DeleteContextRequest) String() string
func (*DeleteContextRequest) XXX_DiscardUnknown ¶
func (m *DeleteContextRequest) XXX_DiscardUnknown()
func (*DeleteContextRequest) XXX_Marshal ¶
func (m *DeleteContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteContextRequest) XXX_Merge ¶
func (dst *DeleteContextRequest) XXX_Merge(src proto.Message)
func (*DeleteContextRequest) XXX_Size ¶
func (m *DeleteContextRequest) XXX_Size() int
func (*DeleteContextRequest) XXX_Unmarshal ¶
func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error
type DeleteEntityTypeRequest ¶
type DeleteEntityTypeRequest struct { // Required. The name of the entity type to delete. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType].
func (*DeleteEntityTypeRequest) Descriptor ¶
func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)
func (*DeleteEntityTypeRequest) GetName ¶
func (m *DeleteEntityTypeRequest) GetName() string
func (*DeleteEntityTypeRequest) ProtoMessage ¶
func (*DeleteEntityTypeRequest) ProtoMessage()
func (*DeleteEntityTypeRequest) Reset ¶
func (m *DeleteEntityTypeRequest) Reset()
func (*DeleteEntityTypeRequest) String ¶
func (m *DeleteEntityTypeRequest) String() string
func (*DeleteEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *DeleteEntityTypeRequest) XXX_DiscardUnknown()
func (*DeleteEntityTypeRequest) XXX_Marshal ¶
func (m *DeleteEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteEntityTypeRequest) XXX_Merge ¶
func (dst *DeleteEntityTypeRequest) XXX_Merge(src proto.Message)
func (*DeleteEntityTypeRequest) XXX_Size ¶
func (m *DeleteEntityTypeRequest) XXX_Size() int
func (*DeleteEntityTypeRequest) XXX_Unmarshal ¶
func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error
type DeleteIntentRequest ¶
type DeleteIntentRequest struct { // Required. The name of the intent to delete. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
func (*DeleteIntentRequest) Descriptor ¶
func (*DeleteIntentRequest) Descriptor() ([]byte, []int)
func (*DeleteIntentRequest) GetName ¶
func (m *DeleteIntentRequest) GetName() string
func (*DeleteIntentRequest) ProtoMessage ¶
func (*DeleteIntentRequest) ProtoMessage()
func (*DeleteIntentRequest) Reset ¶
func (m *DeleteIntentRequest) Reset()
func (*DeleteIntentRequest) String ¶
func (m *DeleteIntentRequest) String() string
func (*DeleteIntentRequest) XXX_DiscardUnknown ¶
func (m *DeleteIntentRequest) XXX_DiscardUnknown()
func (*DeleteIntentRequest) XXX_Marshal ¶
func (m *DeleteIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteIntentRequest) XXX_Merge ¶
func (dst *DeleteIntentRequest) XXX_Merge(src proto.Message)
func (*DeleteIntentRequest) XXX_Size ¶
func (m *DeleteIntentRequest) XXX_Size() int
func (*DeleteIntentRequest) XXX_Unmarshal ¶
func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error
type DeleteSessionEntityTypeRequest ¶
type DeleteSessionEntityTypeRequest struct { // Required. The name of the entity type to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType].
func (*DeleteSessionEntityTypeRequest) Descriptor ¶
func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)
func (*DeleteSessionEntityTypeRequest) GetName ¶
func (m *DeleteSessionEntityTypeRequest) GetName() string
func (*DeleteSessionEntityTypeRequest) ProtoMessage ¶
func (*DeleteSessionEntityTypeRequest) ProtoMessage()
func (*DeleteSessionEntityTypeRequest) Reset ¶
func (m *DeleteSessionEntityTypeRequest) Reset()
func (*DeleteSessionEntityTypeRequest) String ¶
func (m *DeleteSessionEntityTypeRequest) String() string
func (*DeleteSessionEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *DeleteSessionEntityTypeRequest) XXX_DiscardUnknown()
func (*DeleteSessionEntityTypeRequest) XXX_Marshal ¶
func (m *DeleteSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteSessionEntityTypeRequest) XXX_Merge ¶
func (dst *DeleteSessionEntityTypeRequest) XXX_Merge(src proto.Message)
func (*DeleteSessionEntityTypeRequest) XXX_Size ¶
func (m *DeleteSessionEntityTypeRequest) XXX_Size() int
func (*DeleteSessionEntityTypeRequest) XXX_Unmarshal ¶
func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
type DetectIntentRequest ¶
type DetectIntentRequest struct { // Required. The name of the session this query is sent to. Format: // `projects/<Project ID>/agent/sessions/<Session ID>`. It's up to the API // caller to choose an appropriate session ID. It can be a random number or // some type of user identifier (preferably hashed). The length of the session // ID must not exceed 36 bytes. Session string `protobuf:"bytes,1,opt,name=session" json:"session,omitempty"` // Optional. The parameters of this query. QueryParams *QueryParameters `protobuf:"bytes,2,opt,name=query_params,json=queryParams" json:"query_params,omitempty"` // Required. The input specification. It can be set to: // // 1. an audio config // which instructs the speech recognizer how to process the speech audio, // // 2. a conversational query in the form of text, or // // 3. an event that specifies which intent to trigger. QueryInput *QueryInput `protobuf:"bytes,3,opt,name=query_input,json=queryInput" json:"query_input,omitempty"` // Optional. The natural language speech audio to be processed. This field // should be populated iff `query_input` is set to an input audio config. // A single request can contain up to 1 minute of speech audio data. InputAudio []byte `protobuf:"bytes,5,opt,name=input_audio,json=inputAudio,proto3" json:"input_audio,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request to detect user's intent.
func (*DetectIntentRequest) Descriptor ¶
func (*DetectIntentRequest) Descriptor() ([]byte, []int)
func (*DetectIntentRequest) GetInputAudio ¶
func (m *DetectIntentRequest) GetInputAudio() []byte
func (*DetectIntentRequest) GetQueryInput ¶
func (m *DetectIntentRequest) GetQueryInput() *QueryInput
func (*DetectIntentRequest) GetQueryParams ¶
func (m *DetectIntentRequest) GetQueryParams() *QueryParameters
func (*DetectIntentRequest) GetSession ¶
func (m *DetectIntentRequest) GetSession() string
func (*DetectIntentRequest) ProtoMessage ¶
func (*DetectIntentRequest) ProtoMessage()
func (*DetectIntentRequest) Reset ¶
func (m *DetectIntentRequest) Reset()
func (*DetectIntentRequest) String ¶
func (m *DetectIntentRequest) String() string
func (*DetectIntentRequest) XXX_DiscardUnknown ¶
func (m *DetectIntentRequest) XXX_DiscardUnknown()
func (*DetectIntentRequest) XXX_Marshal ¶
func (m *DetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DetectIntentRequest) XXX_Merge ¶
func (dst *DetectIntentRequest) XXX_Merge(src proto.Message)
func (*DetectIntentRequest) XXX_Size ¶
func (m *DetectIntentRequest) XXX_Size() int
func (*DetectIntentRequest) XXX_Unmarshal ¶
func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error
type DetectIntentResponse ¶
type DetectIntentResponse struct { // The unique identifier of the response. It can be used to // locate a response in the training example set or for reporting issues. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId" json:"response_id,omitempty"` // The results of the conversational query or event processing. QueryResult *QueryResult `protobuf:"bytes,2,opt,name=query_result,json=queryResult" json:"query_result,omitempty"` // Specifies the status of the webhook request. `webhook_status` // is never populated in webhook requests. WebhookStatus *status.Status `protobuf:"bytes,3,opt,name=webhook_status,json=webhookStatus" json:"webhook_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The message returned from the DetectIntent method.
func (*DetectIntentResponse) Descriptor ¶
func (*DetectIntentResponse) Descriptor() ([]byte, []int)
func (*DetectIntentResponse) GetQueryResult ¶
func (m *DetectIntentResponse) GetQueryResult() *QueryResult
func (*DetectIntentResponse) GetResponseId ¶
func (m *DetectIntentResponse) GetResponseId() string
func (*DetectIntentResponse) GetWebhookStatus ¶
func (m *DetectIntentResponse) GetWebhookStatus() *status.Status
func (*DetectIntentResponse) ProtoMessage ¶
func (*DetectIntentResponse) ProtoMessage()
func (*DetectIntentResponse) Reset ¶
func (m *DetectIntentResponse) Reset()
func (*DetectIntentResponse) String ¶
func (m *DetectIntentResponse) String() string
func (*DetectIntentResponse) XXX_DiscardUnknown ¶
func (m *DetectIntentResponse) XXX_DiscardUnknown()
func (*DetectIntentResponse) XXX_Marshal ¶
func (m *DetectIntentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DetectIntentResponse) XXX_Merge ¶
func (dst *DetectIntentResponse) XXX_Merge(src proto.Message)
func (*DetectIntentResponse) XXX_Size ¶
func (m *DetectIntentResponse) XXX_Size() int
func (*DetectIntentResponse) XXX_Unmarshal ¶
func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error
type EntityType ¶
type EntityType struct { // Required for all methods except `create` (`create` populates the name // automatically. // The unique identifier of the entity type. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Required. The name of the entity. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName" json:"display_name,omitempty"` // Required. Indicates the kind of entity type. Kind EntityType_Kind `protobuf:"varint,3,opt,name=kind,enum=google.cloud.dialogflow.v2.EntityType_Kind" json:"kind,omitempty"` // Optional. Indicates whether the entity type can be automatically // expanded. AutoExpansionMode EntityType_AutoExpansionMode `` /* 169-byte string literal not displayed */ // Optional. The collection of entities associated with the entity type. Entities []*EntityType_Entity `protobuf:"bytes,6,rep,name=entities" json:"entities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents an entity type. Entity types serve as a tool for extracting parameter values from natural language queries.
func (*EntityType) Descriptor ¶
func (*EntityType) Descriptor() ([]byte, []int)
func (*EntityType) GetAutoExpansionMode ¶
func (m *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
func (*EntityType) GetDisplayName ¶
func (m *EntityType) GetDisplayName() string
func (*EntityType) GetEntities ¶
func (m *EntityType) GetEntities() []*EntityType_Entity
func (*EntityType) GetKind ¶
func (m *EntityType) GetKind() EntityType_Kind
func (*EntityType) GetName ¶
func (m *EntityType) GetName() string
func (*EntityType) ProtoMessage ¶
func (*EntityType) ProtoMessage()
func (*EntityType) Reset ¶
func (m *EntityType) Reset()
func (*EntityType) String ¶
func (m *EntityType) String() string
func (*EntityType) XXX_DiscardUnknown ¶
func (m *EntityType) XXX_DiscardUnknown()
func (*EntityType) XXX_Marshal ¶
func (m *EntityType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityType) XXX_Merge ¶
func (dst *EntityType) XXX_Merge(src proto.Message)
func (*EntityType) XXX_Size ¶
func (m *EntityType) XXX_Size() int
func (*EntityType) XXX_Unmarshal ¶
func (m *EntityType) XXX_Unmarshal(b []byte) error
type EntityTypeBatch ¶
type EntityTypeBatch struct { // A collection of entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes" json:"entity_types,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
This message is a wrapper around a collection of entity types.
func (*EntityTypeBatch) Descriptor ¶
func (*EntityTypeBatch) Descriptor() ([]byte, []int)
func (*EntityTypeBatch) GetEntityTypes ¶
func (m *EntityTypeBatch) GetEntityTypes() []*EntityType
func (*EntityTypeBatch) ProtoMessage ¶
func (*EntityTypeBatch) ProtoMessage()
func (*EntityTypeBatch) Reset ¶
func (m *EntityTypeBatch) Reset()
func (*EntityTypeBatch) String ¶
func (m *EntityTypeBatch) String() string
func (*EntityTypeBatch) XXX_DiscardUnknown ¶
func (m *EntityTypeBatch) XXX_DiscardUnknown()
func (*EntityTypeBatch) XXX_Marshal ¶
func (m *EntityTypeBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityTypeBatch) XXX_Merge ¶
func (dst *EntityTypeBatch) XXX_Merge(src proto.Message)
func (*EntityTypeBatch) XXX_Size ¶
func (m *EntityTypeBatch) XXX_Size() int
func (*EntityTypeBatch) XXX_Unmarshal ¶
func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error
type EntityType_AutoExpansionMode ¶
type EntityType_AutoExpansionMode int32
Represents different entity type expansion modes. Automated expansion allows an agent to recognize values that have not been explicitly listed in the entity (for example, new kinds of shopping list items).
const ( // Auto expansion disabled for the entity. EntityType_AUTO_EXPANSION_MODE_UNSPECIFIED EntityType_AutoExpansionMode = 0 // Allows an agent to recognize values that have not been explicitly // listed in the entity. EntityType_AUTO_EXPANSION_MODE_DEFAULT EntityType_AutoExpansionMode = 1 )
func (EntityType_AutoExpansionMode) EnumDescriptor ¶
func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int)
func (EntityType_AutoExpansionMode) String ¶
func (x EntityType_AutoExpansionMode) String() string
type EntityType_Entity ¶
type EntityType_Entity struct { // Required. // For `KIND_MAP` entity types: // A canonical name to be used in place of synonyms. // For `KIND_LIST` entity types: // A string that can contain references to other entity types (with or // without aliases). Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"` // Required. A collection of synonyms. For `KIND_LIST` entity types this // must contain exactly one synonym equal to `value`. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms" json:"synonyms,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Optional. Represents an entity.
func (*EntityType_Entity) Descriptor ¶
func (*EntityType_Entity) Descriptor() ([]byte, []int)
func (*EntityType_Entity) GetSynonyms ¶
func (m *EntityType_Entity) GetSynonyms() []string
func (*EntityType_Entity) GetValue ¶
func (m *EntityType_Entity) GetValue() string
func (*EntityType_Entity) ProtoMessage ¶
func (*EntityType_Entity) ProtoMessage()
func (*EntityType_Entity) Reset ¶
func (m *EntityType_Entity) Reset()
func (*EntityType_Entity) String ¶
func (m *EntityType_Entity) String() string
func (*EntityType_Entity) XXX_DiscardUnknown ¶
func (m *EntityType_Entity) XXX_DiscardUnknown()
func (*EntityType_Entity) XXX_Marshal ¶
func (m *EntityType_Entity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityType_Entity) XXX_Merge ¶
func (dst *EntityType_Entity) XXX_Merge(src proto.Message)
func (*EntityType_Entity) XXX_Size ¶
func (m *EntityType_Entity) XXX_Size() int
func (*EntityType_Entity) XXX_Unmarshal ¶
func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error
type EntityType_Kind ¶
type EntityType_Kind int32
Represents kinds of entities.
const ( // Not specified. This value should be never used. EntityType_KIND_UNSPECIFIED EntityType_Kind = 0 // Map entity types allow mapping of a group of synonyms to a canonical // value. EntityType_KIND_MAP EntityType_Kind = 1 // List entity types contain a set of entries that do not map to canonical // values. However, list entity types can contain references to other entity // types (with or without aliases). EntityType_KIND_LIST EntityType_Kind = 2 )
func (EntityType_Kind) EnumDescriptor ¶
func (EntityType_Kind) EnumDescriptor() ([]byte, []int)
func (EntityType_Kind) String ¶
func (x EntityType_Kind) String() string
type EntityTypesClient ¶
type EntityTypesClient interface { // Returns the list of all entity types in the specified agent. ListEntityTypes(ctx context.Context, in *ListEntityTypesRequest, opts ...grpc.CallOption) (*ListEntityTypesResponse, error) // Retrieves the specified entity type. GetEntityType(ctx context.Context, in *GetEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Creates an entity type in the specified agent. CreateEntityType(ctx context.Context, in *CreateEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Updates the specified entity type. UpdateEntityType(ctx context.Context, in *UpdateEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Deletes the specified entity type. DeleteEntityType(ctx context.Context, in *DeleteEntityTypeRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchUpdateEntityTypes(ctx context.Context, in *BatchUpdateEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchDeleteEntityTypes(ctx context.Context, in *BatchDeleteEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Creates multiple new entities in the specified entity type (extends the // existing collection of entries). // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(ctx context.Context, in *BatchCreateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Updates entities in the specified entity type (replaces the existing // collection of entries). // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchUpdateEntities(ctx context.Context, in *BatchUpdateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchDeleteEntities(ctx context.Context, in *BatchDeleteEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
EntityTypesClient is the client API for EntityTypes service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEntityTypesClient ¶
func NewEntityTypesClient(cc *grpc.ClientConn) EntityTypesClient
type EntityTypesServer ¶
type EntityTypesServer interface { // Returns the list of all entity types in the specified agent. ListEntityTypes(context.Context, *ListEntityTypesRequest) (*ListEntityTypesResponse, error) // Retrieves the specified entity type. GetEntityType(context.Context, *GetEntityTypeRequest) (*EntityType, error) // Creates an entity type in the specified agent. CreateEntityType(context.Context, *CreateEntityTypeRequest) (*EntityType, error) // Updates the specified entity type. UpdateEntityType(context.Context, *UpdateEntityTypeRequest) (*EntityType, error) // Deletes the specified entity type. DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error) // Creates multiple new entities in the specified entity type (extends the // existing collection of entries). // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error) // Updates entities in the specified entity type (replaces the existing // collection of entries). // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], // metadata: [google.protobuf.Struct][google.protobuf.Struct]> BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error) }
type EventInput ¶
type EventInput struct { // Required. The unique identifier of the event. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Optional. The collection of parameters associated with the event. Parameters *_struct.Struct `protobuf:"bytes,2,opt,name=parameters" json:"parameters,omitempty"` // Required. The language of this query. See [Language // Support](https://dialogflow.com/docs/languages) for a list of the // currently supported language codes. Note that queries in the same session // do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Events allow for matching intents by event name instead of the natural language input. For instance, input `<event: { name: “welcome_event”, parameters: { name: “Sam” } }>` can trigger a personalized welcome response. The parameter `name` may be used by the agent in the response: `“Hello #welcome_event.name! What can I do for you today?”`.
func (*EventInput) Descriptor ¶
func (*EventInput) Descriptor() ([]byte, []int)
func (*EventInput) GetLanguageCode ¶
func (m *EventInput) GetLanguageCode() string
func (*EventInput) GetName ¶
func (m *EventInput) GetName() string
func (*EventInput) GetParameters ¶
func (m *EventInput) GetParameters() *_struct.Struct
func (*EventInput) ProtoMessage ¶
func (*EventInput) ProtoMessage()
func (*EventInput) Reset ¶
func (m *EventInput) Reset()
func (*EventInput) String ¶
func (m *EventInput) String() string
func (*EventInput) XXX_DiscardUnknown ¶
func (m *EventInput) XXX_DiscardUnknown()
func (*EventInput) XXX_Marshal ¶
func (m *EventInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventInput) XXX_Merge ¶
func (dst *EventInput) XXX_Merge(src proto.Message)
func (*EventInput) XXX_Size ¶
func (m *EventInput) XXX_Size() int
func (*EventInput) XXX_Unmarshal ¶
func (m *EventInput) XXX_Unmarshal(b []byte) error
type ExportAgentRequest ¶
type ExportAgentRequest struct { // Required. The project that the agent to export is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The Google Cloud Storage URI to export the agent to. // Note: The URI must start with // "gs://". If left unspecified, the serialized agent is returned inline. AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri" json:"agent_uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
func (*ExportAgentRequest) Descriptor ¶
func (*ExportAgentRequest) Descriptor() ([]byte, []int)
func (*ExportAgentRequest) GetAgentUri ¶
func (m *ExportAgentRequest) GetAgentUri() string
func (*ExportAgentRequest) GetParent ¶
func (m *ExportAgentRequest) GetParent() string
func (*ExportAgentRequest) ProtoMessage ¶
func (*ExportAgentRequest) ProtoMessage()
func (*ExportAgentRequest) Reset ¶
func (m *ExportAgentRequest) Reset()
func (*ExportAgentRequest) String ¶
func (m *ExportAgentRequest) String() string
func (*ExportAgentRequest) XXX_DiscardUnknown ¶
func (m *ExportAgentRequest) XXX_DiscardUnknown()
func (*ExportAgentRequest) XXX_Marshal ¶
func (m *ExportAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportAgentRequest) XXX_Merge ¶
func (dst *ExportAgentRequest) XXX_Merge(src proto.Message)
func (*ExportAgentRequest) XXX_Size ¶
func (m *ExportAgentRequest) XXX_Size() int
func (*ExportAgentRequest) XXX_Unmarshal ¶
func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error
type ExportAgentResponse ¶
type ExportAgentResponse struct { // Required. The exported agent. // // Types that are valid to be assigned to Agent: // *ExportAgentResponse_AgentUri // *ExportAgentResponse_AgentContent Agent isExportAgentResponse_Agent `protobuf_oneof:"agent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
func (*ExportAgentResponse) Descriptor ¶
func (*ExportAgentResponse) Descriptor() ([]byte, []int)
func (*ExportAgentResponse) GetAgent ¶
func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
func (*ExportAgentResponse) GetAgentContent ¶
func (m *ExportAgentResponse) GetAgentContent() []byte
func (*ExportAgentResponse) GetAgentUri ¶
func (m *ExportAgentResponse) GetAgentUri() string
func (*ExportAgentResponse) ProtoMessage ¶
func (*ExportAgentResponse) ProtoMessage()
func (*ExportAgentResponse) Reset ¶
func (m *ExportAgentResponse) Reset()
func (*ExportAgentResponse) String ¶
func (m *ExportAgentResponse) String() string
func (*ExportAgentResponse) XXX_DiscardUnknown ¶
func (m *ExportAgentResponse) XXX_DiscardUnknown()
func (*ExportAgentResponse) XXX_Marshal ¶
func (m *ExportAgentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportAgentResponse) XXX_Merge ¶
func (dst *ExportAgentResponse) XXX_Merge(src proto.Message)
func (*ExportAgentResponse) XXX_OneofFuncs ¶
func (*ExportAgentResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*ExportAgentResponse) XXX_Size ¶
func (m *ExportAgentResponse) XXX_Size() int
func (*ExportAgentResponse) XXX_Unmarshal ¶
func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error
type ExportAgentResponse_AgentContent ¶
type ExportAgentResponse_AgentContent struct {
AgentContent []byte `protobuf:"bytes,2,opt,name=agent_content,json=agentContent,proto3,oneof"`
}
type ExportAgentResponse_AgentUri ¶
type ExportAgentResponse_AgentUri struct {
AgentUri string `protobuf:"bytes,1,opt,name=agent_uri,json=agentUri,oneof"`
}
type GetAgentRequest ¶
type GetAgentRequest struct { // Required. The project that the agent to fetch is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent].
func (*GetAgentRequest) Descriptor ¶
func (*GetAgentRequest) Descriptor() ([]byte, []int)
func (*GetAgentRequest) GetParent ¶
func (m *GetAgentRequest) GetParent() string
func (*GetAgentRequest) ProtoMessage ¶
func (*GetAgentRequest) ProtoMessage()
func (*GetAgentRequest) Reset ¶
func (m *GetAgentRequest) Reset()
func (*GetAgentRequest) String ¶
func (m *GetAgentRequest) String() string
func (*GetAgentRequest) XXX_DiscardUnknown ¶
func (m *GetAgentRequest) XXX_DiscardUnknown()
func (*GetAgentRequest) XXX_Marshal ¶
func (m *GetAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAgentRequest) XXX_Merge ¶
func (dst *GetAgentRequest) XXX_Merge(src proto.Message)
func (*GetAgentRequest) XXX_Size ¶
func (m *GetAgentRequest) XXX_Size() int
func (*GetAgentRequest) XXX_Unmarshal ¶
func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error
type GetContextRequest ¶
type GetContextRequest struct { // Required. The name of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.GetContext][google.cloud.dialogflow.v2.Contexts.GetContext].
func (*GetContextRequest) Descriptor ¶
func (*GetContextRequest) Descriptor() ([]byte, []int)
func (*GetContextRequest) GetName ¶
func (m *GetContextRequest) GetName() string
func (*GetContextRequest) ProtoMessage ¶
func (*GetContextRequest) ProtoMessage()
func (*GetContextRequest) Reset ¶
func (m *GetContextRequest) Reset()
func (*GetContextRequest) String ¶
func (m *GetContextRequest) String() string
func (*GetContextRequest) XXX_DiscardUnknown ¶
func (m *GetContextRequest) XXX_DiscardUnknown()
func (*GetContextRequest) XXX_Marshal ¶
func (m *GetContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetContextRequest) XXX_Merge ¶
func (dst *GetContextRequest) XXX_Merge(src proto.Message)
func (*GetContextRequest) XXX_Size ¶
func (m *GetContextRequest) XXX_Size() int
func (*GetContextRequest) XXX_Unmarshal ¶
func (m *GetContextRequest) XXX_Unmarshal(b []byte) error
type GetEntityTypeRequest ¶
type GetEntityTypeRequest struct { // Required. The name of the entity type. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Optional. The language to retrieve entity synonyms for. If not specified, // the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType].
func (*GetEntityTypeRequest) Descriptor ¶
func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)
func (*GetEntityTypeRequest) GetLanguageCode ¶
func (m *GetEntityTypeRequest) GetLanguageCode() string
func (*GetEntityTypeRequest) GetName ¶
func (m *GetEntityTypeRequest) GetName() string
func (*GetEntityTypeRequest) ProtoMessage ¶
func (*GetEntityTypeRequest) ProtoMessage()
func (*GetEntityTypeRequest) Reset ¶
func (m *GetEntityTypeRequest) Reset()
func (*GetEntityTypeRequest) String ¶
func (m *GetEntityTypeRequest) String() string
func (*GetEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *GetEntityTypeRequest) XXX_DiscardUnknown()
func (*GetEntityTypeRequest) XXX_Marshal ¶
func (m *GetEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetEntityTypeRequest) XXX_Merge ¶
func (dst *GetEntityTypeRequest) XXX_Merge(src proto.Message)
func (*GetEntityTypeRequest) XXX_Size ¶
func (m *GetEntityTypeRequest) XXX_Size() int
func (*GetEntityTypeRequest) XXX_Unmarshal ¶
func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error
type GetIntentRequest ¶
type GetIntentRequest struct { // Required. The name of the intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Optional. The language to retrieve training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 128-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent].
func (*GetIntentRequest) Descriptor ¶
func (*GetIntentRequest) Descriptor() ([]byte, []int)
func (*GetIntentRequest) GetIntentView ¶
func (m *GetIntentRequest) GetIntentView() IntentView
func (*GetIntentRequest) GetLanguageCode ¶
func (m *GetIntentRequest) GetLanguageCode() string
func (*GetIntentRequest) GetName ¶
func (m *GetIntentRequest) GetName() string
func (*GetIntentRequest) ProtoMessage ¶
func (*GetIntentRequest) ProtoMessage()
func (*GetIntentRequest) Reset ¶
func (m *GetIntentRequest) Reset()
func (*GetIntentRequest) String ¶
func (m *GetIntentRequest) String() string
func (*GetIntentRequest) XXX_DiscardUnknown ¶
func (m *GetIntentRequest) XXX_DiscardUnknown()
func (*GetIntentRequest) XXX_Marshal ¶
func (m *GetIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetIntentRequest) XXX_Merge ¶
func (dst *GetIntentRequest) XXX_Merge(src proto.Message)
func (*GetIntentRequest) XXX_Size ¶
func (m *GetIntentRequest) XXX_Size() int
func (*GetIntentRequest) XXX_Unmarshal ¶
func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error
type GetSessionEntityTypeRequest ¶
type GetSessionEntityTypeRequest struct { // Required. The name of the session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType].
func (*GetSessionEntityTypeRequest) Descriptor ¶
func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)
func (*GetSessionEntityTypeRequest) GetName ¶
func (m *GetSessionEntityTypeRequest) GetName() string
func (*GetSessionEntityTypeRequest) ProtoMessage ¶
func (*GetSessionEntityTypeRequest) ProtoMessage()
func (*GetSessionEntityTypeRequest) Reset ¶
func (m *GetSessionEntityTypeRequest) Reset()
func (*GetSessionEntityTypeRequest) String ¶
func (m *GetSessionEntityTypeRequest) String() string
func (*GetSessionEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *GetSessionEntityTypeRequest) XXX_DiscardUnknown()
func (*GetSessionEntityTypeRequest) XXX_Marshal ¶
func (m *GetSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetSessionEntityTypeRequest) XXX_Merge ¶
func (dst *GetSessionEntityTypeRequest) XXX_Merge(src proto.Message)
func (*GetSessionEntityTypeRequest) XXX_Size ¶
func (m *GetSessionEntityTypeRequest) XXX_Size() int
func (*GetSessionEntityTypeRequest) XXX_Unmarshal ¶
func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
type ImportAgentRequest ¶
type ImportAgentRequest struct { // Required. The project that the agent to import is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The agent to import. // // Types that are valid to be assigned to Agent: // *ImportAgentRequest_AgentUri // *ImportAgentRequest_AgentContent Agent isImportAgentRequest_Agent `protobuf_oneof:"agent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent].
func (*ImportAgentRequest) Descriptor ¶
func (*ImportAgentRequest) Descriptor() ([]byte, []int)
func (*ImportAgentRequest) GetAgent ¶
func (m *ImportAgentRequest) GetAgent() isImportAgentRequest_Agent
func (*ImportAgentRequest) GetAgentContent ¶
func (m *ImportAgentRequest) GetAgentContent() []byte
func (*ImportAgentRequest) GetAgentUri ¶
func (m *ImportAgentRequest) GetAgentUri() string
func (*ImportAgentRequest) GetParent ¶
func (m *ImportAgentRequest) GetParent() string
func (*ImportAgentRequest) ProtoMessage ¶
func (*ImportAgentRequest) ProtoMessage()
func (*ImportAgentRequest) Reset ¶
func (m *ImportAgentRequest) Reset()
func (*ImportAgentRequest) String ¶
func (m *ImportAgentRequest) String() string
func (*ImportAgentRequest) XXX_DiscardUnknown ¶
func (m *ImportAgentRequest) XXX_DiscardUnknown()
func (*ImportAgentRequest) XXX_Marshal ¶
func (m *ImportAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAgentRequest) XXX_Merge ¶
func (dst *ImportAgentRequest) XXX_Merge(src proto.Message)
func (*ImportAgentRequest) XXX_OneofFuncs ¶
func (*ImportAgentRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*ImportAgentRequest) XXX_Size ¶
func (m *ImportAgentRequest) XXX_Size() int
func (*ImportAgentRequest) XXX_Unmarshal ¶
func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error
type ImportAgentRequest_AgentContent ¶
type ImportAgentRequest_AgentContent struct {
AgentContent []byte `protobuf:"bytes,3,opt,name=agent_content,json=agentContent,proto3,oneof"`
}
type ImportAgentRequest_AgentUri ¶
type ImportAgentRequest_AgentUri struct {
AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,oneof"`
}
type InputAudioConfig ¶
type InputAudioConfig struct { // Required. Audio encoding of the audio content to process. AudioEncoding AudioEncoding `` /* 140-byte string literal not displayed */ // Required. Sample rate (in Hertz) of the audio content sent in the query. // Refer to [Cloud Speech API documentation](/speech/docs/basics) for more // details. SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz" json:"sample_rate_hertz,omitempty"` // Required. The language of the supplied audio. Dialogflow does not do // translations. See [Language // Support](https://dialogflow.com/docs/languages) for a list of the // currently supported language codes. Note that queries in the same session // do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The collection of phrase hints which are used to boost accuracy // of speech recognition. // Refer to [Cloud Speech API documentation](/speech/docs/basics#phrase-hints) // for more details. PhraseHints []string `protobuf:"bytes,4,rep,name=phrase_hints,json=phraseHints" json:"phrase_hints,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Instructs the speech recognizer how to process the audio content.
func (*InputAudioConfig) Descriptor ¶
func (*InputAudioConfig) Descriptor() ([]byte, []int)
func (*InputAudioConfig) GetAudioEncoding ¶
func (m *InputAudioConfig) GetAudioEncoding() AudioEncoding
func (*InputAudioConfig) GetLanguageCode ¶
func (m *InputAudioConfig) GetLanguageCode() string
func (*InputAudioConfig) GetPhraseHints ¶
func (m *InputAudioConfig) GetPhraseHints() []string
func (*InputAudioConfig) GetSampleRateHertz ¶
func (m *InputAudioConfig) GetSampleRateHertz() int32
func (*InputAudioConfig) ProtoMessage ¶
func (*InputAudioConfig) ProtoMessage()
func (*InputAudioConfig) Reset ¶
func (m *InputAudioConfig) Reset()
func (*InputAudioConfig) String ¶
func (m *InputAudioConfig) String() string
func (*InputAudioConfig) XXX_DiscardUnknown ¶
func (m *InputAudioConfig) XXX_DiscardUnknown()
func (*InputAudioConfig) XXX_Marshal ¶
func (m *InputAudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InputAudioConfig) XXX_Merge ¶
func (dst *InputAudioConfig) XXX_Merge(src proto.Message)
func (*InputAudioConfig) XXX_Size ¶
func (m *InputAudioConfig) XXX_Size() int
func (*InputAudioConfig) XXX_Unmarshal ¶
func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error
type Intent ¶
type Intent struct { // Required for all methods except `create` (`create` populates the name // automatically. // The unique identifier of this intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Required. The name of this intent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName" json:"display_name,omitempty"` // Required. Indicates whether webhooks are enabled for the intent. WebhookState Intent_WebhookState `` /* 143-byte string literal not displayed */ // Optional. The priority of this intent. Higher numbers represent higher // priorities. Zero or negative numbers mean that the intent is disabled. Priority int32 `protobuf:"varint,3,opt,name=priority" json:"priority,omitempty"` // Optional. Indicates whether this is a fallback intent. IsFallback bool `protobuf:"varint,4,opt,name=is_fallback,json=isFallback" json:"is_fallback,omitempty"` // Optional. Indicates whether Machine Learning is disabled for the intent. // Note: If `ml_diabled` setting is set to true, then this intent is not // taken into account during inference in `ML ONLY` match mode. Also, // auto-markup in the UI is turned off. MlDisabled bool `protobuf:"varint,19,opt,name=ml_disabled,json=mlDisabled" json:"ml_disabled,omitempty"` // Optional. The list of context names required for this intent to be // triggered. // Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`. InputContextNames []string `protobuf:"bytes,7,rep,name=input_context_names,json=inputContextNames" json:"input_context_names,omitempty"` // Optional. The collection of event names that trigger the intent. // If the collection of input contexts is not empty, all of the contexts must // be present in the active user session for an event to trigger this intent. Events []string `protobuf:"bytes,8,rep,name=events" json:"events,omitempty"` // Optional. The collection of examples/templates that the agent is // trained on. TrainingPhrases []*Intent_TrainingPhrase `protobuf:"bytes,9,rep,name=training_phrases,json=trainingPhrases" json:"training_phrases,omitempty"` // Optional. The name of the action associated with the intent. Action string `protobuf:"bytes,10,opt,name=action" json:"action,omitempty"` // Optional. The collection of contexts that are activated when the intent // is matched. Context messages in this collection should not set the // parameters field. Setting the `lifespan_count` to 0 will reset the context // when the intent is matched. // Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`. OutputContexts []*Context `protobuf:"bytes,11,rep,name=output_contexts,json=outputContexts" json:"output_contexts,omitempty"` // Optional. Indicates whether to delete all contexts in the current // session when this intent is matched. ResetContexts bool `protobuf:"varint,12,opt,name=reset_contexts,json=resetContexts" json:"reset_contexts,omitempty"` // Optional. The collection of parameters associated with the intent. Parameters []*Intent_Parameter `protobuf:"bytes,13,rep,name=parameters" json:"parameters,omitempty"` // Optional. The collection of rich messages corresponding to the // `Response` field in the Dialogflow console. Messages []*Intent_Message `protobuf:"bytes,14,rep,name=messages" json:"messages,omitempty"` // Optional. The list of platforms for which the first response will be // taken from among the messages assigned to the DEFAULT_PLATFORM. DefaultResponsePlatforms []Intent_Message_Platform `` /* 193-byte string literal not displayed */ // The unique identifier of the root intent in the chain of followup intents. // It identifies the correct followup intents chain for this intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. RootFollowupIntentName string `protobuf:"bytes,16,opt,name=root_followup_intent_name,json=rootFollowupIntentName" json:"root_followup_intent_name,omitempty"` // The unique identifier of the parent intent in the chain of followup // intents. // It identifies the parent followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `` /* 131-byte string literal not displayed */ // Optional. Collection of information about all followup intents that have // name of this intent as a root_name. FollowupIntentInfo []*Intent_FollowupIntentInfo `protobuf:"bytes,18,rep,name=followup_intent_info,json=followupIntentInfo" json:"followup_intent_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents an intent. Intents convert a number of user expressions or patterns into an action. An action is an extraction of a user command or sentence semantics.
func (*Intent) Descriptor ¶
func (*Intent) GetDefaultResponsePlatforms ¶
func (m *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform
func (*Intent) GetDisplayName ¶
func (*Intent) GetFollowupIntentInfo ¶
func (m *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo
func (*Intent) GetInputContextNames ¶
func (*Intent) GetIsFallback ¶
func (*Intent) GetMessages ¶
func (m *Intent) GetMessages() []*Intent_Message
func (*Intent) GetMlDisabled ¶
func (*Intent) GetOutputContexts ¶
func (*Intent) GetParameters ¶
func (m *Intent) GetParameters() []*Intent_Parameter
func (*Intent) GetParentFollowupIntentName ¶
func (*Intent) GetPriority ¶
func (*Intent) GetResetContexts ¶
func (*Intent) GetRootFollowupIntentName ¶
func (*Intent) GetTrainingPhrases ¶
func (m *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase
func (*Intent) GetWebhookState ¶
func (m *Intent) GetWebhookState() Intent_WebhookState
func (*Intent) ProtoMessage ¶
func (*Intent) ProtoMessage()
func (*Intent) XXX_DiscardUnknown ¶
func (m *Intent) XXX_DiscardUnknown()
func (*Intent) XXX_Marshal ¶
func (*Intent) XXX_Unmarshal ¶
type IntentBatch ¶
type IntentBatch struct { // A collection of intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents" json:"intents,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
This message is a wrapper around a collection of intents.
func (*IntentBatch) Descriptor ¶
func (*IntentBatch) Descriptor() ([]byte, []int)
func (*IntentBatch) GetIntents ¶
func (m *IntentBatch) GetIntents() []*Intent
func (*IntentBatch) ProtoMessage ¶
func (*IntentBatch) ProtoMessage()
func (*IntentBatch) Reset ¶
func (m *IntentBatch) Reset()
func (*IntentBatch) String ¶
func (m *IntentBatch) String() string
func (*IntentBatch) XXX_DiscardUnknown ¶
func (m *IntentBatch) XXX_DiscardUnknown()
func (*IntentBatch) XXX_Marshal ¶
func (m *IntentBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntentBatch) XXX_Merge ¶
func (dst *IntentBatch) XXX_Merge(src proto.Message)
func (*IntentBatch) XXX_Size ¶
func (m *IntentBatch) XXX_Size() int
func (*IntentBatch) XXX_Unmarshal ¶
func (m *IntentBatch) XXX_Unmarshal(b []byte) error
type IntentView ¶
type IntentView int32
Represents the options for views of an intent. An intent can be a sizable object. Therefore, we provide a resource view that does not return training phrases in the response by default.
const ( // Training phrases field is not populated in the response. IntentView_INTENT_VIEW_UNSPECIFIED IntentView = 0 // All fields are populated. IntentView_INTENT_VIEW_FULL IntentView = 1 )
func (IntentView) EnumDescriptor ¶
func (IntentView) EnumDescriptor() ([]byte, []int)
func (IntentView) String ¶
func (x IntentView) String() string
type Intent_FollowupIntentInfo ¶
type Intent_FollowupIntentInfo struct { // The unique identifier of the followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. FollowupIntentName string `protobuf:"bytes,1,opt,name=followup_intent_name,json=followupIntentName" json:"followup_intent_name,omitempty"` // The unique identifier of the followup intent parent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a single followup intent in the chain.
func (*Intent_FollowupIntentInfo) Descriptor ¶
func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int)
func (*Intent_FollowupIntentInfo) GetFollowupIntentName ¶
func (m *Intent_FollowupIntentInfo) GetFollowupIntentName() string
func (*Intent_FollowupIntentInfo) GetParentFollowupIntentName ¶
func (m *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string
func (*Intent_FollowupIntentInfo) ProtoMessage ¶
func (*Intent_FollowupIntentInfo) ProtoMessage()
func (*Intent_FollowupIntentInfo) Reset ¶
func (m *Intent_FollowupIntentInfo) Reset()
func (*Intent_FollowupIntentInfo) String ¶
func (m *Intent_FollowupIntentInfo) String() string
func (*Intent_FollowupIntentInfo) XXX_DiscardUnknown ¶
func (m *Intent_FollowupIntentInfo) XXX_DiscardUnknown()
func (*Intent_FollowupIntentInfo) XXX_Marshal ¶
func (m *Intent_FollowupIntentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_FollowupIntentInfo) XXX_Merge ¶
func (dst *Intent_FollowupIntentInfo) XXX_Merge(src proto.Message)
func (*Intent_FollowupIntentInfo) XXX_Size ¶
func (m *Intent_FollowupIntentInfo) XXX_Size() int
func (*Intent_FollowupIntentInfo) XXX_Unmarshal ¶
func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error
type Intent_Message ¶
type Intent_Message struct { // Required. The rich response message. // // Types that are valid to be assigned to Message: // *Intent_Message_Text_ // *Intent_Message_Image_ // *Intent_Message_QuickReplies_ // *Intent_Message_Card_ // *Intent_Message_Payload // *Intent_Message_SimpleResponses_ // *Intent_Message_BasicCard_ // *Intent_Message_Suggestions_ // *Intent_Message_LinkOutSuggestion_ // *Intent_Message_ListSelect_ // *Intent_Message_CarouselSelect_ Message isIntent_Message_Message `protobuf_oneof:"message"` // Optional. The platform that this message is intended for. Platform Intent_Message_Platform `protobuf:"varint,6,opt,name=platform,enum=google.cloud.dialogflow.v2.Intent_Message_Platform" json:"platform,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Corresponds to the `Response` field in the Dialogflow console.
func (*Intent_Message) Descriptor ¶
func (*Intent_Message) Descriptor() ([]byte, []int)
func (*Intent_Message) GetBasicCard ¶
func (m *Intent_Message) GetBasicCard() *Intent_Message_BasicCard
func (*Intent_Message) GetCard ¶
func (m *Intent_Message) GetCard() *Intent_Message_Card
func (*Intent_Message) GetCarouselSelect ¶
func (m *Intent_Message) GetCarouselSelect() *Intent_Message_CarouselSelect
func (*Intent_Message) GetImage ¶
func (m *Intent_Message) GetImage() *Intent_Message_Image
func (*Intent_Message) GetLinkOutSuggestion ¶
func (m *Intent_Message) GetLinkOutSuggestion() *Intent_Message_LinkOutSuggestion
func (*Intent_Message) GetListSelect ¶
func (m *Intent_Message) GetListSelect() *Intent_Message_ListSelect
func (*Intent_Message) GetMessage ¶
func (m *Intent_Message) GetMessage() isIntent_Message_Message
func (*Intent_Message) GetPayload ¶
func (m *Intent_Message) GetPayload() *_struct.Struct
func (*Intent_Message) GetPlatform ¶
func (m *Intent_Message) GetPlatform() Intent_Message_Platform
func (*Intent_Message) GetQuickReplies ¶
func (m *Intent_Message) GetQuickReplies() *Intent_Message_QuickReplies
func (*Intent_Message) GetSimpleResponses ¶
func (m *Intent_Message) GetSimpleResponses() *Intent_Message_SimpleResponses
func (*Intent_Message) GetSuggestions ¶
func (m *Intent_Message) GetSuggestions() *Intent_Message_Suggestions
func (*Intent_Message) GetText ¶
func (m *Intent_Message) GetText() *Intent_Message_Text
func (*Intent_Message) ProtoMessage ¶
func (*Intent_Message) ProtoMessage()
func (*Intent_Message) Reset ¶
func (m *Intent_Message) Reset()
func (*Intent_Message) String ¶
func (m *Intent_Message) String() string
func (*Intent_Message) XXX_DiscardUnknown ¶
func (m *Intent_Message) XXX_DiscardUnknown()
func (*Intent_Message) XXX_Marshal ¶
func (m *Intent_Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message) XXX_Merge ¶
func (dst *Intent_Message) XXX_Merge(src proto.Message)
func (*Intent_Message) XXX_OneofFuncs ¶
func (*Intent_Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Intent_Message) XXX_Size ¶
func (m *Intent_Message) XXX_Size() int
func (*Intent_Message) XXX_Unmarshal ¶
func (m *Intent_Message) XXX_Unmarshal(b []byte) error
type Intent_Message_BasicCard ¶
type Intent_Message_BasicCard struct { // Optional. The title of the card. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` // Optional. The subtitle of the card. Subtitle string `protobuf:"bytes,2,opt,name=subtitle" json:"subtitle,omitempty"` // Required, unless image is present. The body text of the card. FormattedText string `protobuf:"bytes,3,opt,name=formatted_text,json=formattedText" json:"formatted_text,omitempty"` // Optional. The image for the card. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image" json:"image,omitempty"` // Optional. The collection of card buttons. Buttons []*Intent_Message_BasicCard_Button `protobuf:"bytes,5,rep,name=buttons" json:"buttons,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The basic card message. Useful for displaying information.
func (*Intent_Message_BasicCard) Descriptor ¶
func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int)
func (*Intent_Message_BasicCard) GetButtons ¶
func (m *Intent_Message_BasicCard) GetButtons() []*Intent_Message_BasicCard_Button
func (*Intent_Message_BasicCard) GetFormattedText ¶
func (m *Intent_Message_BasicCard) GetFormattedText() string
func (*Intent_Message_BasicCard) GetImage ¶
func (m *Intent_Message_BasicCard) GetImage() *Intent_Message_Image
func (*Intent_Message_BasicCard) GetSubtitle ¶
func (m *Intent_Message_BasicCard) GetSubtitle() string
func (*Intent_Message_BasicCard) GetTitle ¶
func (m *Intent_Message_BasicCard) GetTitle() string
func (*Intent_Message_BasicCard) ProtoMessage ¶
func (*Intent_Message_BasicCard) ProtoMessage()
func (*Intent_Message_BasicCard) Reset ¶
func (m *Intent_Message_BasicCard) Reset()
func (*Intent_Message_BasicCard) String ¶
func (m *Intent_Message_BasicCard) String() string
func (*Intent_Message_BasicCard) XXX_DiscardUnknown ¶
func (m *Intent_Message_BasicCard) XXX_DiscardUnknown()
func (*Intent_Message_BasicCard) XXX_Marshal ¶
func (m *Intent_Message_BasicCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_BasicCard) XXX_Merge ¶
func (dst *Intent_Message_BasicCard) XXX_Merge(src proto.Message)
func (*Intent_Message_BasicCard) XXX_Size ¶
func (m *Intent_Message_BasicCard) XXX_Size() int
func (*Intent_Message_BasicCard) XXX_Unmarshal ¶
func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error
type Intent_Message_BasicCard_ ¶
type Intent_Message_BasicCard_ struct {
BasicCard *Intent_Message_BasicCard `protobuf:"bytes,8,opt,name=basic_card,json=basicCard,oneof"`
}
type Intent_Message_BasicCard_Button ¶
type Intent_Message_BasicCard_Button struct { // Required. The title of the button. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` // Required. Action to take when a user taps on the button. OpenUriAction *Intent_Message_BasicCard_Button_OpenUriAction `protobuf:"bytes,2,opt,name=open_uri_action,json=openUriAction" json:"open_uri_action,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The button object that appears at the bottom of a card.
func (*Intent_Message_BasicCard_Button) Descriptor ¶
func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int)
func (*Intent_Message_BasicCard_Button) GetOpenUriAction ¶
func (m *Intent_Message_BasicCard_Button) GetOpenUriAction() *Intent_Message_BasicCard_Button_OpenUriAction
func (*Intent_Message_BasicCard_Button) GetTitle ¶
func (m *Intent_Message_BasicCard_Button) GetTitle() string
func (*Intent_Message_BasicCard_Button) ProtoMessage ¶
func (*Intent_Message_BasicCard_Button) ProtoMessage()
func (*Intent_Message_BasicCard_Button) Reset ¶
func (m *Intent_Message_BasicCard_Button) Reset()
func (*Intent_Message_BasicCard_Button) String ¶
func (m *Intent_Message_BasicCard_Button) String() string
func (*Intent_Message_BasicCard_Button) XXX_DiscardUnknown ¶
func (m *Intent_Message_BasicCard_Button) XXX_DiscardUnknown()
func (*Intent_Message_BasicCard_Button) XXX_Marshal ¶
func (m *Intent_Message_BasicCard_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_BasicCard_Button) XXX_Merge ¶
func (dst *Intent_Message_BasicCard_Button) XXX_Merge(src proto.Message)
func (*Intent_Message_BasicCard_Button) XXX_Size ¶
func (m *Intent_Message_BasicCard_Button) XXX_Size() int
func (*Intent_Message_BasicCard_Button) XXX_Unmarshal ¶
func (m *Intent_Message_BasicCard_Button) XXX_Unmarshal(b []byte) error
type Intent_Message_BasicCard_Button_OpenUriAction ¶
type Intent_Message_BasicCard_Button_OpenUriAction struct { // Required. The HTTP or HTTPS scheme URI. Uri string `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Opens the given URI.
func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor ¶
func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int)
func (*Intent_Message_BasicCard_Button_OpenUriAction) GetUri ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) GetUri() string
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage ¶
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage()
func (*Intent_Message_BasicCard_Button_OpenUriAction) Reset ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) Reset()
func (*Intent_Message_BasicCard_Button_OpenUriAction) String ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) String() string
func (*Intent_Message_BasicCard_Button_OpenUriAction) XXX_DiscardUnknown ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_DiscardUnknown()
func (*Intent_Message_BasicCard_Button_OpenUriAction) XXX_Marshal ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_BasicCard_Button_OpenUriAction) XXX_Merge ¶
func (dst *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Merge(src proto.Message)
func (*Intent_Message_BasicCard_Button_OpenUriAction) XXX_Size ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Size() int
func (*Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal ¶
func (m *Intent_Message_BasicCard_Button_OpenUriAction) XXX_Unmarshal(b []byte) error
type Intent_Message_Card ¶
type Intent_Message_Card struct { // Optional. The title of the card. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` // Optional. The subtitle of the card. Subtitle string `protobuf:"bytes,2,opt,name=subtitle" json:"subtitle,omitempty"` // Optional. The public URI to an image file for the card. ImageUri string `protobuf:"bytes,3,opt,name=image_uri,json=imageUri" json:"image_uri,omitempty"` // Optional. The collection of card buttons. Buttons []*Intent_Message_Card_Button `protobuf:"bytes,4,rep,name=buttons" json:"buttons,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The card response message.
func (*Intent_Message_Card) Descriptor ¶
func (*Intent_Message_Card) Descriptor() ([]byte, []int)
func (*Intent_Message_Card) GetButtons ¶
func (m *Intent_Message_Card) GetButtons() []*Intent_Message_Card_Button
func (*Intent_Message_Card) GetImageUri ¶
func (m *Intent_Message_Card) GetImageUri() string
func (*Intent_Message_Card) GetSubtitle ¶
func (m *Intent_Message_Card) GetSubtitle() string
func (*Intent_Message_Card) GetTitle ¶
func (m *Intent_Message_Card) GetTitle() string
func (*Intent_Message_Card) ProtoMessage ¶
func (*Intent_Message_Card) ProtoMessage()
func (*Intent_Message_Card) Reset ¶
func (m *Intent_Message_Card) Reset()
func (*Intent_Message_Card) String ¶
func (m *Intent_Message_Card) String() string
func (*Intent_Message_Card) XXX_DiscardUnknown ¶
func (m *Intent_Message_Card) XXX_DiscardUnknown()
func (*Intent_Message_Card) XXX_Marshal ¶
func (m *Intent_Message_Card) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Card) XXX_Merge ¶
func (dst *Intent_Message_Card) XXX_Merge(src proto.Message)
func (*Intent_Message_Card) XXX_Size ¶
func (m *Intent_Message_Card) XXX_Size() int
func (*Intent_Message_Card) XXX_Unmarshal ¶
func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error
type Intent_Message_Card_ ¶
type Intent_Message_Card_ struct {
Card *Intent_Message_Card `protobuf:"bytes,4,opt,name=card,oneof"`
}
type Intent_Message_Card_Button ¶
type Intent_Message_Card_Button struct { // Optional. The text to show on the button. Text string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"` // Optional. The text to send back to the Dialogflow API or a URI to // open. Postback string `protobuf:"bytes,2,opt,name=postback" json:"postback,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Optional. Contains information about a button.
func (*Intent_Message_Card_Button) Descriptor ¶
func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int)
func (*Intent_Message_Card_Button) GetPostback ¶
func (m *Intent_Message_Card_Button) GetPostback() string
func (*Intent_Message_Card_Button) GetText ¶
func (m *Intent_Message_Card_Button) GetText() string
func (*Intent_Message_Card_Button) ProtoMessage ¶
func (*Intent_Message_Card_Button) ProtoMessage()
func (*Intent_Message_Card_Button) Reset ¶
func (m *Intent_Message_Card_Button) Reset()
func (*Intent_Message_Card_Button) String ¶
func (m *Intent_Message_Card_Button) String() string
func (*Intent_Message_Card_Button) XXX_DiscardUnknown ¶
func (m *Intent_Message_Card_Button) XXX_DiscardUnknown()
func (*Intent_Message_Card_Button) XXX_Marshal ¶
func (m *Intent_Message_Card_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Card_Button) XXX_Merge ¶
func (dst *Intent_Message_Card_Button) XXX_Merge(src proto.Message)
func (*Intent_Message_Card_Button) XXX_Size ¶
func (m *Intent_Message_Card_Button) XXX_Size() int
func (*Intent_Message_Card_Button) XXX_Unmarshal ¶
func (m *Intent_Message_Card_Button) XXX_Unmarshal(b []byte) error
type Intent_Message_CarouselSelect ¶
type Intent_Message_CarouselSelect struct { // Required. Carousel items. Items []*Intent_Message_CarouselSelect_Item `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The card for presenting a carousel of options to select from.
func (*Intent_Message_CarouselSelect) Descriptor ¶
func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int)
func (*Intent_Message_CarouselSelect) GetItems ¶
func (m *Intent_Message_CarouselSelect) GetItems() []*Intent_Message_CarouselSelect_Item
func (*Intent_Message_CarouselSelect) ProtoMessage ¶
func (*Intent_Message_CarouselSelect) ProtoMessage()
func (*Intent_Message_CarouselSelect) Reset ¶
func (m *Intent_Message_CarouselSelect) Reset()
func (*Intent_Message_CarouselSelect) String ¶
func (m *Intent_Message_CarouselSelect) String() string
func (*Intent_Message_CarouselSelect) XXX_DiscardUnknown ¶
func (m *Intent_Message_CarouselSelect) XXX_DiscardUnknown()
func (*Intent_Message_CarouselSelect) XXX_Marshal ¶
func (m *Intent_Message_CarouselSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_CarouselSelect) XXX_Merge ¶
func (dst *Intent_Message_CarouselSelect) XXX_Merge(src proto.Message)
func (*Intent_Message_CarouselSelect) XXX_Size ¶
func (m *Intent_Message_CarouselSelect) XXX_Size() int
func (*Intent_Message_CarouselSelect) XXX_Unmarshal ¶
func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error
type Intent_Message_CarouselSelect_ ¶
type Intent_Message_CarouselSelect_ struct {
CarouselSelect *Intent_Message_CarouselSelect `protobuf:"bytes,12,opt,name=carousel_select,json=carouselSelect,oneof"`
}
type Intent_Message_CarouselSelect_Item ¶
type Intent_Message_CarouselSelect_Item struct { // Required. Additional info about the option item. Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"` // Required. Title of the carousel item. Title string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` // Optional. The body text of the card. Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"` // Optional. The image to display. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image" json:"image,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
An item in the carousel.
func (*Intent_Message_CarouselSelect_Item) Descriptor ¶
func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int)
func (*Intent_Message_CarouselSelect_Item) GetDescription ¶
func (m *Intent_Message_CarouselSelect_Item) GetDescription() string
func (*Intent_Message_CarouselSelect_Item) GetImage ¶
func (m *Intent_Message_CarouselSelect_Item) GetImage() *Intent_Message_Image
func (*Intent_Message_CarouselSelect_Item) GetInfo ¶
func (m *Intent_Message_CarouselSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
func (*Intent_Message_CarouselSelect_Item) GetTitle ¶
func (m *Intent_Message_CarouselSelect_Item) GetTitle() string
func (*Intent_Message_CarouselSelect_Item) ProtoMessage ¶
func (*Intent_Message_CarouselSelect_Item) ProtoMessage()
func (*Intent_Message_CarouselSelect_Item) Reset ¶
func (m *Intent_Message_CarouselSelect_Item) Reset()
func (*Intent_Message_CarouselSelect_Item) String ¶
func (m *Intent_Message_CarouselSelect_Item) String() string
func (*Intent_Message_CarouselSelect_Item) XXX_DiscardUnknown ¶
func (m *Intent_Message_CarouselSelect_Item) XXX_DiscardUnknown()
func (*Intent_Message_CarouselSelect_Item) XXX_Marshal ¶
func (m *Intent_Message_CarouselSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_CarouselSelect_Item) XXX_Merge ¶
func (dst *Intent_Message_CarouselSelect_Item) XXX_Merge(src proto.Message)
func (*Intent_Message_CarouselSelect_Item) XXX_Size ¶
func (m *Intent_Message_CarouselSelect_Item) XXX_Size() int
func (*Intent_Message_CarouselSelect_Item) XXX_Unmarshal ¶
func (m *Intent_Message_CarouselSelect_Item) XXX_Unmarshal(b []byte) error
type Intent_Message_Image ¶
type Intent_Message_Image struct { // Optional. The public URI to an image file. ImageUri string `protobuf:"bytes,1,opt,name=image_uri,json=imageUri" json:"image_uri,omitempty"` // Optional. A text description of the image to be used for accessibility, // e.g., screen readers. AccessibilityText string `protobuf:"bytes,2,opt,name=accessibility_text,json=accessibilityText" json:"accessibility_text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The image response message.
func (*Intent_Message_Image) Descriptor ¶
func (*Intent_Message_Image) Descriptor() ([]byte, []int)
func (*Intent_Message_Image) GetAccessibilityText ¶
func (m *Intent_Message_Image) GetAccessibilityText() string
func (*Intent_Message_Image) GetImageUri ¶
func (m *Intent_Message_Image) GetImageUri() string
func (*Intent_Message_Image) ProtoMessage ¶
func (*Intent_Message_Image) ProtoMessage()
func (*Intent_Message_Image) Reset ¶
func (m *Intent_Message_Image) Reset()
func (*Intent_Message_Image) String ¶
func (m *Intent_Message_Image) String() string
func (*Intent_Message_Image) XXX_DiscardUnknown ¶
func (m *Intent_Message_Image) XXX_DiscardUnknown()
func (*Intent_Message_Image) XXX_Marshal ¶
func (m *Intent_Message_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Image) XXX_Merge ¶
func (dst *Intent_Message_Image) XXX_Merge(src proto.Message)
func (*Intent_Message_Image) XXX_Size ¶
func (m *Intent_Message_Image) XXX_Size() int
func (*Intent_Message_Image) XXX_Unmarshal ¶
func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error
type Intent_Message_Image_ ¶
type Intent_Message_Image_ struct {
Image *Intent_Message_Image `protobuf:"bytes,2,opt,name=image,oneof"`
}
type Intent_Message_LinkOutSuggestion ¶
type Intent_Message_LinkOutSuggestion struct { // Required. The name of the app or site this chip is linking to. DestinationName string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName" json:"destination_name,omitempty"` // Required. The URI of the app or site to open when the user taps the // suggestion chip. Uri string `protobuf:"bytes,2,opt,name=uri" json:"uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
func (*Intent_Message_LinkOutSuggestion) Descriptor ¶
func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int)
func (*Intent_Message_LinkOutSuggestion) GetDestinationName ¶
func (m *Intent_Message_LinkOutSuggestion) GetDestinationName() string
func (*Intent_Message_LinkOutSuggestion) GetUri ¶
func (m *Intent_Message_LinkOutSuggestion) GetUri() string
func (*Intent_Message_LinkOutSuggestion) ProtoMessage ¶
func (*Intent_Message_LinkOutSuggestion) ProtoMessage()
func (*Intent_Message_LinkOutSuggestion) Reset ¶
func (m *Intent_Message_LinkOutSuggestion) Reset()
func (*Intent_Message_LinkOutSuggestion) String ¶
func (m *Intent_Message_LinkOutSuggestion) String() string
func (*Intent_Message_LinkOutSuggestion) XXX_DiscardUnknown ¶
func (m *Intent_Message_LinkOutSuggestion) XXX_DiscardUnknown()
func (*Intent_Message_LinkOutSuggestion) XXX_Marshal ¶
func (m *Intent_Message_LinkOutSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_LinkOutSuggestion) XXX_Merge ¶
func (dst *Intent_Message_LinkOutSuggestion) XXX_Merge(src proto.Message)
func (*Intent_Message_LinkOutSuggestion) XXX_Size ¶
func (m *Intent_Message_LinkOutSuggestion) XXX_Size() int
func (*Intent_Message_LinkOutSuggestion) XXX_Unmarshal ¶
func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error
type Intent_Message_LinkOutSuggestion_ ¶
type Intent_Message_LinkOutSuggestion_ struct {
LinkOutSuggestion *Intent_Message_LinkOutSuggestion `protobuf:"bytes,10,opt,name=link_out_suggestion,json=linkOutSuggestion,oneof"`
}
type Intent_Message_ListSelect ¶
type Intent_Message_ListSelect struct { // Optional. The overall title of the list. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` // Required. List items. Items []*Intent_Message_ListSelect_Item `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The card for presenting a list of options to select from.
func (*Intent_Message_ListSelect) Descriptor ¶
func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int)
func (*Intent_Message_ListSelect) GetItems ¶
func (m *Intent_Message_ListSelect) GetItems() []*Intent_Message_ListSelect_Item
func (*Intent_Message_ListSelect) GetTitle ¶
func (m *Intent_Message_ListSelect) GetTitle() string
func (*Intent_Message_ListSelect) ProtoMessage ¶
func (*Intent_Message_ListSelect) ProtoMessage()
func (*Intent_Message_ListSelect) Reset ¶
func (m *Intent_Message_ListSelect) Reset()
func (*Intent_Message_ListSelect) String ¶
func (m *Intent_Message_ListSelect) String() string
func (*Intent_Message_ListSelect) XXX_DiscardUnknown ¶
func (m *Intent_Message_ListSelect) XXX_DiscardUnknown()
func (*Intent_Message_ListSelect) XXX_Marshal ¶
func (m *Intent_Message_ListSelect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_ListSelect) XXX_Merge ¶
func (dst *Intent_Message_ListSelect) XXX_Merge(src proto.Message)
func (*Intent_Message_ListSelect) XXX_Size ¶
func (m *Intent_Message_ListSelect) XXX_Size() int
func (*Intent_Message_ListSelect) XXX_Unmarshal ¶
func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error
type Intent_Message_ListSelect_ ¶
type Intent_Message_ListSelect_ struct {
ListSelect *Intent_Message_ListSelect `protobuf:"bytes,11,opt,name=list_select,json=listSelect,oneof"`
}
type Intent_Message_ListSelect_Item ¶
type Intent_Message_ListSelect_Item struct { // Required. Additional information about this option. Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"` // Required. The title of the list item. Title string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` // Optional. The main text describing the item. Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"` // Optional. The image to display. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image" json:"image,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
An item in the list.
func (*Intent_Message_ListSelect_Item) Descriptor ¶
func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int)
func (*Intent_Message_ListSelect_Item) GetDescription ¶
func (m *Intent_Message_ListSelect_Item) GetDescription() string
func (*Intent_Message_ListSelect_Item) GetImage ¶
func (m *Intent_Message_ListSelect_Item) GetImage() *Intent_Message_Image
func (*Intent_Message_ListSelect_Item) GetInfo ¶
func (m *Intent_Message_ListSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
func (*Intent_Message_ListSelect_Item) GetTitle ¶
func (m *Intent_Message_ListSelect_Item) GetTitle() string
func (*Intent_Message_ListSelect_Item) ProtoMessage ¶
func (*Intent_Message_ListSelect_Item) ProtoMessage()
func (*Intent_Message_ListSelect_Item) Reset ¶
func (m *Intent_Message_ListSelect_Item) Reset()
func (*Intent_Message_ListSelect_Item) String ¶
func (m *Intent_Message_ListSelect_Item) String() string
func (*Intent_Message_ListSelect_Item) XXX_DiscardUnknown ¶
func (m *Intent_Message_ListSelect_Item) XXX_DiscardUnknown()
func (*Intent_Message_ListSelect_Item) XXX_Marshal ¶
func (m *Intent_Message_ListSelect_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_ListSelect_Item) XXX_Merge ¶
func (dst *Intent_Message_ListSelect_Item) XXX_Merge(src proto.Message)
func (*Intent_Message_ListSelect_Item) XXX_Size ¶
func (m *Intent_Message_ListSelect_Item) XXX_Size() int
func (*Intent_Message_ListSelect_Item) XXX_Unmarshal ¶
func (m *Intent_Message_ListSelect_Item) XXX_Unmarshal(b []byte) error
type Intent_Message_Payload ¶
type Intent_Message_Platform ¶
type Intent_Message_Platform int32
Represents different platforms that a rich message can be intended for.
const ( // Not specified. Intent_Message_PLATFORM_UNSPECIFIED Intent_Message_Platform = 0 // Facebook. Intent_Message_FACEBOOK Intent_Message_Platform = 1 // Slack. Intent_Message_SLACK Intent_Message_Platform = 2 // Telegram. Intent_Message_TELEGRAM Intent_Message_Platform = 3 // Kik. Intent_Message_KIK Intent_Message_Platform = 4 // Skype. Intent_Message_SKYPE Intent_Message_Platform = 5 // Line. Intent_Message_LINE Intent_Message_Platform = 6 // Viber. Intent_Message_VIBER Intent_Message_Platform = 7 // Actions on Google. // When using Actions on Google, you can choose one of the specific // Intent.Message types that mention support for Actions on Google, // or you can use the advanced Intent.Message.payload field. // The payload field provides access to AoG features not available in the // specific message types. // If using the Intent.Message.payload field, it should have a structure // similar to the JSON message shown here. For more information, see // [Actions on Google Webhook // Format](https://developers.google.com/actions/dialogflow/webhook) // <pre>{ // "expectUserResponse": true, // "isSsml": false, // "noInputPrompts": [], // "richResponse": { // "items": [ // { // "simpleResponse": { // "displayText": "hi", // "textToSpeech": "hello" // } // } // ], // "suggestions": [ // { // "title": "Say this" // }, // { // "title": "or this" // } // ] // }, // "systemIntent": { // "data": { // "@type": "type.googleapis.com/google.actions.v2.OptionValueSpec", // "listSelect": { // "items": [ // { // "optionInfo": { // "key": "key1", // "synonyms": [ // "key one" // ] // }, // "title": "must not be empty, but unique" // }, // { // "optionInfo": { // "key": "key2", // "synonyms": [ // "key two" // ] // }, // "title": "must not be empty, but unique" // } // ] // } // }, // "intent": "actions.intent.OPTION" // } // }</pre> Intent_Message_ACTIONS_ON_GOOGLE Intent_Message_Platform = 8 )
func (Intent_Message_Platform) EnumDescriptor ¶
func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int)
func (Intent_Message_Platform) String ¶
func (x Intent_Message_Platform) String() string
type Intent_Message_QuickReplies ¶
type Intent_Message_QuickReplies struct { // Optional. The title of the collection of quick replies. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` // Optional. The collection of quick replies. QuickReplies []string `protobuf:"bytes,2,rep,name=quick_replies,json=quickReplies" json:"quick_replies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The quick replies response message.
func (*Intent_Message_QuickReplies) Descriptor ¶
func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int)
func (*Intent_Message_QuickReplies) GetQuickReplies ¶
func (m *Intent_Message_QuickReplies) GetQuickReplies() []string
func (*Intent_Message_QuickReplies) GetTitle ¶
func (m *Intent_Message_QuickReplies) GetTitle() string
func (*Intent_Message_QuickReplies) ProtoMessage ¶
func (*Intent_Message_QuickReplies) ProtoMessage()
func (*Intent_Message_QuickReplies) Reset ¶
func (m *Intent_Message_QuickReplies) Reset()
func (*Intent_Message_QuickReplies) String ¶
func (m *Intent_Message_QuickReplies) String() string
func (*Intent_Message_QuickReplies) XXX_DiscardUnknown ¶
func (m *Intent_Message_QuickReplies) XXX_DiscardUnknown()
func (*Intent_Message_QuickReplies) XXX_Marshal ¶
func (m *Intent_Message_QuickReplies) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_QuickReplies) XXX_Merge ¶
func (dst *Intent_Message_QuickReplies) XXX_Merge(src proto.Message)
func (*Intent_Message_QuickReplies) XXX_Size ¶
func (m *Intent_Message_QuickReplies) XXX_Size() int
func (*Intent_Message_QuickReplies) XXX_Unmarshal ¶
func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error
type Intent_Message_QuickReplies_ ¶
type Intent_Message_QuickReplies_ struct {
QuickReplies *Intent_Message_QuickReplies `protobuf:"bytes,3,opt,name=quick_replies,json=quickReplies,oneof"`
}
type Intent_Message_SelectItemInfo ¶
type Intent_Message_SelectItemInfo struct { // Required. A unique key that will be sent back to the agent if this // response is given. Key string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` // Optional. A list of synonyms that can also be used to trigger this // item in dialog. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms" json:"synonyms,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Additional info about the select item for when it is triggered in a dialog.
func (*Intent_Message_SelectItemInfo) Descriptor ¶
func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int)
func (*Intent_Message_SelectItemInfo) GetKey ¶
func (m *Intent_Message_SelectItemInfo) GetKey() string
func (*Intent_Message_SelectItemInfo) GetSynonyms ¶
func (m *Intent_Message_SelectItemInfo) GetSynonyms() []string
func (*Intent_Message_SelectItemInfo) ProtoMessage ¶
func (*Intent_Message_SelectItemInfo) ProtoMessage()
func (*Intent_Message_SelectItemInfo) Reset ¶
func (m *Intent_Message_SelectItemInfo) Reset()
func (*Intent_Message_SelectItemInfo) String ¶
func (m *Intent_Message_SelectItemInfo) String() string
func (*Intent_Message_SelectItemInfo) XXX_DiscardUnknown ¶
func (m *Intent_Message_SelectItemInfo) XXX_DiscardUnknown()
func (*Intent_Message_SelectItemInfo) XXX_Marshal ¶
func (m *Intent_Message_SelectItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_SelectItemInfo) XXX_Merge ¶
func (dst *Intent_Message_SelectItemInfo) XXX_Merge(src proto.Message)
func (*Intent_Message_SelectItemInfo) XXX_Size ¶
func (m *Intent_Message_SelectItemInfo) XXX_Size() int
func (*Intent_Message_SelectItemInfo) XXX_Unmarshal ¶
func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error
type Intent_Message_SimpleResponse ¶
type Intent_Message_SimpleResponse struct { // One of text_to_speech or ssml must be provided. The plain text of the // speech output. Mutually exclusive with ssml. TextToSpeech string `protobuf:"bytes,1,opt,name=text_to_speech,json=textToSpeech" json:"text_to_speech,omitempty"` // One of text_to_speech or ssml must be provided. Structured spoken // response to the user in the SSML format. Mutually exclusive with // text_to_speech. Ssml string `protobuf:"bytes,2,opt,name=ssml" json:"ssml,omitempty"` // Optional. The text to display. DisplayText string `protobuf:"bytes,3,opt,name=display_text,json=displayText" json:"display_text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The simple response message containing speech or text.
func (*Intent_Message_SimpleResponse) Descriptor ¶
func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int)
func (*Intent_Message_SimpleResponse) GetDisplayText ¶
func (m *Intent_Message_SimpleResponse) GetDisplayText() string
func (*Intent_Message_SimpleResponse) GetSsml ¶
func (m *Intent_Message_SimpleResponse) GetSsml() string
func (*Intent_Message_SimpleResponse) GetTextToSpeech ¶
func (m *Intent_Message_SimpleResponse) GetTextToSpeech() string
func (*Intent_Message_SimpleResponse) ProtoMessage ¶
func (*Intent_Message_SimpleResponse) ProtoMessage()
func (*Intent_Message_SimpleResponse) Reset ¶
func (m *Intent_Message_SimpleResponse) Reset()
func (*Intent_Message_SimpleResponse) String ¶
func (m *Intent_Message_SimpleResponse) String() string
func (*Intent_Message_SimpleResponse) XXX_DiscardUnknown ¶
func (m *Intent_Message_SimpleResponse) XXX_DiscardUnknown()
func (*Intent_Message_SimpleResponse) XXX_Marshal ¶
func (m *Intent_Message_SimpleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_SimpleResponse) XXX_Merge ¶
func (dst *Intent_Message_SimpleResponse) XXX_Merge(src proto.Message)
func (*Intent_Message_SimpleResponse) XXX_Size ¶
func (m *Intent_Message_SimpleResponse) XXX_Size() int
func (*Intent_Message_SimpleResponse) XXX_Unmarshal ¶
func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error
type Intent_Message_SimpleResponses ¶
type Intent_Message_SimpleResponses struct { // Required. The list of simple responses. SimpleResponses []*Intent_Message_SimpleResponse `protobuf:"bytes,1,rep,name=simple_responses,json=simpleResponses" json:"simple_responses,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The collection of simple response candidates. This message in `QueryResult.fulfillment_messages` and `WebhookResponse.fulfillment_messages` should contain only one `SimpleResponse`.
func (*Intent_Message_SimpleResponses) Descriptor ¶
func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int)
func (*Intent_Message_SimpleResponses) GetSimpleResponses ¶
func (m *Intent_Message_SimpleResponses) GetSimpleResponses() []*Intent_Message_SimpleResponse
func (*Intent_Message_SimpleResponses) ProtoMessage ¶
func (*Intent_Message_SimpleResponses) ProtoMessage()
func (*Intent_Message_SimpleResponses) Reset ¶
func (m *Intent_Message_SimpleResponses) Reset()
func (*Intent_Message_SimpleResponses) String ¶
func (m *Intent_Message_SimpleResponses) String() string
func (*Intent_Message_SimpleResponses) XXX_DiscardUnknown ¶
func (m *Intent_Message_SimpleResponses) XXX_DiscardUnknown()
func (*Intent_Message_SimpleResponses) XXX_Marshal ¶
func (m *Intent_Message_SimpleResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_SimpleResponses) XXX_Merge ¶
func (dst *Intent_Message_SimpleResponses) XXX_Merge(src proto.Message)
func (*Intent_Message_SimpleResponses) XXX_Size ¶
func (m *Intent_Message_SimpleResponses) XXX_Size() int
func (*Intent_Message_SimpleResponses) XXX_Unmarshal ¶
func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error
type Intent_Message_SimpleResponses_ ¶
type Intent_Message_SimpleResponses_ struct {
SimpleResponses *Intent_Message_SimpleResponses `protobuf:"bytes,7,opt,name=simple_responses,json=simpleResponses,oneof"`
}
type Intent_Message_Suggestion ¶
type Intent_Message_Suggestion struct { // Required. The text shown the in the suggestion chip. Title string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The suggestion chip message that the user can tap to quickly post a reply to the conversation.
func (*Intent_Message_Suggestion) Descriptor ¶
func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int)
func (*Intent_Message_Suggestion) GetTitle ¶
func (m *Intent_Message_Suggestion) GetTitle() string
func (*Intent_Message_Suggestion) ProtoMessage ¶
func (*Intent_Message_Suggestion) ProtoMessage()
func (*Intent_Message_Suggestion) Reset ¶
func (m *Intent_Message_Suggestion) Reset()
func (*Intent_Message_Suggestion) String ¶
func (m *Intent_Message_Suggestion) String() string
func (*Intent_Message_Suggestion) XXX_DiscardUnknown ¶
func (m *Intent_Message_Suggestion) XXX_DiscardUnknown()
func (*Intent_Message_Suggestion) XXX_Marshal ¶
func (m *Intent_Message_Suggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Suggestion) XXX_Merge ¶
func (dst *Intent_Message_Suggestion) XXX_Merge(src proto.Message)
func (*Intent_Message_Suggestion) XXX_Size ¶
func (m *Intent_Message_Suggestion) XXX_Size() int
func (*Intent_Message_Suggestion) XXX_Unmarshal ¶
func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error
type Intent_Message_Suggestions ¶
type Intent_Message_Suggestions struct { // Required. The list of suggested replies. Suggestions []*Intent_Message_Suggestion `protobuf:"bytes,1,rep,name=suggestions" json:"suggestions,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The collection of suggestions.
func (*Intent_Message_Suggestions) Descriptor ¶
func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int)
func (*Intent_Message_Suggestions) GetSuggestions ¶
func (m *Intent_Message_Suggestions) GetSuggestions() []*Intent_Message_Suggestion
func (*Intent_Message_Suggestions) ProtoMessage ¶
func (*Intent_Message_Suggestions) ProtoMessage()
func (*Intent_Message_Suggestions) Reset ¶
func (m *Intent_Message_Suggestions) Reset()
func (*Intent_Message_Suggestions) String ¶
func (m *Intent_Message_Suggestions) String() string
func (*Intent_Message_Suggestions) XXX_DiscardUnknown ¶
func (m *Intent_Message_Suggestions) XXX_DiscardUnknown()
func (*Intent_Message_Suggestions) XXX_Marshal ¶
func (m *Intent_Message_Suggestions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Suggestions) XXX_Merge ¶
func (dst *Intent_Message_Suggestions) XXX_Merge(src proto.Message)
func (*Intent_Message_Suggestions) XXX_Size ¶
func (m *Intent_Message_Suggestions) XXX_Size() int
func (*Intent_Message_Suggestions) XXX_Unmarshal ¶
func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error
type Intent_Message_Suggestions_ ¶
type Intent_Message_Suggestions_ struct {
Suggestions *Intent_Message_Suggestions `protobuf:"bytes,9,opt,name=suggestions,oneof"`
}
type Intent_Message_Text ¶
type Intent_Message_Text struct { // Optional. The collection of the agent's responses. Text []string `protobuf:"bytes,1,rep,name=text" json:"text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The text response message.
func (*Intent_Message_Text) Descriptor ¶
func (*Intent_Message_Text) Descriptor() ([]byte, []int)
func (*Intent_Message_Text) GetText ¶
func (m *Intent_Message_Text) GetText() []string
func (*Intent_Message_Text) ProtoMessage ¶
func (*Intent_Message_Text) ProtoMessage()
func (*Intent_Message_Text) Reset ¶
func (m *Intent_Message_Text) Reset()
func (*Intent_Message_Text) String ¶
func (m *Intent_Message_Text) String() string
func (*Intent_Message_Text) XXX_DiscardUnknown ¶
func (m *Intent_Message_Text) XXX_DiscardUnknown()
func (*Intent_Message_Text) XXX_Marshal ¶
func (m *Intent_Message_Text) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Message_Text) XXX_Merge ¶
func (dst *Intent_Message_Text) XXX_Merge(src proto.Message)
func (*Intent_Message_Text) XXX_Size ¶
func (m *Intent_Message_Text) XXX_Size() int
func (*Intent_Message_Text) XXX_Unmarshal ¶
func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error
type Intent_Message_Text_ ¶
type Intent_Message_Text_ struct {
Text *Intent_Message_Text `protobuf:"bytes,1,opt,name=text,oneof"`
}
type Intent_Parameter ¶
type Intent_Parameter struct { // The unique identifier of this parameter. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Required. The name of the parameter. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName" json:"display_name,omitempty"` // Optional. The definition of the parameter value. It can be: // - a constant string, // - a parameter value defined as `$parameter_name`, // - an original parameter value defined as `$parameter_name.original`, // - a parameter value from some context defined as // `#context_name.parameter_name`. Value string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"` // Optional. The default value to use when the `value` yields an empty // result. // Default values can be extracted from contexts by using the following // syntax: `#context_name.parameter_name`. DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"` // Optional. The name of the entity type, prefixed with `@`, that // describes values of the parameter. If the parameter is // required, this must be provided. EntityTypeDisplayName string `protobuf:"bytes,5,opt,name=entity_type_display_name,json=entityTypeDisplayName" json:"entity_type_display_name,omitempty"` // Optional. Indicates whether the parameter is required. That is, // whether the intent cannot be completed without collecting the parameter // value. Mandatory bool `protobuf:"varint,6,opt,name=mandatory" json:"mandatory,omitempty"` // Optional. The collection of prompts that the agent can present to the // user in order to collect value for the parameter. Prompts []string `protobuf:"bytes,7,rep,name=prompts" json:"prompts,omitempty"` // Optional. Indicates whether the parameter represents a list of values. IsList bool `protobuf:"varint,8,opt,name=is_list,json=isList" json:"is_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents intent parameters.
func (*Intent_Parameter) Descriptor ¶
func (*Intent_Parameter) Descriptor() ([]byte, []int)
func (*Intent_Parameter) GetDefaultValue ¶
func (m *Intent_Parameter) GetDefaultValue() string
func (*Intent_Parameter) GetDisplayName ¶
func (m *Intent_Parameter) GetDisplayName() string
func (*Intent_Parameter) GetEntityTypeDisplayName ¶
func (m *Intent_Parameter) GetEntityTypeDisplayName() string
func (*Intent_Parameter) GetIsList ¶
func (m *Intent_Parameter) GetIsList() bool
func (*Intent_Parameter) GetMandatory ¶
func (m *Intent_Parameter) GetMandatory() bool
func (*Intent_Parameter) GetName ¶
func (m *Intent_Parameter) GetName() string
func (*Intent_Parameter) GetPrompts ¶
func (m *Intent_Parameter) GetPrompts() []string
func (*Intent_Parameter) GetValue ¶
func (m *Intent_Parameter) GetValue() string
func (*Intent_Parameter) ProtoMessage ¶
func (*Intent_Parameter) ProtoMessage()
func (*Intent_Parameter) Reset ¶
func (m *Intent_Parameter) Reset()
func (*Intent_Parameter) String ¶
func (m *Intent_Parameter) String() string
func (*Intent_Parameter) XXX_DiscardUnknown ¶
func (m *Intent_Parameter) XXX_DiscardUnknown()
func (*Intent_Parameter) XXX_Marshal ¶
func (m *Intent_Parameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_Parameter) XXX_Merge ¶
func (dst *Intent_Parameter) XXX_Merge(src proto.Message)
func (*Intent_Parameter) XXX_Size ¶
func (m *Intent_Parameter) XXX_Size() int
func (*Intent_Parameter) XXX_Unmarshal ¶
func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error
type Intent_TrainingPhrase ¶
type Intent_TrainingPhrase struct { // Required. The unique identifier of this training phrase. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Required. The type of the training phrase. Type Intent_TrainingPhrase_Type `protobuf:"varint,2,opt,name=type,enum=google.cloud.dialogflow.v2.Intent_TrainingPhrase_Type" json:"type,omitempty"` // Required. The collection of training phrase parts (can be annotated). // Fields: `entity_type`, `alias` and `user_defined` should be populated // only for the annotated parts of the training phrase. Parts []*Intent_TrainingPhrase_Part `protobuf:"bytes,3,rep,name=parts" json:"parts,omitempty"` // Optional. Indicates how many times this example or template was added to // the intent. Each time a developer adds an existing sample by editing an // intent or training, this counter is increased. TimesAddedCount int32 `protobuf:"varint,4,opt,name=times_added_count,json=timesAddedCount" json:"times_added_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents an example or template that the agent is trained on.
func (*Intent_TrainingPhrase) Descriptor ¶
func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int)
func (*Intent_TrainingPhrase) GetName ¶
func (m *Intent_TrainingPhrase) GetName() string
func (*Intent_TrainingPhrase) GetParts ¶
func (m *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part
func (*Intent_TrainingPhrase) GetTimesAddedCount ¶
func (m *Intent_TrainingPhrase) GetTimesAddedCount() int32
func (*Intent_TrainingPhrase) GetType ¶
func (m *Intent_TrainingPhrase) GetType() Intent_TrainingPhrase_Type
func (*Intent_TrainingPhrase) ProtoMessage ¶
func (*Intent_TrainingPhrase) ProtoMessage()
func (*Intent_TrainingPhrase) Reset ¶
func (m *Intent_TrainingPhrase) Reset()
func (*Intent_TrainingPhrase) String ¶
func (m *Intent_TrainingPhrase) String() string
func (*Intent_TrainingPhrase) XXX_DiscardUnknown ¶
func (m *Intent_TrainingPhrase) XXX_DiscardUnknown()
func (*Intent_TrainingPhrase) XXX_Marshal ¶
func (m *Intent_TrainingPhrase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_TrainingPhrase) XXX_Merge ¶
func (dst *Intent_TrainingPhrase) XXX_Merge(src proto.Message)
func (*Intent_TrainingPhrase) XXX_Size ¶
func (m *Intent_TrainingPhrase) XXX_Size() int
func (*Intent_TrainingPhrase) XXX_Unmarshal ¶
func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error
type Intent_TrainingPhrase_Part ¶
type Intent_TrainingPhrase_Part struct { // Required. The text corresponding to the example or template, // if there are no annotations. For // annotated examples, it is the text for one of the example's parts. Text string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"` // Optional. The entity type name prefixed with `@`. This field is // required for the annotated part of the text and applies only to // examples. EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType" json:"entity_type,omitempty"` // Optional. The parameter name for the value extracted from the // annotated part of the example. Alias string `protobuf:"bytes,3,opt,name=alias" json:"alias,omitempty"` // Optional. Indicates whether the text was manually annotated by the // developer. UserDefined bool `protobuf:"varint,4,opt,name=user_defined,json=userDefined" json:"user_defined,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a part of a training phrase.
func (*Intent_TrainingPhrase_Part) Descriptor ¶
func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int)
func (*Intent_TrainingPhrase_Part) GetAlias ¶
func (m *Intent_TrainingPhrase_Part) GetAlias() string
func (*Intent_TrainingPhrase_Part) GetEntityType ¶
func (m *Intent_TrainingPhrase_Part) GetEntityType() string
func (*Intent_TrainingPhrase_Part) GetText ¶
func (m *Intent_TrainingPhrase_Part) GetText() string
func (*Intent_TrainingPhrase_Part) GetUserDefined ¶
func (m *Intent_TrainingPhrase_Part) GetUserDefined() bool
func (*Intent_TrainingPhrase_Part) ProtoMessage ¶
func (*Intent_TrainingPhrase_Part) ProtoMessage()
func (*Intent_TrainingPhrase_Part) Reset ¶
func (m *Intent_TrainingPhrase_Part) Reset()
func (*Intent_TrainingPhrase_Part) String ¶
func (m *Intent_TrainingPhrase_Part) String() string
func (*Intent_TrainingPhrase_Part) XXX_DiscardUnknown ¶
func (m *Intent_TrainingPhrase_Part) XXX_DiscardUnknown()
func (*Intent_TrainingPhrase_Part) XXX_Marshal ¶
func (m *Intent_TrainingPhrase_Part) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Intent_TrainingPhrase_Part) XXX_Merge ¶
func (dst *Intent_TrainingPhrase_Part) XXX_Merge(src proto.Message)
func (*Intent_TrainingPhrase_Part) XXX_Size ¶
func (m *Intent_TrainingPhrase_Part) XXX_Size() int
func (*Intent_TrainingPhrase_Part) XXX_Unmarshal ¶
func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error
type Intent_TrainingPhrase_Type ¶
type Intent_TrainingPhrase_Type int32
Represents different types of training phrases.
const ( // Not specified. This value should never be used. Intent_TrainingPhrase_TYPE_UNSPECIFIED Intent_TrainingPhrase_Type = 0 // Examples do not contain @-prefixed entity type names, but example parts // can be annotated with entity types. Intent_TrainingPhrase_EXAMPLE Intent_TrainingPhrase_Type = 1 // Templates are not annotated with entity types, but they can contain // @-prefixed entity type names as substrings. Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 )
func (Intent_TrainingPhrase_Type) EnumDescriptor ¶
func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int)
func (Intent_TrainingPhrase_Type) String ¶
func (x Intent_TrainingPhrase_Type) String() string
type Intent_WebhookState ¶
type Intent_WebhookState int32
Represents the different states that webhooks can be in.
const ( // Webhook is disabled in the agent and in the intent. Intent_WEBHOOK_STATE_UNSPECIFIED Intent_WebhookState = 0 // Webhook is enabled in the agent and in the intent. Intent_WEBHOOK_STATE_ENABLED Intent_WebhookState = 1 // Webhook is enabled in the agent and in the intent. Also, each slot // filling prompt is forwarded to the webhook. Intent_WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING Intent_WebhookState = 2 )
func (Intent_WebhookState) EnumDescriptor ¶
func (Intent_WebhookState) EnumDescriptor() ([]byte, []int)
func (Intent_WebhookState) String ¶
func (x Intent_WebhookState) String() string
type IntentsClient ¶
type IntentsClient interface { // Returns the list of all intents in the specified agent. ListIntents(ctx context.Context, in *ListIntentsRequest, opts ...grpc.CallOption) (*ListIntentsResponse, error) // Retrieves the specified intent. GetIntent(ctx context.Context, in *GetIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Creates an intent in the specified agent. CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Updates the specified intent. UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Deletes the specified intent. DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes intents in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteIntents(ctx context.Context, in *BatchDeleteIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
IntentsClient is the client API for Intents service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewIntentsClient ¶
func NewIntentsClient(cc *grpc.ClientConn) IntentsClient
type IntentsServer ¶
type IntentsServer interface { // Returns the list of all intents in the specified agent. ListIntents(context.Context, *ListIntentsRequest) (*ListIntentsResponse, error) // Retrieves the specified intent. GetIntent(context.Context, *GetIntentRequest) (*Intent, error) // Creates an intent in the specified agent. CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error) // Updates the specified intent. UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error) // Deletes the specified intent. DeleteIntent(context.Context, *DeleteIntentRequest) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error) // Deletes intents in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteIntents(context.Context, *BatchDeleteIntentsRequest) (*longrunning.Operation, error) }
type ListContextsRequest ¶
type ListContextsRequest struct { // Required. The session to list all contexts from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].
func (*ListContextsRequest) Descriptor ¶
func (*ListContextsRequest) Descriptor() ([]byte, []int)
func (*ListContextsRequest) GetPageSize ¶
func (m *ListContextsRequest) GetPageSize() int32
func (*ListContextsRequest) GetPageToken ¶
func (m *ListContextsRequest) GetPageToken() string
func (*ListContextsRequest) GetParent ¶
func (m *ListContextsRequest) GetParent() string
func (*ListContextsRequest) ProtoMessage ¶
func (*ListContextsRequest) ProtoMessage()
func (*ListContextsRequest) Reset ¶
func (m *ListContextsRequest) Reset()
func (*ListContextsRequest) String ¶
func (m *ListContextsRequest) String() string
func (*ListContextsRequest) XXX_DiscardUnknown ¶
func (m *ListContextsRequest) XXX_DiscardUnknown()
func (*ListContextsRequest) XXX_Marshal ¶
func (m *ListContextsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListContextsRequest) XXX_Merge ¶
func (dst *ListContextsRequest) XXX_Merge(src proto.Message)
func (*ListContextsRequest) XXX_Size ¶
func (m *ListContextsRequest) XXX_Size() int
func (*ListContextsRequest) XXX_Unmarshal ¶
func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error
type ListContextsResponse ¶
type ListContextsResponse struct { // The list of contexts. There will be a maximum number of items // returned based on the page_size field in the request. Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].
func (*ListContextsResponse) Descriptor ¶
func (*ListContextsResponse) Descriptor() ([]byte, []int)
func (*ListContextsResponse) GetContexts ¶
func (m *ListContextsResponse) GetContexts() []*Context
func (*ListContextsResponse) GetNextPageToken ¶
func (m *ListContextsResponse) GetNextPageToken() string
func (*ListContextsResponse) ProtoMessage ¶
func (*ListContextsResponse) ProtoMessage()
func (*ListContextsResponse) Reset ¶
func (m *ListContextsResponse) Reset()
func (*ListContextsResponse) String ¶
func (m *ListContextsResponse) String() string
func (*ListContextsResponse) XXX_DiscardUnknown ¶
func (m *ListContextsResponse) XXX_DiscardUnknown()
func (*ListContextsResponse) XXX_Marshal ¶
func (m *ListContextsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListContextsResponse) XXX_Merge ¶
func (dst *ListContextsResponse) XXX_Merge(src proto.Message)
func (*ListContextsResponse) XXX_Size ¶
func (m *ListContextsResponse) XXX_Size() int
func (*ListContextsResponse) XXX_Unmarshal ¶
func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error
type ListEntityTypesRequest ¶
type ListEntityTypesRequest struct { // Required. The agent to list all entity types from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The language to list entity synonyms for. If not specified, // the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken" json:"page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes].
func (*ListEntityTypesRequest) Descriptor ¶
func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)
func (*ListEntityTypesRequest) GetLanguageCode ¶
func (m *ListEntityTypesRequest) GetLanguageCode() string
func (*ListEntityTypesRequest) GetPageSize ¶
func (m *ListEntityTypesRequest) GetPageSize() int32
func (*ListEntityTypesRequest) GetPageToken ¶
func (m *ListEntityTypesRequest) GetPageToken() string
func (*ListEntityTypesRequest) GetParent ¶
func (m *ListEntityTypesRequest) GetParent() string
func (*ListEntityTypesRequest) ProtoMessage ¶
func (*ListEntityTypesRequest) ProtoMessage()
func (*ListEntityTypesRequest) Reset ¶
func (m *ListEntityTypesRequest) Reset()
func (*ListEntityTypesRequest) String ¶
func (m *ListEntityTypesRequest) String() string
func (*ListEntityTypesRequest) XXX_DiscardUnknown ¶
func (m *ListEntityTypesRequest) XXX_DiscardUnknown()
func (*ListEntityTypesRequest) XXX_Marshal ¶
func (m *ListEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListEntityTypesRequest) XXX_Merge ¶
func (dst *ListEntityTypesRequest) XXX_Merge(src proto.Message)
func (*ListEntityTypesRequest) XXX_Size ¶
func (m *ListEntityTypesRequest) XXX_Size() int
func (*ListEntityTypesRequest) XXX_Unmarshal ¶
func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error
type ListEntityTypesResponse ¶
type ListEntityTypesResponse struct { // The list of agent entity types. There will be a maximum number of items // returned based on the page_size field in the request. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes" json:"entity_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes].
func (*ListEntityTypesResponse) Descriptor ¶
func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)
func (*ListEntityTypesResponse) GetEntityTypes ¶
func (m *ListEntityTypesResponse) GetEntityTypes() []*EntityType
func (*ListEntityTypesResponse) GetNextPageToken ¶
func (m *ListEntityTypesResponse) GetNextPageToken() string
func (*ListEntityTypesResponse) ProtoMessage ¶
func (*ListEntityTypesResponse) ProtoMessage()
func (*ListEntityTypesResponse) Reset ¶
func (m *ListEntityTypesResponse) Reset()
func (*ListEntityTypesResponse) String ¶
func (m *ListEntityTypesResponse) String() string
func (*ListEntityTypesResponse) XXX_DiscardUnknown ¶
func (m *ListEntityTypesResponse) XXX_DiscardUnknown()
func (*ListEntityTypesResponse) XXX_Marshal ¶
func (m *ListEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListEntityTypesResponse) XXX_Merge ¶
func (dst *ListEntityTypesResponse) XXX_Merge(src proto.Message)
func (*ListEntityTypesResponse) XXX_Size ¶
func (m *ListEntityTypesResponse) XXX_Size() int
func (*ListEntityTypesResponse) XXX_Unmarshal ¶
func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error
type ListIntentsRequest ¶
type ListIntentsRequest struct { // Required. The agent to list all intents from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The language to list training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 128-byte string literal not displayed */ // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken" json:"page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
func (*ListIntentsRequest) Descriptor ¶
func (*ListIntentsRequest) Descriptor() ([]byte, []int)
func (*ListIntentsRequest) GetIntentView ¶
func (m *ListIntentsRequest) GetIntentView() IntentView
func (*ListIntentsRequest) GetLanguageCode ¶
func (m *ListIntentsRequest) GetLanguageCode() string
func (*ListIntentsRequest) GetPageSize ¶
func (m *ListIntentsRequest) GetPageSize() int32
func (*ListIntentsRequest) GetPageToken ¶
func (m *ListIntentsRequest) GetPageToken() string
func (*ListIntentsRequest) GetParent ¶
func (m *ListIntentsRequest) GetParent() string
func (*ListIntentsRequest) ProtoMessage ¶
func (*ListIntentsRequest) ProtoMessage()
func (*ListIntentsRequest) Reset ¶
func (m *ListIntentsRequest) Reset()
func (*ListIntentsRequest) String ¶
func (m *ListIntentsRequest) String() string
func (*ListIntentsRequest) XXX_DiscardUnknown ¶
func (m *ListIntentsRequest) XXX_DiscardUnknown()
func (*ListIntentsRequest) XXX_Marshal ¶
func (m *ListIntentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListIntentsRequest) XXX_Merge ¶
func (dst *ListIntentsRequest) XXX_Merge(src proto.Message)
func (*ListIntentsRequest) XXX_Size ¶
func (m *ListIntentsRequest) XXX_Size() int
func (*ListIntentsRequest) XXX_Unmarshal ¶
func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error
type ListIntentsResponse ¶
type ListIntentsResponse struct { // The list of agent intents. There will be a maximum number of items // returned based on the page_size field in the request. Intents []*Intent `protobuf:"bytes,1,rep,name=intents" json:"intents,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
func (*ListIntentsResponse) Descriptor ¶
func (*ListIntentsResponse) Descriptor() ([]byte, []int)
func (*ListIntentsResponse) GetIntents ¶
func (m *ListIntentsResponse) GetIntents() []*Intent
func (*ListIntentsResponse) GetNextPageToken ¶
func (m *ListIntentsResponse) GetNextPageToken() string
func (*ListIntentsResponse) ProtoMessage ¶
func (*ListIntentsResponse) ProtoMessage()
func (*ListIntentsResponse) Reset ¶
func (m *ListIntentsResponse) Reset()
func (*ListIntentsResponse) String ¶
func (m *ListIntentsResponse) String() string
func (*ListIntentsResponse) XXX_DiscardUnknown ¶
func (m *ListIntentsResponse) XXX_DiscardUnknown()
func (*ListIntentsResponse) XXX_Marshal ¶
func (m *ListIntentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListIntentsResponse) XXX_Merge ¶
func (dst *ListIntentsResponse) XXX_Merge(src proto.Message)
func (*ListIntentsResponse) XXX_Size ¶
func (m *ListIntentsResponse) XXX_Size() int
func (*ListIntentsResponse) XXX_Unmarshal ¶
func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error
type ListSessionEntityTypesRequest ¶
type ListSessionEntityTypesRequest struct { // Required. The session to list all session entity types from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes].
func (*ListSessionEntityTypesRequest) Descriptor ¶
func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)
func (*ListSessionEntityTypesRequest) GetPageSize ¶
func (m *ListSessionEntityTypesRequest) GetPageSize() int32
func (*ListSessionEntityTypesRequest) GetPageToken ¶
func (m *ListSessionEntityTypesRequest) GetPageToken() string
func (*ListSessionEntityTypesRequest) GetParent ¶
func (m *ListSessionEntityTypesRequest) GetParent() string
func (*ListSessionEntityTypesRequest) ProtoMessage ¶
func (*ListSessionEntityTypesRequest) ProtoMessage()
func (*ListSessionEntityTypesRequest) Reset ¶
func (m *ListSessionEntityTypesRequest) Reset()
func (*ListSessionEntityTypesRequest) String ¶
func (m *ListSessionEntityTypesRequest) String() string
func (*ListSessionEntityTypesRequest) XXX_DiscardUnknown ¶
func (m *ListSessionEntityTypesRequest) XXX_DiscardUnknown()
func (*ListSessionEntityTypesRequest) XXX_Marshal ¶
func (m *ListSessionEntityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListSessionEntityTypesRequest) XXX_Merge ¶
func (dst *ListSessionEntityTypesRequest) XXX_Merge(src proto.Message)
func (*ListSessionEntityTypesRequest) XXX_Size ¶
func (m *ListSessionEntityTypesRequest) XXX_Size() int
func (*ListSessionEntityTypesRequest) XXX_Unmarshal ¶
func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error
type ListSessionEntityTypesResponse ¶
type ListSessionEntityTypesResponse struct { // The list of session entity types. There will be a maximum number of items // returned based on the page_size field in the request. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,1,rep,name=session_entity_types,json=sessionEntityTypes" json:"session_entity_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes].
func (*ListSessionEntityTypesResponse) Descriptor ¶
func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int)
func (*ListSessionEntityTypesResponse) GetNextPageToken ¶
func (m *ListSessionEntityTypesResponse) GetNextPageToken() string
func (*ListSessionEntityTypesResponse) GetSessionEntityTypes ¶
func (m *ListSessionEntityTypesResponse) GetSessionEntityTypes() []*SessionEntityType
func (*ListSessionEntityTypesResponse) ProtoMessage ¶
func (*ListSessionEntityTypesResponse) ProtoMessage()
func (*ListSessionEntityTypesResponse) Reset ¶
func (m *ListSessionEntityTypesResponse) Reset()
func (*ListSessionEntityTypesResponse) String ¶
func (m *ListSessionEntityTypesResponse) String() string
func (*ListSessionEntityTypesResponse) XXX_DiscardUnknown ¶
func (m *ListSessionEntityTypesResponse) XXX_DiscardUnknown()
func (*ListSessionEntityTypesResponse) XXX_Marshal ¶
func (m *ListSessionEntityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListSessionEntityTypesResponse) XXX_Merge ¶
func (dst *ListSessionEntityTypesResponse) XXX_Merge(src proto.Message)
func (*ListSessionEntityTypesResponse) XXX_Size ¶
func (m *ListSessionEntityTypesResponse) XXX_Size() int
func (*ListSessionEntityTypesResponse) XXX_Unmarshal ¶
func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error
type OriginalDetectIntentRequest ¶
type OriginalDetectIntentRequest struct { // The source of this request, e.g., `google`, `facebook`, `slack`. It is set // by Dialogflow-owned servers. Source string `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"` // Optional. This field is set to the value of `QueryParameters.payload` field // passed in the request. Payload *_struct.Struct `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents the contents of the original request that was passed to the `[Streaming]DetectIntent` call.
func (*OriginalDetectIntentRequest) Descriptor ¶
func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int)
func (*OriginalDetectIntentRequest) GetPayload ¶
func (m *OriginalDetectIntentRequest) GetPayload() *_struct.Struct
func (*OriginalDetectIntentRequest) GetSource ¶
func (m *OriginalDetectIntentRequest) GetSource() string
func (*OriginalDetectIntentRequest) ProtoMessage ¶
func (*OriginalDetectIntentRequest) ProtoMessage()
func (*OriginalDetectIntentRequest) Reset ¶
func (m *OriginalDetectIntentRequest) Reset()
func (*OriginalDetectIntentRequest) String ¶
func (m *OriginalDetectIntentRequest) String() string
func (*OriginalDetectIntentRequest) XXX_DiscardUnknown ¶
func (m *OriginalDetectIntentRequest) XXX_DiscardUnknown()
func (*OriginalDetectIntentRequest) XXX_Marshal ¶
func (m *OriginalDetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OriginalDetectIntentRequest) XXX_Merge ¶
func (dst *OriginalDetectIntentRequest) XXX_Merge(src proto.Message)
func (*OriginalDetectIntentRequest) XXX_Size ¶
func (m *OriginalDetectIntentRequest) XXX_Size() int
func (*OriginalDetectIntentRequest) XXX_Unmarshal ¶
func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error
type QueryInput ¶
type QueryInput struct { // Required. The input specification. // // Types that are valid to be assigned to Input: // *QueryInput_AudioConfig // *QueryInput_Text // *QueryInput_Event Input isQueryInput_Input `protobuf_oneof:"input"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents the query input. It can contain either:
- An audio config which instructs the speech recognizer how to process the speech audio.
2. A conversational query in the form of text,.
3. An event that specifies which intent to trigger.
func (*QueryInput) Descriptor ¶
func (*QueryInput) Descriptor() ([]byte, []int)
func (*QueryInput) GetAudioConfig ¶
func (m *QueryInput) GetAudioConfig() *InputAudioConfig
func (*QueryInput) GetEvent ¶
func (m *QueryInput) GetEvent() *EventInput
func (*QueryInput) GetInput ¶
func (m *QueryInput) GetInput() isQueryInput_Input
func (*QueryInput) GetText ¶
func (m *QueryInput) GetText() *TextInput
func (*QueryInput) ProtoMessage ¶
func (*QueryInput) ProtoMessage()
func (*QueryInput) Reset ¶
func (m *QueryInput) Reset()
func (*QueryInput) String ¶
func (m *QueryInput) String() string
func (*QueryInput) XXX_DiscardUnknown ¶
func (m *QueryInput) XXX_DiscardUnknown()
func (*QueryInput) XXX_Marshal ¶
func (m *QueryInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryInput) XXX_Merge ¶
func (dst *QueryInput) XXX_Merge(src proto.Message)
func (*QueryInput) XXX_OneofFuncs ¶
func (*QueryInput) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*QueryInput) XXX_Size ¶
func (m *QueryInput) XXX_Size() int
func (*QueryInput) XXX_Unmarshal ¶
func (m *QueryInput) XXX_Unmarshal(b []byte) error
type QueryInput_AudioConfig ¶
type QueryInput_AudioConfig struct {
AudioConfig *InputAudioConfig `protobuf:"bytes,1,opt,name=audio_config,json=audioConfig,oneof"`
}
type QueryInput_Event ¶
type QueryInput_Event struct {
Event *EventInput `protobuf:"bytes,3,opt,name=event,oneof"`
}
type QueryInput_Text ¶
type QueryInput_Text struct {
Text *TextInput `protobuf:"bytes,2,opt,name=text,oneof"`
}
type QueryParameters ¶
type QueryParameters struct { // Optional. The time zone of this conversational query from the // [time zone database](https://www.iana.org/time-zones), e.g., // America/New_York, Europe/Paris. If not provided, the time zone specified in // agent settings is used. TimeZone string `protobuf:"bytes,1,opt,name=time_zone,json=timeZone" json:"time_zone,omitempty"` // Optional. The geo location of this conversational query. GeoLocation *latlng.LatLng `protobuf:"bytes,2,opt,name=geo_location,json=geoLocation" json:"geo_location,omitempty"` // Optional. The collection of contexts to be activated before this query is // executed. Contexts []*Context `protobuf:"bytes,3,rep,name=contexts" json:"contexts,omitempty"` // Optional. Specifies whether to delete all contexts in the current session // before the new ones are activated. ResetContexts bool `protobuf:"varint,4,opt,name=reset_contexts,json=resetContexts" json:"reset_contexts,omitempty"` // Optional. The collection of session entity types to replace or extend // developer entities with for this query only. The entity synonyms apply // to all languages. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,5,rep,name=session_entity_types,json=sessionEntityTypes" json:"session_entity_types,omitempty"` // Optional. This field can be used to pass custom data into the webhook // associated with the agent. Arbitrary JSON objects are supported. Payload *_struct.Struct `protobuf:"bytes,6,opt,name=payload" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents the parameters of the conversational query.
func (*QueryParameters) Descriptor ¶
func (*QueryParameters) Descriptor() ([]byte, []int)
func (*QueryParameters) GetContexts ¶
func (m *QueryParameters) GetContexts() []*Context
func (*QueryParameters) GetGeoLocation ¶
func (m *QueryParameters) GetGeoLocation() *latlng.LatLng
func (*QueryParameters) GetPayload ¶
func (m *QueryParameters) GetPayload() *_struct.Struct
func (*QueryParameters) GetResetContexts ¶
func (m *QueryParameters) GetResetContexts() bool
func (*QueryParameters) GetSessionEntityTypes ¶
func (m *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
func (*QueryParameters) GetTimeZone ¶
func (m *QueryParameters) GetTimeZone() string
func (*QueryParameters) ProtoMessage ¶
func (*QueryParameters) ProtoMessage()
func (*QueryParameters) Reset ¶
func (m *QueryParameters) Reset()
func (*QueryParameters) String ¶
func (m *QueryParameters) String() string
func (*QueryParameters) XXX_DiscardUnknown ¶
func (m *QueryParameters) XXX_DiscardUnknown()
func (*QueryParameters) XXX_Marshal ¶
func (m *QueryParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParameters) XXX_Merge ¶
func (dst *QueryParameters) XXX_Merge(src proto.Message)
func (*QueryParameters) XXX_Size ¶
func (m *QueryParameters) XXX_Size() int
func (*QueryParameters) XXX_Unmarshal ¶
func (m *QueryParameters) XXX_Unmarshal(b []byte) error
type QueryResult ¶
type QueryResult struct { // The original conversational query text: // - If natural language text was provided as input, `query_text` contains // a copy of the input. // - If natural language speech audio was provided as input, `query_text` // contains the speech recognition result. If speech recognizer produced // multiple alternatives, a particular one is picked. // - If an event was provided as input, `query_text` is not set. QueryText string `protobuf:"bytes,1,opt,name=query_text,json=queryText" json:"query_text,omitempty"` // The language that was triggered during intent detection. // See [Language Support](https://dialogflow.com/docs/reference/language) // for a list of the currently supported language codes. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // The Speech recognition confidence between 0.0 and 1.0. A higher number // indicates an estimated greater likelihood that the recognized words are // correct. The default of 0.0 is a sentinel value indicating that confidence // was not set. // // You should not rely on this field as it isn't guaranteed to be accurate, or // even set. In particular this field isn't set in Webhook calls and for // StreamingDetectIntent since the streaming endpoint has separate confidence // estimates per portion of the audio in StreamingRecognitionResult. SpeechRecognitionConfidence float32 `` /* 139-byte string literal not displayed */ // The action name from the matched intent. Action string `protobuf:"bytes,3,opt,name=action" json:"action,omitempty"` // The collection of extracted parameters. Parameters *_struct.Struct `protobuf:"bytes,4,opt,name=parameters" json:"parameters,omitempty"` // This field is set to: // - `false` if the matched intent has required parameters and not all of // the required parameter values have been collected. // - `true` if all required parameter values have been collected, or if the // matched intent doesn't contain any required parameters. AllRequiredParamsPresent bool `` /* 131-byte string literal not displayed */ // The text to be pronounced to the user or shown on the screen. FulfillmentText string `protobuf:"bytes,6,opt,name=fulfillment_text,json=fulfillmentText" json:"fulfillment_text,omitempty"` // The collection of rich messages to present to the user. FulfillmentMessages []*Intent_Message `protobuf:"bytes,7,rep,name=fulfillment_messages,json=fulfillmentMessages" json:"fulfillment_messages,omitempty"` // If the query was fulfilled by a webhook call, this field is set to the // value of the `source` field returned in the webhook response. WebhookSource string `protobuf:"bytes,8,opt,name=webhook_source,json=webhookSource" json:"webhook_source,omitempty"` // If the query was fulfilled by a webhook call, this field is set to the // value of the `payload` field returned in the webhook response. WebhookPayload *_struct.Struct `protobuf:"bytes,9,opt,name=webhook_payload,json=webhookPayload" json:"webhook_payload,omitempty"` // The collection of output contexts. If applicable, // `output_contexts.parameters` contains entries with name // `<parameter name>.original` containing the original parameter values // before the query. OutputContexts []*Context `protobuf:"bytes,10,rep,name=output_contexts,json=outputContexts" json:"output_contexts,omitempty"` // The intent that matched the conversational query. Some, not // all fields are filled in this message, including but not limited to: // `name`, `display_name` and `webhook_state`. Intent *Intent `protobuf:"bytes,11,opt,name=intent" json:"intent,omitempty"` // The intent detection confidence. Values range from 0.0 // (completely uncertain) to 1.0 (completely certain). IntentDetectionConfidence float32 `` /* 134-byte string literal not displayed */ // The free-form diagnostic info. For example, this field // could contain webhook call latency. DiagnosticInfo *_struct.Struct `protobuf:"bytes,14,opt,name=diagnostic_info,json=diagnosticInfo" json:"diagnostic_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents the result of conversational query or event processing.
func (*QueryResult) Descriptor ¶
func (*QueryResult) Descriptor() ([]byte, []int)
func (*QueryResult) GetAction ¶
func (m *QueryResult) GetAction() string
func (*QueryResult) GetAllRequiredParamsPresent ¶
func (m *QueryResult) GetAllRequiredParamsPresent() bool
func (*QueryResult) GetDiagnosticInfo ¶
func (m *QueryResult) GetDiagnosticInfo() *_struct.Struct
func (*QueryResult) GetFulfillmentMessages ¶
func (m *QueryResult) GetFulfillmentMessages() []*Intent_Message
func (*QueryResult) GetFulfillmentText ¶
func (m *QueryResult) GetFulfillmentText() string
func (*QueryResult) GetIntent ¶
func (m *QueryResult) GetIntent() *Intent
func (*QueryResult) GetIntentDetectionConfidence ¶
func (m *QueryResult) GetIntentDetectionConfidence() float32
func (*QueryResult) GetLanguageCode ¶
func (m *QueryResult) GetLanguageCode() string
func (*QueryResult) GetOutputContexts ¶
func (m *QueryResult) GetOutputContexts() []*Context
func (*QueryResult) GetParameters ¶
func (m *QueryResult) GetParameters() *_struct.Struct
func (*QueryResult) GetQueryText ¶
func (m *QueryResult) GetQueryText() string
func (*QueryResult) GetSpeechRecognitionConfidence ¶
func (m *QueryResult) GetSpeechRecognitionConfidence() float32
func (*QueryResult) GetWebhookPayload ¶
func (m *QueryResult) GetWebhookPayload() *_struct.Struct
func (*QueryResult) GetWebhookSource ¶
func (m *QueryResult) GetWebhookSource() string
func (*QueryResult) ProtoMessage ¶
func (*QueryResult) ProtoMessage()
func (*QueryResult) Reset ¶
func (m *QueryResult) Reset()
func (*QueryResult) String ¶
func (m *QueryResult) String() string
func (*QueryResult) XXX_DiscardUnknown ¶
func (m *QueryResult) XXX_DiscardUnknown()
func (*QueryResult) XXX_Marshal ¶
func (m *QueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryResult) XXX_Merge ¶
func (dst *QueryResult) XXX_Merge(src proto.Message)
func (*QueryResult) XXX_Size ¶
func (m *QueryResult) XXX_Size() int
func (*QueryResult) XXX_Unmarshal ¶
func (m *QueryResult) XXX_Unmarshal(b []byte) error
type RestoreAgentRequest ¶
type RestoreAgentRequest struct { // Required. The project that the agent to restore is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Required. The agent to restore. // // Types that are valid to be assigned to Agent: // *RestoreAgentRequest_AgentUri // *RestoreAgentRequest_AgentContent Agent isRestoreAgentRequest_Agent `protobuf_oneof:"agent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.RestoreAgent][google.cloud.dialogflow.v2.Agents.RestoreAgent].
func (*RestoreAgentRequest) Descriptor ¶
func (*RestoreAgentRequest) Descriptor() ([]byte, []int)
func (*RestoreAgentRequest) GetAgent ¶
func (m *RestoreAgentRequest) GetAgent() isRestoreAgentRequest_Agent
func (*RestoreAgentRequest) GetAgentContent ¶
func (m *RestoreAgentRequest) GetAgentContent() []byte
func (*RestoreAgentRequest) GetAgentUri ¶
func (m *RestoreAgentRequest) GetAgentUri() string
func (*RestoreAgentRequest) GetParent ¶
func (m *RestoreAgentRequest) GetParent() string
func (*RestoreAgentRequest) ProtoMessage ¶
func (*RestoreAgentRequest) ProtoMessage()
func (*RestoreAgentRequest) Reset ¶
func (m *RestoreAgentRequest) Reset()
func (*RestoreAgentRequest) String ¶
func (m *RestoreAgentRequest) String() string
func (*RestoreAgentRequest) XXX_DiscardUnknown ¶
func (m *RestoreAgentRequest) XXX_DiscardUnknown()
func (*RestoreAgentRequest) XXX_Marshal ¶
func (m *RestoreAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestoreAgentRequest) XXX_Merge ¶
func (dst *RestoreAgentRequest) XXX_Merge(src proto.Message)
func (*RestoreAgentRequest) XXX_OneofFuncs ¶
func (*RestoreAgentRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*RestoreAgentRequest) XXX_Size ¶
func (m *RestoreAgentRequest) XXX_Size() int
func (*RestoreAgentRequest) XXX_Unmarshal ¶
func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error
type RestoreAgentRequest_AgentContent ¶
type RestoreAgentRequest_AgentContent struct {
AgentContent []byte `protobuf:"bytes,3,opt,name=agent_content,json=agentContent,proto3,oneof"`
}
type RestoreAgentRequest_AgentUri ¶
type RestoreAgentRequest_AgentUri struct {
AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,oneof"`
}
type SearchAgentsRequest ¶
type SearchAgentsRequest struct { // Required. The project to list agents from. // Format: `projects/<Project ID or '-'>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken" json:"page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
func (*SearchAgentsRequest) Descriptor ¶
func (*SearchAgentsRequest) Descriptor() ([]byte, []int)
func (*SearchAgentsRequest) GetPageSize ¶
func (m *SearchAgentsRequest) GetPageSize() int32
func (*SearchAgentsRequest) GetPageToken ¶
func (m *SearchAgentsRequest) GetPageToken() string
func (*SearchAgentsRequest) GetParent ¶
func (m *SearchAgentsRequest) GetParent() string
func (*SearchAgentsRequest) ProtoMessage ¶
func (*SearchAgentsRequest) ProtoMessage()
func (*SearchAgentsRequest) Reset ¶
func (m *SearchAgentsRequest) Reset()
func (*SearchAgentsRequest) String ¶
func (m *SearchAgentsRequest) String() string
func (*SearchAgentsRequest) XXX_DiscardUnknown ¶
func (m *SearchAgentsRequest) XXX_DiscardUnknown()
func (*SearchAgentsRequest) XXX_Marshal ¶
func (m *SearchAgentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchAgentsRequest) XXX_Merge ¶
func (dst *SearchAgentsRequest) XXX_Merge(src proto.Message)
func (*SearchAgentsRequest) XXX_Size ¶
func (m *SearchAgentsRequest) XXX_Size() int
func (*SearchAgentsRequest) XXX_Unmarshal ¶
func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error
type SearchAgentsResponse ¶
type SearchAgentsResponse struct { // The list of agents. There will be a maximum number of items returned based // on the page_size field in the request. Agents []*Agent `protobuf:"bytes,1,rep,name=agents" json:"agents,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
func (*SearchAgentsResponse) Descriptor ¶
func (*SearchAgentsResponse) Descriptor() ([]byte, []int)
func (*SearchAgentsResponse) GetAgents ¶
func (m *SearchAgentsResponse) GetAgents() []*Agent
func (*SearchAgentsResponse) GetNextPageToken ¶
func (m *SearchAgentsResponse) GetNextPageToken() string
func (*SearchAgentsResponse) ProtoMessage ¶
func (*SearchAgentsResponse) ProtoMessage()
func (*SearchAgentsResponse) Reset ¶
func (m *SearchAgentsResponse) Reset()
func (*SearchAgentsResponse) String ¶
func (m *SearchAgentsResponse) String() string
func (*SearchAgentsResponse) XXX_DiscardUnknown ¶
func (m *SearchAgentsResponse) XXX_DiscardUnknown()
func (*SearchAgentsResponse) XXX_Marshal ¶
func (m *SearchAgentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchAgentsResponse) XXX_Merge ¶
func (dst *SearchAgentsResponse) XXX_Merge(src proto.Message)
func (*SearchAgentsResponse) XXX_Size ¶
func (m *SearchAgentsResponse) XXX_Size() int
func (*SearchAgentsResponse) XXX_Unmarshal ¶
func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error
type SessionEntityType ¶
type SessionEntityType struct { // Required. The unique identifier of this session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`. Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // Required. Indicates whether the additional data should override or // supplement the developer entity type definition. EntityOverrideMode SessionEntityType_EntityOverrideMode `` /* 180-byte string literal not displayed */ // Required. The collection of entities associated with this session entity // type. Entities []*EntityType_Entity `protobuf:"bytes,3,rep,name=entities" json:"entities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents a session entity type.
Extends or replaces a developer entity type at the user session level (we refer to the entity types defined at the agent level as "developer entity types").
Note: session entity types apply to all queries, regardless of the language.
func (*SessionEntityType) Descriptor ¶
func (*SessionEntityType) Descriptor() ([]byte, []int)
func (*SessionEntityType) GetEntities ¶
func (m *SessionEntityType) GetEntities() []*EntityType_Entity
func (*SessionEntityType) GetEntityOverrideMode ¶
func (m *SessionEntityType) GetEntityOverrideMode() SessionEntityType_EntityOverrideMode
func (*SessionEntityType) GetName ¶
func (m *SessionEntityType) GetName() string
func (*SessionEntityType) ProtoMessage ¶
func (*SessionEntityType) ProtoMessage()
func (*SessionEntityType) Reset ¶
func (m *SessionEntityType) Reset()
func (*SessionEntityType) String ¶
func (m *SessionEntityType) String() string
func (*SessionEntityType) XXX_DiscardUnknown ¶
func (m *SessionEntityType) XXX_DiscardUnknown()
func (*SessionEntityType) XXX_Marshal ¶
func (m *SessionEntityType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionEntityType) XXX_Merge ¶
func (dst *SessionEntityType) XXX_Merge(src proto.Message)
func (*SessionEntityType) XXX_Size ¶
func (m *SessionEntityType) XXX_Size() int
func (*SessionEntityType) XXX_Unmarshal ¶
func (m *SessionEntityType) XXX_Unmarshal(b []byte) error
type SessionEntityType_EntityOverrideMode ¶
type SessionEntityType_EntityOverrideMode int32
The types of modifications for a session entity type.
const ( // Not specified. This value should be never used. SessionEntityType_ENTITY_OVERRIDE_MODE_UNSPECIFIED SessionEntityType_EntityOverrideMode = 0 // The collection of session entities overrides the collection of entities // in the corresponding developer entity type. SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE SessionEntityType_EntityOverrideMode = 1 // The collection of session entities extends the collection of entities in // the corresponding developer entity type. // Calls to `ListSessionEntityTypes`, `GetSessionEntityType`, // `CreateSessionEntityType` and `UpdateSessionEntityType` return the full // collection of entities from the developer entity type in the agent's // default language and the session entity type. SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT SessionEntityType_EntityOverrideMode = 2 )
func (SessionEntityType_EntityOverrideMode) EnumDescriptor ¶
func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int)
func (SessionEntityType_EntityOverrideMode) String ¶
func (x SessionEntityType_EntityOverrideMode) String() string
type SessionEntityTypesClient ¶
type SessionEntityTypesClient interface { // Returns the list of all session entity types in the specified session. ListSessionEntityTypes(ctx context.Context, in *ListSessionEntityTypesRequest, opts ...grpc.CallOption) (*ListSessionEntityTypesResponse, error) // Retrieves the specified session entity type. GetSessionEntityType(ctx context.Context, in *GetSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Creates a session entity type. CreateSessionEntityType(ctx context.Context, in *CreateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(ctx context.Context, in *UpdateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Deletes the specified session entity type. DeleteSessionEntityType(ctx context.Context, in *DeleteSessionEntityTypeRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
SessionEntityTypesClient is the client API for SessionEntityTypes service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSessionEntityTypesClient ¶
func NewSessionEntityTypesClient(cc *grpc.ClientConn) SessionEntityTypesClient
type SessionEntityTypesServer ¶
type SessionEntityTypesServer interface { // Returns the list of all session entity types in the specified session. ListSessionEntityTypes(context.Context, *ListSessionEntityTypesRequest) (*ListSessionEntityTypesResponse, error) // Retrieves the specified session entity type. GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error) // Creates a session entity type. CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error) // Deletes the specified session entity type. DeleteSessionEntityType(context.Context, *DeleteSessionEntityTypeRequest) (*empty.Empty, error) }
type SessionsClient ¶
type SessionsClient interface { // Processes a natural language query and returns structured, actionable data // as a result. This method is not idempotent, because it may cause contexts // and session entity types to be updated, which in turn might affect // results of future queries. DetectIntent(ctx context.Context, in *DetectIntentRequest, opts ...grpc.CallOption) (*DetectIntentResponse, error) // Processes a natural language query in audio format in a streaming fashion // and returns structured, actionable data as a result. This method is only // available via the gRPC API (not REST). StreamingDetectIntent(ctx context.Context, opts ...grpc.CallOption) (Sessions_StreamingDetectIntentClient, error) }
SessionsClient is the client API for Sessions service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSessionsClient ¶
func NewSessionsClient(cc *grpc.ClientConn) SessionsClient
type SessionsServer ¶
type SessionsServer interface { // Processes a natural language query and returns structured, actionable data // as a result. This method is not idempotent, because it may cause contexts // and session entity types to be updated, which in turn might affect // results of future queries. DetectIntent(context.Context, *DetectIntentRequest) (*DetectIntentResponse, error) // Processes a natural language query in audio format in a streaming fashion // and returns structured, actionable data as a result. This method is only // available via the gRPC API (not REST). StreamingDetectIntent(Sessions_StreamingDetectIntentServer) error }
type Sessions_StreamingDetectIntentClient ¶
type Sessions_StreamingDetectIntentClient interface { Send(*StreamingDetectIntentRequest) error Recv() (*StreamingDetectIntentResponse, error) grpc.ClientStream }
type Sessions_StreamingDetectIntentServer ¶
type Sessions_StreamingDetectIntentServer interface { Send(*StreamingDetectIntentResponse) error Recv() (*StreamingDetectIntentRequest, error) grpc.ServerStream }
type StreamingDetectIntentRequest ¶
type StreamingDetectIntentRequest struct { // Required. The name of the session the query is sent to. // Format of the session name: // `projects/<Project ID>/agent/sessions/<Session ID>`. It’s up to the API // caller to choose an appropriate <Session ID>. It can be a random number or // some type of user identifier (preferably hashed). The length of the session // ID must not exceed 36 characters. Session string `protobuf:"bytes,1,opt,name=session" json:"session,omitempty"` // Optional. The parameters of this query. QueryParams *QueryParameters `protobuf:"bytes,2,opt,name=query_params,json=queryParams" json:"query_params,omitempty"` // Required. The input specification. It can be set to: // // 1. an audio config which instructs the speech recognizer how to process // the speech audio, // // 2. a conversational query in the form of text, or // // 3. an event that specifies which intent to trigger. QueryInput *QueryInput `protobuf:"bytes,3,opt,name=query_input,json=queryInput" json:"query_input,omitempty"` // Optional. If `false` (default), recognition does not cease until the // client closes the stream. // If `true`, the recognizer will detect a single spoken utterance in input // audio. Recognition ceases when it detects the audio's voice has // stopped or paused. In this case, once a detected intent is received, the // client should close the stream and start a new request with a new stream as // needed. // This setting is ignored when `query_input` is a piece of text or an event. SingleUtterance bool `protobuf:"varint,4,opt,name=single_utterance,json=singleUtterance" json:"single_utterance,omitempty"` // Optional. The input audio content to be recognized. Must be sent if // `query_input` was set to a streaming input audio config. The complete audio // over all streaming messages must not exceed 1 minute. InputAudio []byte `protobuf:"bytes,6,opt,name=input_audio,json=inputAudio,proto3" json:"input_audio,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The top-level message sent by the client to the `StreamingDetectIntent` method.
Multiple request messages should be sent in order:
- The first message must contain `session`, `query_input` plus optionally `query_params` and/or `single_utterance`. The message must not contain `input_audio`.
- If `query_input` was set to a streaming input audio config, all subsequent messages must contain only `input_audio`. Otherwise, finish the request stream.
func (*StreamingDetectIntentRequest) Descriptor ¶
func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)
func (*StreamingDetectIntentRequest) GetInputAudio ¶
func (m *StreamingDetectIntentRequest) GetInputAudio() []byte
func (*StreamingDetectIntentRequest) GetQueryInput ¶
func (m *StreamingDetectIntentRequest) GetQueryInput() *QueryInput
func (*StreamingDetectIntentRequest) GetQueryParams ¶
func (m *StreamingDetectIntentRequest) GetQueryParams() *QueryParameters
func (*StreamingDetectIntentRequest) GetSession ¶
func (m *StreamingDetectIntentRequest) GetSession() string
func (*StreamingDetectIntentRequest) GetSingleUtterance ¶
func (m *StreamingDetectIntentRequest) GetSingleUtterance() bool
func (*StreamingDetectIntentRequest) ProtoMessage ¶
func (*StreamingDetectIntentRequest) ProtoMessage()
func (*StreamingDetectIntentRequest) Reset ¶
func (m *StreamingDetectIntentRequest) Reset()
func (*StreamingDetectIntentRequest) String ¶
func (m *StreamingDetectIntentRequest) String() string
func (*StreamingDetectIntentRequest) XXX_DiscardUnknown ¶
func (m *StreamingDetectIntentRequest) XXX_DiscardUnknown()
func (*StreamingDetectIntentRequest) XXX_Marshal ¶
func (m *StreamingDetectIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamingDetectIntentRequest) XXX_Merge ¶
func (dst *StreamingDetectIntentRequest) XXX_Merge(src proto.Message)
func (*StreamingDetectIntentRequest) XXX_Size ¶
func (m *StreamingDetectIntentRequest) XXX_Size() int
func (*StreamingDetectIntentRequest) XXX_Unmarshal ¶
func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error
type StreamingDetectIntentResponse ¶
type StreamingDetectIntentResponse struct { // The unique identifier of the response. It can be used to // locate a response in the training example set or for reporting issues. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId" json:"response_id,omitempty"` // The result of speech recognition. RecognitionResult *StreamingRecognitionResult `protobuf:"bytes,2,opt,name=recognition_result,json=recognitionResult" json:"recognition_result,omitempty"` // The result of the conversational query or event processing. QueryResult *QueryResult `protobuf:"bytes,3,opt,name=query_result,json=queryResult" json:"query_result,omitempty"` // Specifies the status of the webhook request. WebhookStatus *status.Status `protobuf:"bytes,4,opt,name=webhook_status,json=webhookStatus" json:"webhook_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The top-level message returned from the `StreamingDetectIntent` method.
Multiple response messages can be returned in order:
- If the input was set to streaming audio, the first one or more messages contain `recognition_result`. Each `recognition_result` represents a more complete transcript of what the user said. The last `recognition_result` has `is_final` set to `true`.
- The next message contains `response_id`, `query_result` and optionally `webhook_status` if a WebHook was called.
func (*StreamingDetectIntentResponse) Descriptor ¶
func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int)
func (*StreamingDetectIntentResponse) GetQueryResult ¶
func (m *StreamingDetectIntentResponse) GetQueryResult() *QueryResult
func (*StreamingDetectIntentResponse) GetRecognitionResult ¶
func (m *StreamingDetectIntentResponse) GetRecognitionResult() *StreamingRecognitionResult
func (*StreamingDetectIntentResponse) GetResponseId ¶
func (m *StreamingDetectIntentResponse) GetResponseId() string
func (*StreamingDetectIntentResponse) GetWebhookStatus ¶
func (m *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status
func (*StreamingDetectIntentResponse) ProtoMessage ¶
func (*StreamingDetectIntentResponse) ProtoMessage()
func (*StreamingDetectIntentResponse) Reset ¶
func (m *StreamingDetectIntentResponse) Reset()
func (*StreamingDetectIntentResponse) String ¶
func (m *StreamingDetectIntentResponse) String() string
func (*StreamingDetectIntentResponse) XXX_DiscardUnknown ¶
func (m *StreamingDetectIntentResponse) XXX_DiscardUnknown()
func (*StreamingDetectIntentResponse) XXX_Marshal ¶
func (m *StreamingDetectIntentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamingDetectIntentResponse) XXX_Merge ¶
func (dst *StreamingDetectIntentResponse) XXX_Merge(src proto.Message)
func (*StreamingDetectIntentResponse) XXX_Size ¶
func (m *StreamingDetectIntentResponse) XXX_Size() int
func (*StreamingDetectIntentResponse) XXX_Unmarshal ¶
func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error
type StreamingRecognitionResult ¶
type StreamingRecognitionResult struct { // Type of the result message. MessageType StreamingRecognitionResult_MessageType `` /* 159-byte string literal not displayed */ // Transcript text representing the words that the user spoke. // Populated if and only if `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. Transcript string `protobuf:"bytes,2,opt,name=transcript" json:"transcript,omitempty"` // The default of 0.0 is a sentinel value indicating `confidence` was not set. // If `false`, the `StreamingRecognitionResult` represents an // interim result that may change. If `true`, the recognizer will not return // any further hypotheses about this piece of the audio. May only be populated // for `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. IsFinal bool `protobuf:"varint,3,opt,name=is_final,json=isFinal" json:"is_final,omitempty"` // The Speech confidence between 0.0 and 1.0 for the current portion of audio. // A higher number indicates an estimated greater likelihood that the // recognized words are correct. The default of 0.0 is a sentinel value // indicating that confidence was not set. // // This field is typically only provided if `is_final` is true and you should // not rely on it being accurate or even set. Confidence float32 `protobuf:"fixed32,4,opt,name=confidence" json:"confidence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.
Example:
1. transcript: "tube"
2. transcript: "to be a"
3. transcript: "to be"
- transcript: "to be or not to be" is_final: true
5. transcript: " that's"
6. transcript: " that is"
7. recognition_event_type: `RECOGNITION_EVENT_END_OF_SINGLE_UTTERANCE`
- transcript: " that is the question" is_final: true
Only two of the responses contain final results (#4 and #8 indicated by `is_final: true`). Concatenating these generates the full transcript: "to be or not to be that is the question".
In each response we populate:
* for `MESSAGE_TYPE_TRANSCRIPT`: `transcript` and possibly `is_final`.
* for `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE`: only `event_type`.
func (*StreamingRecognitionResult) Descriptor ¶
func (*StreamingRecognitionResult) Descriptor() ([]byte, []int)
func (*StreamingRecognitionResult) GetConfidence ¶
func (m *StreamingRecognitionResult) GetConfidence() float32
func (*StreamingRecognitionResult) GetIsFinal ¶
func (m *StreamingRecognitionResult) GetIsFinal() bool
func (*StreamingRecognitionResult) GetMessageType ¶
func (m *StreamingRecognitionResult) GetMessageType() StreamingRecognitionResult_MessageType
func (*StreamingRecognitionResult) GetTranscript ¶
func (m *StreamingRecognitionResult) GetTranscript() string
func (*StreamingRecognitionResult) ProtoMessage ¶
func (*StreamingRecognitionResult) ProtoMessage()
func (*StreamingRecognitionResult) Reset ¶
func (m *StreamingRecognitionResult) Reset()
func (*StreamingRecognitionResult) String ¶
func (m *StreamingRecognitionResult) String() string
func (*StreamingRecognitionResult) XXX_DiscardUnknown ¶
func (m *StreamingRecognitionResult) XXX_DiscardUnknown()
func (*StreamingRecognitionResult) XXX_Marshal ¶
func (m *StreamingRecognitionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamingRecognitionResult) XXX_Merge ¶
func (dst *StreamingRecognitionResult) XXX_Merge(src proto.Message)
func (*StreamingRecognitionResult) XXX_Size ¶
func (m *StreamingRecognitionResult) XXX_Size() int
func (*StreamingRecognitionResult) XXX_Unmarshal ¶
func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error
type StreamingRecognitionResult_MessageType ¶
type StreamingRecognitionResult_MessageType int32
Type of the response message.
const ( // Not specified. Should never be used. StreamingRecognitionResult_MESSAGE_TYPE_UNSPECIFIED StreamingRecognitionResult_MessageType = 0 // Message contains a (possibly partial) transcript. StreamingRecognitionResult_TRANSCRIPT StreamingRecognitionResult_MessageType = 1 // Event indicates that the server has detected the end of the user's speech // utterance and expects no additional speech. Therefore, the server will // not process additional audio (although it may subsequently return // additional results). The client should stop sending additional audio // data, half-close the gRPC connection, and wait for any additional results // until the server closes the gRPC connection. This message is only sent if // `single_utterance` was set to `true`, and is not used otherwise. StreamingRecognitionResult_END_OF_SINGLE_UTTERANCE StreamingRecognitionResult_MessageType = 2 )
func (StreamingRecognitionResult_MessageType) EnumDescriptor ¶
func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int)
func (StreamingRecognitionResult_MessageType) String ¶
func (x StreamingRecognitionResult_MessageType) String() string
type TextInput ¶
type TextInput struct { // Required. The UTF-8 encoded natural language text to be processed. // Text length must not exceed 256 bytes. Text string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"` // Required. The language of this conversational query. See [Language // Support](https://dialogflow.com/docs/languages) for a list of the // currently supported language codes. Note that queries in the same session // do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Represents the natural language text to be processed.
func (*TextInput) Descriptor ¶
func (*TextInput) GetLanguageCode ¶
func (*TextInput) ProtoMessage ¶
func (*TextInput) ProtoMessage()
func (*TextInput) XXX_DiscardUnknown ¶
func (m *TextInput) XXX_DiscardUnknown()
func (*TextInput) XXX_Marshal ¶
func (*TextInput) XXX_Unmarshal ¶
type TrainAgentRequest ¶
type TrainAgentRequest struct { // Required. The project that the agent to train is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent" json:"parent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent].
func (*TrainAgentRequest) Descriptor ¶
func (*TrainAgentRequest) Descriptor() ([]byte, []int)
func (*TrainAgentRequest) GetParent ¶
func (m *TrainAgentRequest) GetParent() string
func (*TrainAgentRequest) ProtoMessage ¶
func (*TrainAgentRequest) ProtoMessage()
func (*TrainAgentRequest) Reset ¶
func (m *TrainAgentRequest) Reset()
func (*TrainAgentRequest) String ¶
func (m *TrainAgentRequest) String() string
func (*TrainAgentRequest) XXX_DiscardUnknown ¶
func (m *TrainAgentRequest) XXX_DiscardUnknown()
func (*TrainAgentRequest) XXX_Marshal ¶
func (m *TrainAgentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TrainAgentRequest) XXX_Merge ¶
func (dst *TrainAgentRequest) XXX_Merge(src proto.Message)
func (*TrainAgentRequest) XXX_Size ¶
func (m *TrainAgentRequest) XXX_Size() int
func (*TrainAgentRequest) XXX_Unmarshal ¶
func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error
type UpdateContextRequest ¶
type UpdateContextRequest struct { // Required. The context to update. Context *Context `protobuf:"bytes,1,opt,name=context" json:"context,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
func (*UpdateContextRequest) Descriptor ¶
func (*UpdateContextRequest) Descriptor() ([]byte, []int)
func (*UpdateContextRequest) GetContext ¶
func (m *UpdateContextRequest) GetContext() *Context
func (*UpdateContextRequest) GetUpdateMask ¶
func (m *UpdateContextRequest) GetUpdateMask() *field_mask.FieldMask
func (*UpdateContextRequest) ProtoMessage ¶
func (*UpdateContextRequest) ProtoMessage()
func (*UpdateContextRequest) Reset ¶
func (m *UpdateContextRequest) Reset()
func (*UpdateContextRequest) String ¶
func (m *UpdateContextRequest) String() string
func (*UpdateContextRequest) XXX_DiscardUnknown ¶
func (m *UpdateContextRequest) XXX_DiscardUnknown()
func (*UpdateContextRequest) XXX_Marshal ¶
func (m *UpdateContextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateContextRequest) XXX_Merge ¶
func (dst *UpdateContextRequest) XXX_Merge(src proto.Message)
func (*UpdateContextRequest) XXX_Size ¶
func (m *UpdateContextRequest) XXX_Size() int
func (*UpdateContextRequest) XXX_Unmarshal ¶
func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error
type UpdateEntityTypeRequest ¶
type UpdateEntityTypeRequest struct { // Required. The entity type to update. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. EntityType *EntityType `protobuf:"bytes,1,opt,name=entity_type,json=entityType" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. // [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType].
func (*UpdateEntityTypeRequest) Descriptor ¶
func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)
func (*UpdateEntityTypeRequest) GetEntityType ¶
func (m *UpdateEntityTypeRequest) GetEntityType() *EntityType
func (*UpdateEntityTypeRequest) GetLanguageCode ¶
func (m *UpdateEntityTypeRequest) GetLanguageCode() string
func (*UpdateEntityTypeRequest) GetUpdateMask ¶
func (m *UpdateEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask
func (*UpdateEntityTypeRequest) ProtoMessage ¶
func (*UpdateEntityTypeRequest) ProtoMessage()
func (*UpdateEntityTypeRequest) Reset ¶
func (m *UpdateEntityTypeRequest) Reset()
func (*UpdateEntityTypeRequest) String ¶
func (m *UpdateEntityTypeRequest) String() string
func (*UpdateEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *UpdateEntityTypeRequest) XXX_DiscardUnknown()
func (*UpdateEntityTypeRequest) XXX_Marshal ¶
func (m *UpdateEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateEntityTypeRequest) XXX_Merge ¶
func (dst *UpdateEntityTypeRequest) XXX_Merge(src proto.Message)
func (*UpdateEntityTypeRequest) XXX_Size ¶
func (m *UpdateEntityTypeRequest) XXX_Size() int
func (*UpdateEntityTypeRequest) XXX_Unmarshal ¶
func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error
type UpdateIntentRequest ¶
type UpdateIntentRequest struct { // Required. The intent to update. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Intent *Intent `protobuf:"bytes,1,opt,name=intent" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is // used. [More than a dozen // languages](https://dialogflow.com/docs/reference/language) are supported. // Note: languages must be enabled in the agent, before they can be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 128-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent].
func (*UpdateIntentRequest) Descriptor ¶
func (*UpdateIntentRequest) Descriptor() ([]byte, []int)
func (*UpdateIntentRequest) GetIntent ¶
func (m *UpdateIntentRequest) GetIntent() *Intent
func (*UpdateIntentRequest) GetIntentView ¶
func (m *UpdateIntentRequest) GetIntentView() IntentView
func (*UpdateIntentRequest) GetLanguageCode ¶
func (m *UpdateIntentRequest) GetLanguageCode() string
func (*UpdateIntentRequest) GetUpdateMask ¶
func (m *UpdateIntentRequest) GetUpdateMask() *field_mask.FieldMask
func (*UpdateIntentRequest) ProtoMessage ¶
func (*UpdateIntentRequest) ProtoMessage()
func (*UpdateIntentRequest) Reset ¶
func (m *UpdateIntentRequest) Reset()
func (*UpdateIntentRequest) String ¶
func (m *UpdateIntentRequest) String() string
func (*UpdateIntentRequest) XXX_DiscardUnknown ¶
func (m *UpdateIntentRequest) XXX_DiscardUnknown()
func (*UpdateIntentRequest) XXX_Marshal ¶
func (m *UpdateIntentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateIntentRequest) XXX_Merge ¶
func (dst *UpdateIntentRequest) XXX_Merge(src proto.Message)
func (*UpdateIntentRequest) XXX_Size ¶
func (m *UpdateIntentRequest) XXX_Size() int
func (*UpdateIntentRequest) XXX_Unmarshal ¶
func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error
type UpdateSessionEntityTypeRequest ¶
type UpdateSessionEntityTypeRequest struct { // Required. The entity type to update. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`. SessionEntityType *SessionEntityType `protobuf:"bytes,1,opt,name=session_entity_type,json=sessionEntityType" json:"session_entity_type,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType].
func (*UpdateSessionEntityTypeRequest) Descriptor ¶
func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
func (*UpdateSessionEntityTypeRequest) GetSessionEntityType ¶
func (m *UpdateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
func (*UpdateSessionEntityTypeRequest) GetUpdateMask ¶
func (m *UpdateSessionEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask
func (*UpdateSessionEntityTypeRequest) ProtoMessage ¶
func (*UpdateSessionEntityTypeRequest) ProtoMessage()
func (*UpdateSessionEntityTypeRequest) Reset ¶
func (m *UpdateSessionEntityTypeRequest) Reset()
func (*UpdateSessionEntityTypeRequest) String ¶
func (m *UpdateSessionEntityTypeRequest) String() string
func (*UpdateSessionEntityTypeRequest) XXX_DiscardUnknown ¶
func (m *UpdateSessionEntityTypeRequest) XXX_DiscardUnknown()
func (*UpdateSessionEntityTypeRequest) XXX_Marshal ¶
func (m *UpdateSessionEntityTypeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateSessionEntityTypeRequest) XXX_Merge ¶
func (dst *UpdateSessionEntityTypeRequest) XXX_Merge(src proto.Message)
func (*UpdateSessionEntityTypeRequest) XXX_Size ¶
func (m *UpdateSessionEntityTypeRequest) XXX_Size() int
func (*UpdateSessionEntityTypeRequest) XXX_Unmarshal ¶
func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error
type WebhookRequest ¶
type WebhookRequest struct { // The unique identifier of detectIntent request session. // Can be used to identify end-user inside webhook implementation. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. Session string `protobuf:"bytes,4,opt,name=session" json:"session,omitempty"` // The unique identifier of the response. Contains the same value as // `[Streaming]DetectIntentResponse.response_id`. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId" json:"response_id,omitempty"` // The result of the conversational query or event processing. Contains the // same value as `[Streaming]DetectIntentResponse.query_result`. QueryResult *QueryResult `protobuf:"bytes,2,opt,name=query_result,json=queryResult" json:"query_result,omitempty"` // Optional. The contents of the original request that was passed to // `[Streaming]DetectIntent` call. OriginalDetectIntentRequest *OriginalDetectIntentRequest `` /* 139-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message for a webhook call.
func (*WebhookRequest) Descriptor ¶
func (*WebhookRequest) Descriptor() ([]byte, []int)
func (*WebhookRequest) GetOriginalDetectIntentRequest ¶
func (m *WebhookRequest) GetOriginalDetectIntentRequest() *OriginalDetectIntentRequest
func (*WebhookRequest) GetQueryResult ¶
func (m *WebhookRequest) GetQueryResult() *QueryResult
func (*WebhookRequest) GetResponseId ¶
func (m *WebhookRequest) GetResponseId() string
func (*WebhookRequest) GetSession ¶
func (m *WebhookRequest) GetSession() string
func (*WebhookRequest) ProtoMessage ¶
func (*WebhookRequest) ProtoMessage()
func (*WebhookRequest) Reset ¶
func (m *WebhookRequest) Reset()
func (*WebhookRequest) String ¶
func (m *WebhookRequest) String() string
func (*WebhookRequest) XXX_DiscardUnknown ¶
func (m *WebhookRequest) XXX_DiscardUnknown()
func (*WebhookRequest) XXX_Marshal ¶
func (m *WebhookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WebhookRequest) XXX_Merge ¶
func (dst *WebhookRequest) XXX_Merge(src proto.Message)
func (*WebhookRequest) XXX_Size ¶
func (m *WebhookRequest) XXX_Size() int
func (*WebhookRequest) XXX_Unmarshal ¶
func (m *WebhookRequest) XXX_Unmarshal(b []byte) error
type WebhookResponse ¶
type WebhookResponse struct { // Optional. The text to be shown on the screen. This value is passed directly // to `QueryResult.fulfillment_text`. FulfillmentText string `protobuf:"bytes,1,opt,name=fulfillment_text,json=fulfillmentText" json:"fulfillment_text,omitempty"` // Optional. The collection of rich messages to present to the user. This // value is passed directly to `QueryResult.fulfillment_messages`. FulfillmentMessages []*Intent_Message `protobuf:"bytes,2,rep,name=fulfillment_messages,json=fulfillmentMessages" json:"fulfillment_messages,omitempty"` // Optional. This value is passed directly to `QueryResult.webhook_source`. Source string `protobuf:"bytes,3,opt,name=source" json:"source,omitempty"` // Optional. This value is passed directly to `QueryResult.webhook_payload`. // See the related `fulfillment_messages[i].payload field`, which may be used // as an alternative to this field. // // This field can be used for Actions on Google responses. // It should have a structure similar to the JSON message shown here. For more // information, see // [Actions on Google Webhook // Format](https://developers.google.com/actions/dialogflow/webhook) // <pre>{ // "google": { // "expectUserResponse": true, // "richResponse": { // "items": [ // { // "simpleResponse": { // "textToSpeech": "this is a simple response" // } // } // ] // } // } // }</pre> Payload *_struct.Struct `protobuf:"bytes,4,opt,name=payload" json:"payload,omitempty"` // Optional. The collection of output contexts. This value is passed directly // to `QueryResult.output_contexts`. OutputContexts []*Context `protobuf:"bytes,5,rep,name=output_contexts,json=outputContexts" json:"output_contexts,omitempty"` // Optional. Makes the platform immediately invoke another `DetectIntent` call // internally with the specified event as input. FollowupEventInput *EventInput `protobuf:"bytes,6,opt,name=followup_event_input,json=followupEventInput" json:"followup_event_input,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message for a webhook call.
func (*WebhookResponse) Descriptor ¶
func (*WebhookResponse) Descriptor() ([]byte, []int)
func (*WebhookResponse) GetFollowupEventInput ¶
func (m *WebhookResponse) GetFollowupEventInput() *EventInput
func (*WebhookResponse) GetFulfillmentMessages ¶
func (m *WebhookResponse) GetFulfillmentMessages() []*Intent_Message
func (*WebhookResponse) GetFulfillmentText ¶
func (m *WebhookResponse) GetFulfillmentText() string
func (*WebhookResponse) GetOutputContexts ¶
func (m *WebhookResponse) GetOutputContexts() []*Context
func (*WebhookResponse) GetPayload ¶
func (m *WebhookResponse) GetPayload() *_struct.Struct
func (*WebhookResponse) GetSource ¶
func (m *WebhookResponse) GetSource() string
func (*WebhookResponse) ProtoMessage ¶
func (*WebhookResponse) ProtoMessage()
func (*WebhookResponse) Reset ¶
func (m *WebhookResponse) Reset()
func (*WebhookResponse) String ¶
func (m *WebhookResponse) String() string
func (*WebhookResponse) XXX_DiscardUnknown ¶
func (m *WebhookResponse) XXX_DiscardUnknown()
func (*WebhookResponse) XXX_Marshal ¶
func (m *WebhookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WebhookResponse) XXX_Merge ¶
func (dst *WebhookResponse) XXX_Merge(src proto.Message)
func (*WebhookResponse) XXX_Size ¶
func (m *WebhookResponse) XXX_Size() int
func (*WebhookResponse) XXX_Unmarshal ¶
func (m *WebhookResponse) XXX_Unmarshal(b []byte) error