Documentation
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
- func RegisterDocumentsServer(s *grpc.Server, srv DocumentsServer)
- func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
- func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
- func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
- func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer)
- func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
- func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)
- func (x *Agent) GetApiVersion() Agent_ApiVersion
- func (x *Agent) GetAvatarUri() string
- func (x *Agent) GetClassificationThreshold() float32
- func (x *Agent) GetDefaultLanguageCode() string
- func (x *Agent) GetDescription() string
- func (x *Agent) GetDisplayName() string
- func (x *Agent) GetEnableLogging() bool
- func (x *Agent) GetMatchMode() Agent_MatchMode
- func (x *Agent) GetParent() string
- func (x *Agent) GetSupportedLanguageCodes() []string
- func (x *Agent) GetTier() Agent_Tier
- func (x *Agent) GetTimeZone() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type Agent_ApiVersion
- func (Agent_ApiVersion) Descriptor() protoreflect.EnumDescriptor
- func (x Agent_ApiVersion) Enum() *Agent_ApiVersion
- func (Agent_ApiVersion) EnumDescriptor() ([]byte, []int)
- func (x Agent_ApiVersion) Number() protoreflect.EnumNumber
- func (x Agent_ApiVersion) String() string
- func (Agent_ApiVersion) Type() protoreflect.EnumType
- type Agent_MatchMode
- func (Agent_MatchMode) Descriptor() protoreflect.EnumDescriptor
- func (x Agent_MatchMode) Enum() *Agent_MatchMode
- func (Agent_MatchMode) EnumDescriptor() ([]byte, []int)
- func (x Agent_MatchMode) Number() protoreflect.EnumNumber
- func (x Agent_MatchMode) String() string
- func (Agent_MatchMode) Type() protoreflect.EnumType
- type Agent_Tier
- type AgentsClient
- type AgentsServer
- type AudioEncoding
- func (AudioEncoding) Descriptor() protoreflect.EnumDescriptor
- func (x AudioEncoding) Enum() *AudioEncoding
- func (AudioEncoding) EnumDescriptor() ([]byte, []int)
- func (x AudioEncoding) Number() protoreflect.EnumNumber
- func (x AudioEncoding) String() string
- func (AudioEncoding) Type() protoreflect.EnumType
- type BatchCreateEntitiesRequest
- func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)
- func (x *BatchCreateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (x *BatchCreateEntitiesRequest) GetLanguageCode() string
- func (x *BatchCreateEntitiesRequest) GetParent() string
- func (*BatchCreateEntitiesRequest) ProtoMessage()
- func (x *BatchCreateEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateEntitiesRequest) Reset()
- func (x *BatchCreateEntitiesRequest) String() string
- type BatchDeleteEntitiesRequest
- func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int)
- func (x *BatchDeleteEntitiesRequest) GetEntityValues() []string
- func (x *BatchDeleteEntitiesRequest) GetLanguageCode() string
- func (x *BatchDeleteEntitiesRequest) GetParent() string
- func (*BatchDeleteEntitiesRequest) ProtoMessage()
- func (x *BatchDeleteEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteEntitiesRequest) Reset()
- func (x *BatchDeleteEntitiesRequest) String() string
- type BatchDeleteEntityTypesRequest
- func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int)
- func (x *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string
- func (x *BatchDeleteEntityTypesRequest) GetParent() string
- func (*BatchDeleteEntityTypesRequest) ProtoMessage()
- func (x *BatchDeleteEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteEntityTypesRequest) Reset()
- func (x *BatchDeleteEntityTypesRequest) String() string
- type BatchDeleteIntentsRequest
- func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int)
- func (x *BatchDeleteIntentsRequest) GetIntents() []*Intent
- func (x *BatchDeleteIntentsRequest) GetParent() string
- func (*BatchDeleteIntentsRequest) ProtoMessage()
- func (x *BatchDeleteIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteIntentsRequest) Reset()
- func (x *BatchDeleteIntentsRequest) String() string
- type BatchUpdateEntitiesRequest
- func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int)
- func (x *BatchUpdateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (x *BatchUpdateEntitiesRequest) GetLanguageCode() string
- func (x *BatchUpdateEntitiesRequest) GetParent() string
- func (x *BatchUpdateEntitiesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateEntitiesRequest) ProtoMessage()
- func (x *BatchUpdateEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntitiesRequest) Reset()
- func (x *BatchUpdateEntitiesRequest) String() string
- type BatchUpdateEntityTypesRequest
- func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int)
- func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatch() isBatchUpdateEntityTypesRequest_EntityTypeBatch
- func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline() *EntityTypeBatch
- func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri() string
- func (x *BatchUpdateEntityTypesRequest) GetLanguageCode() string
- func (x *BatchUpdateEntityTypesRequest) GetParent() string
- func (x *BatchUpdateEntityTypesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateEntityTypesRequest) ProtoMessage()
- func (x *BatchUpdateEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntityTypesRequest) Reset()
- func (x *BatchUpdateEntityTypesRequest) String() string
- type BatchUpdateEntityTypesRequest_EntityTypeBatchInline
- type BatchUpdateEntityTypesRequest_EntityTypeBatchUri
- type BatchUpdateEntityTypesResponse
- func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int)
- func (x *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType
- func (*BatchUpdateEntityTypesResponse) ProtoMessage()
- func (x *BatchUpdateEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntityTypesResponse) Reset()
- func (x *BatchUpdateEntityTypesResponse) String() string
- type BatchUpdateIntentsRequest
- func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int)
- func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch
- func (x *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch
- func (x *BatchUpdateIntentsRequest) GetIntentBatchUri() string
- func (x *BatchUpdateIntentsRequest) GetIntentView() IntentView
- func (x *BatchUpdateIntentsRequest) GetLanguageCode() string
- func (x *BatchUpdateIntentsRequest) GetParent() string
- func (x *BatchUpdateIntentsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateIntentsRequest) ProtoMessage()
- func (x *BatchUpdateIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateIntentsRequest) Reset()
- func (x *BatchUpdateIntentsRequest) String() string
- type BatchUpdateIntentsRequest_IntentBatchInline
- type BatchUpdateIntentsRequest_IntentBatchUri
- type BatchUpdateIntentsResponse
- func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int)
- func (x *BatchUpdateIntentsResponse) GetIntents() []*Intent
- func (*BatchUpdateIntentsResponse) ProtoMessage()
- func (x *BatchUpdateIntentsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateIntentsResponse) Reset()
- func (x *BatchUpdateIntentsResponse) String() string
- type Context
- func (*Context) Descriptor() ([]byte, []int)
- func (x *Context) GetLifespanCount() int32
- func (x *Context) GetName() string
- func (x *Context) GetParameters() *structpb.Struct
- func (*Context) ProtoMessage()
- func (x *Context) ProtoReflect() protoreflect.Message
- func (x *Context) Reset()
- func (x *Context) String() string
- type ContextsClient
- type ContextsServer
- type CreateContextRequest
- func (*CreateContextRequest) Descriptor() ([]byte, []int)
- func (x *CreateContextRequest) GetContext() *Context
- func (x *CreateContextRequest) GetParent() string
- func (*CreateContextRequest) ProtoMessage()
- func (x *CreateContextRequest) ProtoReflect() protoreflect.Message
- func (x *CreateContextRequest) Reset()
- func (x *CreateContextRequest) String() string
- type CreateDocumentRequest
- func (*CreateDocumentRequest) Descriptor() ([]byte, []int)
- func (x *CreateDocumentRequest) GetDocument() *Document
- func (x *CreateDocumentRequest) GetImportGcsCustomMetadata() bool
- func (x *CreateDocumentRequest) GetParent() string
- func (*CreateDocumentRequest) ProtoMessage()
- func (x *CreateDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDocumentRequest) Reset()
- func (x *CreateDocumentRequest) String() string
- type CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *CreateEntityTypeRequest) GetEntityType() *EntityType
- func (x *CreateEntityTypeRequest) GetLanguageCode() string
- func (x *CreateEntityTypeRequest) GetParent() string
- func (*CreateEntityTypeRequest) ProtoMessage()
- func (x *CreateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityTypeRequest) Reset()
- func (x *CreateEntityTypeRequest) String() string
- type CreateIntentRequest
- func (*CreateIntentRequest) Descriptor() ([]byte, []int)
- func (x *CreateIntentRequest) GetIntent() *Intent
- func (x *CreateIntentRequest) GetIntentView() IntentView
- func (x *CreateIntentRequest) GetLanguageCode() string
- func (x *CreateIntentRequest) GetParent() string
- func (*CreateIntentRequest) ProtoMessage()
- func (x *CreateIntentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIntentRequest) Reset()
- func (x *CreateIntentRequest) String() string
- type CreateKnowledgeBaseRequest
- func (*CreateKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (x *CreateKnowledgeBaseRequest) GetKnowledgeBase() *KnowledgeBase
- func (x *CreateKnowledgeBaseRequest) GetParent() string
- func (*CreateKnowledgeBaseRequest) ProtoMessage()
- func (x *CreateKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateKnowledgeBaseRequest) Reset()
- func (x *CreateKnowledgeBaseRequest) String() string
- type CreateSessionEntityTypeRequest
- func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *CreateSessionEntityTypeRequest) GetParent() string
- func (x *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (*CreateSessionEntityTypeRequest) ProtoMessage()
- func (x *CreateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSessionEntityTypeRequest) Reset()
- func (x *CreateSessionEntityTypeRequest) String() string
- type DeleteAgentRequest
- type DeleteAllContextsRequest
- func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)
- func (x *DeleteAllContextsRequest) GetParent() string
- func (*DeleteAllContextsRequest) ProtoMessage()
- func (x *DeleteAllContextsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAllContextsRequest) Reset()
- func (x *DeleteAllContextsRequest) String() string
- type DeleteContextRequest
- func (*DeleteContextRequest) Descriptor() ([]byte, []int)
- func (x *DeleteContextRequest) GetName() string
- func (*DeleteContextRequest) ProtoMessage()
- func (x *DeleteContextRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteContextRequest) Reset()
- func (x *DeleteContextRequest) String() string
- type DeleteDocumentRequest
- func (*DeleteDocumentRequest) Descriptor() ([]byte, []int)
- func (x *DeleteDocumentRequest) GetName() string
- func (*DeleteDocumentRequest) ProtoMessage()
- func (x *DeleteDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDocumentRequest) Reset()
- func (x *DeleteDocumentRequest) String() string
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *DeleteEntityTypeRequest) GetName() string
- func (*DeleteEntityTypeRequest) ProtoMessage()
- func (x *DeleteEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityTypeRequest) Reset()
- func (x *DeleteEntityTypeRequest) String() string
- type DeleteIntentRequest
- type DeleteKnowledgeBaseRequest
- func (*DeleteKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (x *DeleteKnowledgeBaseRequest) GetForce() bool
- func (x *DeleteKnowledgeBaseRequest) GetName() string
- func (*DeleteKnowledgeBaseRequest) ProtoMessage()
- func (x *DeleteKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteKnowledgeBaseRequest) Reset()
- func (x *DeleteKnowledgeBaseRequest) String() string
- type DeleteSessionEntityTypeRequest
- func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *DeleteSessionEntityTypeRequest) GetName() string
- func (*DeleteSessionEntityTypeRequest) ProtoMessage()
- func (x *DeleteSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSessionEntityTypeRequest) Reset()
- func (x *DeleteSessionEntityTypeRequest) String() string
- type DetectIntentRequest
- func (*DetectIntentRequest) Descriptor() ([]byte, []int)
- func (x *DetectIntentRequest) GetInputAudio() []byte
- func (x *DetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentRequest) GetOutputAudioConfigMask() *fieldmaskpb.FieldMask
- func (x *DetectIntentRequest) GetQueryInput() *QueryInput
- func (x *DetectIntentRequest) GetQueryParams() *QueryParameters
- func (x *DetectIntentRequest) GetSession() string
- func (*DetectIntentRequest) ProtoMessage()
- func (x *DetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *DetectIntentRequest) Reset()
- func (x *DetectIntentRequest) String() string
- type DetectIntentResponse
- func (*DetectIntentResponse) Descriptor() ([]byte, []int)
- func (x *DetectIntentResponse) GetAlternativeQueryResults() []*QueryResult
- func (x *DetectIntentResponse) GetOutputAudio() []byte
- func (x *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentResponse) GetQueryResult() *QueryResult
- func (x *DetectIntentResponse) GetResponseId() string
- func (x *DetectIntentResponse) GetWebhookStatus() *status.Status
- func (*DetectIntentResponse) ProtoMessage()
- func (x *DetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *DetectIntentResponse) Reset()
- func (x *DetectIntentResponse) String() string
- type Document
- func (*Document) Descriptor() ([]byte, []int)
- func (x *Document) GetContent() string
- func (x *Document) GetContentUri() string
- func (x *Document) GetDisplayName() string
- func (x *Document) GetEnableAutoReload() bool
- func (x *Document) GetKnowledgeTypes() []Document_KnowledgeType
- func (x *Document) GetLatestReloadStatus() *Document_ReloadStatus
- func (x *Document) GetMimeType() string
- func (x *Document) GetName() string
- func (x *Document) GetRawContent() []byte
- func (m *Document) GetSource() isDocument_Source
- func (*Document) ProtoMessage()
- func (x *Document) ProtoReflect() protoreflect.Message
- func (x *Document) Reset()
- func (x *Document) String() string
- type Document_Content
- type Document_ContentUri
- type Document_KnowledgeType
- func (Document_KnowledgeType) Descriptor() protoreflect.EnumDescriptor
- func (x Document_KnowledgeType) Enum() *Document_KnowledgeType
- func (Document_KnowledgeType) EnumDescriptor() ([]byte, []int)
- func (x Document_KnowledgeType) Number() protoreflect.EnumNumber
- func (x Document_KnowledgeType) String() string
- func (Document_KnowledgeType) Type() protoreflect.EnumType
- type Document_RawContent
- type Document_ReloadStatus
- func (*Document_ReloadStatus) Descriptor() ([]byte, []int)
- func (x *Document_ReloadStatus) GetStatus() *status.Status
- func (x *Document_ReloadStatus) GetTime() *timestamppb.Timestamp
- func (*Document_ReloadStatus) ProtoMessage()
- func (x *Document_ReloadStatus) ProtoReflect() protoreflect.Message
- func (x *Document_ReloadStatus) Reset()
- func (x *Document_ReloadStatus) String() string
- type DocumentsClient
- type DocumentsServer
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)
- func (x *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
- func (x *EntityType) GetDisplayName() string
- func (x *EntityType) GetEnableFuzzyExtraction() bool
- func (x *EntityType) GetEntities() []*EntityType_Entity
- func (x *EntityType) GetKind() EntityType_Kind
- func (x *EntityType) GetName() string
- func (*EntityType) ProtoMessage()
- func (x *EntityType) ProtoReflect() protoreflect.Message
- func (x *EntityType) Reset()
- func (x *EntityType) String() string
- type EntityTypeBatch
- type EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_AutoExpansionMode) Enum() *EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int)
- func (x EntityType_AutoExpansionMode) Number() protoreflect.EnumNumber
- func (x EntityType_AutoExpansionMode) String() string
- func (EntityType_AutoExpansionMode) Type() protoreflect.EnumType
- type EntityType_Entity
- func (*EntityType_Entity) Descriptor() ([]byte, []int)
- func (x *EntityType_Entity) GetSynonyms() []string
- func (x *EntityType_Entity) GetValue() string
- func (*EntityType_Entity) ProtoMessage()
- func (x *EntityType_Entity) ProtoReflect() protoreflect.Message
- func (x *EntityType_Entity) Reset()
- func (x *EntityType_Entity) String() string
- type EntityType_Kind
- func (EntityType_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_Kind) Enum() *EntityType_Kind
- func (EntityType_Kind) EnumDescriptor() ([]byte, []int)
- func (x EntityType_Kind) Number() protoreflect.EnumNumber
- func (x EntityType_Kind) String() string
- func (EntityType_Kind) Type() protoreflect.EnumType
- type EntityTypesClient
- type EntityTypesServer
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)
- func (x *Environment) GetAgentVersion() string
- func (x *Environment) GetDescription() string
- func (x *Environment) GetName() string
- func (x *Environment) GetState() Environment_State
- func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type Environment_State
- func (Environment_State) Descriptor() protoreflect.EnumDescriptor
- func (x Environment_State) Enum() *Environment_State
- func (Environment_State) EnumDescriptor() ([]byte, []int)
- func (x Environment_State) Number() protoreflect.EnumNumber
- func (x Environment_State) String() string
- func (Environment_State) Type() protoreflect.EnumType
- type EnvironmentsClient
- type EnvironmentsServer
- type EventInput
- func (*EventInput) Descriptor() ([]byte, []int)
- func (x *EventInput) GetLanguageCode() string
- func (x *EventInput) GetName() string
- func (x *EventInput) GetParameters() *structpb.Struct
- func (*EventInput) ProtoMessage()
- func (x *EventInput) ProtoReflect() protoreflect.Message
- func (x *EventInput) Reset()
- func (x *EventInput) String() string
- type ExportAgentRequest
- func (*ExportAgentRequest) Descriptor() ([]byte, []int)
- func (x *ExportAgentRequest) GetAgentUri() string
- func (x *ExportAgentRequest) GetParent() string
- func (*ExportAgentRequest) ProtoMessage()
- func (x *ExportAgentRequest) ProtoReflect() protoreflect.Message
- func (x *ExportAgentRequest) Reset()
- func (x *ExportAgentRequest) String() string
- type ExportAgentResponse
- func (*ExportAgentResponse) Descriptor() ([]byte, []int)
- func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
- func (x *ExportAgentResponse) GetAgentContent() []byte
- func (x *ExportAgentResponse) GetAgentUri() string
- func (*ExportAgentResponse) ProtoMessage()
- func (x *ExportAgentResponse) ProtoReflect() protoreflect.Message
- func (x *ExportAgentResponse) Reset()
- func (x *ExportAgentResponse) String() string
- type ExportAgentResponse_AgentContent
- type ExportAgentResponse_AgentUri
- type GcsSource
- type GetAgentRequest
- type GetContextRequest
- type GetDocumentRequest
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *GetEntityTypeRequest) GetLanguageCode() string
- func (x *GetEntityTypeRequest) GetName() string
- func (*GetEntityTypeRequest) ProtoMessage()
- func (x *GetEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntityTypeRequest) Reset()
- func (x *GetEntityTypeRequest) String() string
- type GetIntentRequest
- func (*GetIntentRequest) Descriptor() ([]byte, []int)
- func (x *GetIntentRequest) GetIntentView() IntentView
- func (x *GetIntentRequest) GetLanguageCode() string
- func (x *GetIntentRequest) GetName() string
- func (*GetIntentRequest) ProtoMessage()
- func (x *GetIntentRequest) ProtoReflect() protoreflect.Message
- func (x *GetIntentRequest) Reset()
- func (x *GetIntentRequest) String() string
- type GetKnowledgeBaseRequest
- func (*GetKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (x *GetKnowledgeBaseRequest) GetName() string
- func (*GetKnowledgeBaseRequest) ProtoMessage()
- func (x *GetKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetKnowledgeBaseRequest) Reset()
- func (x *GetKnowledgeBaseRequest) String() string
- type GetSessionEntityTypeRequest
- func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *GetSessionEntityTypeRequest) GetName() string
- func (*GetSessionEntityTypeRequest) ProtoMessage()
- func (x *GetSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetSessionEntityTypeRequest) Reset()
- func (x *GetSessionEntityTypeRequest) String() string
- type GetValidationResultRequest
- func (*GetValidationResultRequest) Descriptor() ([]byte, []int)
- func (x *GetValidationResultRequest) GetLanguageCode() string
- func (x *GetValidationResultRequest) GetParent() string
- func (*GetValidationResultRequest) ProtoMessage()
- func (x *GetValidationResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetValidationResultRequest) Reset()
- func (x *GetValidationResultRequest) String() string
- type ImportAgentRequest
- func (*ImportAgentRequest) Descriptor() ([]byte, []int)
- func (m *ImportAgentRequest) GetAgent() isImportAgentRequest_Agent
- func (x *ImportAgentRequest) GetAgentContent() []byte
- func (x *ImportAgentRequest) GetAgentUri() string
- func (x *ImportAgentRequest) GetParent() string
- func (*ImportAgentRequest) ProtoMessage()
- func (x *ImportAgentRequest) ProtoReflect() protoreflect.Message
- func (x *ImportAgentRequest) Reset()
- func (x *ImportAgentRequest) String() string
- type ImportAgentRequest_AgentContent
- type ImportAgentRequest_AgentUri
- type InputAudioConfig
- func (*InputAudioConfig) Descriptor() ([]byte, []int)
- func (x *InputAudioConfig) GetAudioEncoding() AudioEncoding
- func (x *InputAudioConfig) GetEnableWordInfo() bool
- func (x *InputAudioConfig) GetLanguageCode() string
- func (x *InputAudioConfig) GetModel() string
- func (x *InputAudioConfig) GetModelVariant() SpeechModelVariant
- func (x *InputAudioConfig) GetPhraseHints() []string
- func (x *InputAudioConfig) GetSampleRateHertz() int32
- func (x *InputAudioConfig) GetSingleUtterance() bool
- func (x *InputAudioConfig) GetSpeechContexts() []*SpeechContext
- func (*InputAudioConfig) ProtoMessage()
- func (x *InputAudioConfig) ProtoReflect() protoreflect.Message
- func (x *InputAudioConfig) Reset()
- func (x *InputAudioConfig) String() string
- type Intent
- func (*Intent) Descriptor() ([]byte, []int)
- func (x *Intent) GetAction() string
- func (x *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform
- func (x *Intent) GetDisplayName() string
- func (x *Intent) GetEndInteraction() bool
- func (x *Intent) GetEvents() []string
- func (x *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo
- func (x *Intent) GetInputContextNames() []string
- func (x *Intent) GetIsFallback() bool
- func (x *Intent) GetMessages() []*Intent_Message
- func (x *Intent) GetMlDisabled() bool
- func (x *Intent) GetMlEnabled() bool
- func (x *Intent) GetName() string
- func (x *Intent) GetOutputContexts() []*Context
- func (x *Intent) GetParameters() []*Intent_Parameter
- func (x *Intent) GetParentFollowupIntentName() string
- func (x *Intent) GetPriority() int32
- func (x *Intent) GetResetContexts() bool
- func (x *Intent) GetRootFollowupIntentName() string
- func (x *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase
- func (x *Intent) GetWebhookState() Intent_WebhookState
- func (*Intent) ProtoMessage()
- func (x *Intent) ProtoReflect() protoreflect.Message
- func (x *Intent) Reset()
- func (x *Intent) String() string
- type IntentBatch
- type IntentView
- type Intent_FollowupIntentInfo
- func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int)
- func (x *Intent_FollowupIntentInfo) GetFollowupIntentName() string
- func (x *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string
- func (*Intent_FollowupIntentInfo) ProtoMessage()
- func (x *Intent_FollowupIntentInfo) ProtoReflect() protoreflect.Message
- func (x *Intent_FollowupIntentInfo) Reset()
- func (x *Intent_FollowupIntentInfo) String() string
- type Intent_Message
- func (*Intent_Message) Descriptor() ([]byte, []int)
- func (x *Intent_Message) GetBasicCard() *Intent_Message_BasicCard
- func (x *Intent_Message) GetBrowseCarouselCard() *Intent_Message_BrowseCarouselCard
- func (x *Intent_Message) GetCard() *Intent_Message_Card
- func (x *Intent_Message) GetCarouselSelect() *Intent_Message_CarouselSelect
- func (x *Intent_Message) GetImage() *Intent_Message_Image
- func (x *Intent_Message) GetLinkOutSuggestion() *Intent_Message_LinkOutSuggestion
- func (x *Intent_Message) GetListSelect() *Intent_Message_ListSelect
- func (x *Intent_Message) GetMediaContent() *Intent_Message_MediaContent
- func (m *Intent_Message) GetMessage() isIntent_Message_Message
- func (x *Intent_Message) GetPayload() *structpb.Struct
- func (x *Intent_Message) GetPlatform() Intent_Message_Platform
- func (x *Intent_Message) GetQuickReplies() *Intent_Message_QuickReplies
- func (x *Intent_Message) GetRbmCarouselRichCard() *Intent_Message_RbmCarouselCard
- func (x *Intent_Message) GetRbmStandaloneRichCard() *Intent_Message_RbmStandaloneCard
- func (x *Intent_Message) GetRbmText() *Intent_Message_RbmText
- func (x *Intent_Message) GetSimpleResponses() *Intent_Message_SimpleResponses
- func (x *Intent_Message) GetSuggestions() *Intent_Message_Suggestions
- func (x *Intent_Message) GetTableCard() *Intent_Message_TableCard
- func (x *Intent_Message) GetTelephonyPlayAudio() *Intent_Message_TelephonyPlayAudio
- func (x *Intent_Message) GetTelephonySynthesizeSpeech() *Intent_Message_TelephonySynthesizeSpeech
- func (x *Intent_Message) GetTelephonyTransferCall() *Intent_Message_TelephonyTransferCall
- func (x *Intent_Message) GetText() *Intent_Message_Text
- func (*Intent_Message) ProtoMessage()
- func (x *Intent_Message) ProtoReflect() protoreflect.Message
- func (x *Intent_Message) Reset()
- func (x *Intent_Message) String() string
- type Intent_Message_BasicCard
- func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BasicCard) GetButtons() []*Intent_Message_BasicCard_Button
- func (x *Intent_Message_BasicCard) GetFormattedText() string
- func (x *Intent_Message_BasicCard) GetImage() *Intent_Message_Image
- func (x *Intent_Message_BasicCard) GetSubtitle() string
- func (x *Intent_Message_BasicCard) GetTitle() string
- func (*Intent_Message_BasicCard) ProtoMessage()
- func (x *Intent_Message_BasicCard) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BasicCard) Reset()
- func (x *Intent_Message_BasicCard) String() string
- type Intent_Message_BasicCard_
- type Intent_Message_BasicCard_Button
- func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BasicCard_Button) GetOpenUriAction() *Intent_Message_BasicCard_Button_OpenUriAction
- func (x *Intent_Message_BasicCard_Button) GetTitle() string
- func (*Intent_Message_BasicCard_Button) ProtoMessage()
- func (x *Intent_Message_BasicCard_Button) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BasicCard_Button) Reset()
- func (x *Intent_Message_BasicCard_Button) String() string
- type Intent_Message_BasicCard_Button_OpenUriAction
- func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BasicCard_Button_OpenUriAction) GetUri() string
- func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage()
- func (x *Intent_Message_BasicCard_Button_OpenUriAction) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BasicCard_Button_OpenUriAction) Reset()
- func (x *Intent_Message_BasicCard_Button_OpenUriAction) String() string
- type Intent_Message_BrowseCarouselCard
- func (*Intent_Message_BrowseCarouselCard) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BrowseCarouselCard) GetImageDisplayOptions() Intent_Message_BrowseCarouselCard_ImageDisplayOptions
- func (x *Intent_Message_BrowseCarouselCard) GetItems() []*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem
- func (*Intent_Message_BrowseCarouselCard) ProtoMessage()
- func (x *Intent_Message_BrowseCarouselCard) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BrowseCarouselCard) Reset()
- func (x *Intent_Message_BrowseCarouselCard) String() string
- type Intent_Message_BrowseCarouselCard_
- type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem
- func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetDescription() string
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetFooter() string
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetImage() *Intent_Message_Image
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetOpenUriAction() *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetTitle() string
- func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoMessage()
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Reset()
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) String() string
- type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction
- func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Descriptor() ([]byte, []int)
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrl() string
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrlTypeHint() ...
- func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoMessage()
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Reset()
- func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) String() string
- type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint
- func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) Enum() ...
- func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) Number() protoreflect.EnumNumber
- func (x Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) String() string
- func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) Type() protoreflect.EnumType
- type Intent_Message_BrowseCarouselCard_ImageDisplayOptions
- func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Enum() *Intent_Message_BrowseCarouselCard_ImageDisplayOptions
- func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Number() protoreflect.EnumNumber
- func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) String() string
- func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Type() protoreflect.EnumType
- type Intent_Message_Card
- func (*Intent_Message_Card) Descriptor() ([]byte, []int)
- func (x *Intent_Message_Card) GetButtons() []*Intent_Message_Card_Button
- func (x *Intent_Message_Card) GetImageUri() string
- func (x *Intent_Message_Card) GetSubtitle() string
- func (x *Intent_Message_Card) GetTitle() string
- func (*Intent_Message_Card) ProtoMessage()
- func (x *Intent_Message_Card) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Card) Reset()
- func (x *Intent_Message_Card) String() string
- type Intent_Message_Card_
- type Intent_Message_Card_Button
- func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int)
- func (x *Intent_Message_Card_Button) GetPostback() string
- func (x *Intent_Message_Card_Button) GetText() string
- func (*Intent_Message_Card_Button) ProtoMessage()
- func (x *Intent_Message_Card_Button) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Card_Button) Reset()
- func (x *Intent_Message_Card_Button) String() string
- type Intent_Message_CarouselSelect
- func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int)
- func (x *Intent_Message_CarouselSelect) GetItems() []*Intent_Message_CarouselSelect_Item
- func (*Intent_Message_CarouselSelect) ProtoMessage()
- func (x *Intent_Message_CarouselSelect) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_CarouselSelect) Reset()
- func (x *Intent_Message_CarouselSelect) String() string
- type Intent_Message_CarouselSelect_
- type Intent_Message_CarouselSelect_Item
- func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int)
- func (x *Intent_Message_CarouselSelect_Item) GetDescription() string
- func (x *Intent_Message_CarouselSelect_Item) GetImage() *Intent_Message_Image
- func (x *Intent_Message_CarouselSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
- func (x *Intent_Message_CarouselSelect_Item) GetTitle() string
- func (*Intent_Message_CarouselSelect_Item) ProtoMessage()
- func (x *Intent_Message_CarouselSelect_Item) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_CarouselSelect_Item) Reset()
- func (x *Intent_Message_CarouselSelect_Item) String() string
- type Intent_Message_ColumnProperties
- func (*Intent_Message_ColumnProperties) Descriptor() ([]byte, []int)
- func (x *Intent_Message_ColumnProperties) GetHeader() string
- func (x *Intent_Message_ColumnProperties) GetHorizontalAlignment() Intent_Message_ColumnProperties_HorizontalAlignment
- func (*Intent_Message_ColumnProperties) ProtoMessage()
- func (x *Intent_Message_ColumnProperties) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_ColumnProperties) Reset()
- func (x *Intent_Message_ColumnProperties) String() string
- type Intent_Message_ColumnProperties_HorizontalAlignment
- func (Intent_Message_ColumnProperties_HorizontalAlignment) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_ColumnProperties_HorizontalAlignment) Enum() *Intent_Message_ColumnProperties_HorizontalAlignment
- func (Intent_Message_ColumnProperties_HorizontalAlignment) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_ColumnProperties_HorizontalAlignment) Number() protoreflect.EnumNumber
- func (x Intent_Message_ColumnProperties_HorizontalAlignment) String() string
- func (Intent_Message_ColumnProperties_HorizontalAlignment) Type() protoreflect.EnumType
- type Intent_Message_Image
- func (*Intent_Message_Image) Descriptor() ([]byte, []int)
- func (x *Intent_Message_Image) GetAccessibilityText() string
- func (x *Intent_Message_Image) GetImageUri() string
- func (*Intent_Message_Image) ProtoMessage()
- func (x *Intent_Message_Image) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Image) Reset()
- func (x *Intent_Message_Image) String() string
- type Intent_Message_Image_
- type Intent_Message_LinkOutSuggestion
- func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int)
- func (x *Intent_Message_LinkOutSuggestion) GetDestinationName() string
- func (x *Intent_Message_LinkOutSuggestion) GetUri() string
- func (*Intent_Message_LinkOutSuggestion) ProtoMessage()
- func (x *Intent_Message_LinkOutSuggestion) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_LinkOutSuggestion) Reset()
- func (x *Intent_Message_LinkOutSuggestion) String() string
- type Intent_Message_LinkOutSuggestion_
- type Intent_Message_ListSelect
- func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int)
- func (x *Intent_Message_ListSelect) GetItems() []*Intent_Message_ListSelect_Item
- func (x *Intent_Message_ListSelect) GetSubtitle() string
- func (x *Intent_Message_ListSelect) GetTitle() string
- func (*Intent_Message_ListSelect) ProtoMessage()
- func (x *Intent_Message_ListSelect) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_ListSelect) Reset()
- func (x *Intent_Message_ListSelect) String() string
- type Intent_Message_ListSelect_
- type Intent_Message_ListSelect_Item
- func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int)
- func (x *Intent_Message_ListSelect_Item) GetDescription() string
- func (x *Intent_Message_ListSelect_Item) GetImage() *Intent_Message_Image
- func (x *Intent_Message_ListSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
- func (x *Intent_Message_ListSelect_Item) GetTitle() string
- func (*Intent_Message_ListSelect_Item) ProtoMessage()
- func (x *Intent_Message_ListSelect_Item) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_ListSelect_Item) Reset()
- func (x *Intent_Message_ListSelect_Item) String() string
- type Intent_Message_MediaContent
- func (*Intent_Message_MediaContent) Descriptor() ([]byte, []int)
- func (x *Intent_Message_MediaContent) GetMediaObjects() []*Intent_Message_MediaContent_ResponseMediaObject
- func (x *Intent_Message_MediaContent) GetMediaType() Intent_Message_MediaContent_ResponseMediaType
- func (*Intent_Message_MediaContent) ProtoMessage()
- func (x *Intent_Message_MediaContent) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_MediaContent) Reset()
- func (x *Intent_Message_MediaContent) String() string
- type Intent_Message_MediaContent_
- type Intent_Message_MediaContent_ResponseMediaObject
- func (*Intent_Message_MediaContent_ResponseMediaObject) Descriptor() ([]byte, []int)
- func (x *Intent_Message_MediaContent_ResponseMediaObject) GetContentUrl() string
- func (x *Intent_Message_MediaContent_ResponseMediaObject) GetDescription() string
- func (x *Intent_Message_MediaContent_ResponseMediaObject) GetIcon() *Intent_Message_Image
- func (m *Intent_Message_MediaContent_ResponseMediaObject) GetImage() isIntent_Message_MediaContent_ResponseMediaObject_Image
- func (x *Intent_Message_MediaContent_ResponseMediaObject) GetLargeImage() *Intent_Message_Image
- func (x *Intent_Message_MediaContent_ResponseMediaObject) GetName() string
- func (*Intent_Message_MediaContent_ResponseMediaObject) ProtoMessage()
- func (x *Intent_Message_MediaContent_ResponseMediaObject) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_MediaContent_ResponseMediaObject) Reset()
- func (x *Intent_Message_MediaContent_ResponseMediaObject) String() string
- type Intent_Message_MediaContent_ResponseMediaObject_Icon
- type Intent_Message_MediaContent_ResponseMediaObject_LargeImage
- type Intent_Message_MediaContent_ResponseMediaType
- func (Intent_Message_MediaContent_ResponseMediaType) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_MediaContent_ResponseMediaType) Enum() *Intent_Message_MediaContent_ResponseMediaType
- func (Intent_Message_MediaContent_ResponseMediaType) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_MediaContent_ResponseMediaType) Number() protoreflect.EnumNumber
- func (x Intent_Message_MediaContent_ResponseMediaType) String() string
- func (Intent_Message_MediaContent_ResponseMediaType) Type() protoreflect.EnumType
- type Intent_Message_Payload
- type Intent_Message_Platform
- func (Intent_Message_Platform) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_Platform) Enum() *Intent_Message_Platform
- func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_Platform) Number() protoreflect.EnumNumber
- func (x Intent_Message_Platform) String() string
- func (Intent_Message_Platform) Type() protoreflect.EnumType
- type Intent_Message_QuickReplies
- func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int)
- func (x *Intent_Message_QuickReplies) GetQuickReplies() []string
- func (x *Intent_Message_QuickReplies) GetTitle() string
- func (*Intent_Message_QuickReplies) ProtoMessage()
- func (x *Intent_Message_QuickReplies) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_QuickReplies) Reset()
- func (x *Intent_Message_QuickReplies) String() string
- type Intent_Message_QuickReplies_
- type Intent_Message_RbmCardContent
- func (*Intent_Message_RbmCardContent) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmCardContent) GetDescription() string
- func (x *Intent_Message_RbmCardContent) GetMedia() *Intent_Message_RbmCardContent_RbmMedia
- func (x *Intent_Message_RbmCardContent) GetSuggestions() []*Intent_Message_RbmSuggestion
- func (x *Intent_Message_RbmCardContent) GetTitle() string
- func (*Intent_Message_RbmCardContent) ProtoMessage()
- func (x *Intent_Message_RbmCardContent) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmCardContent) Reset()
- func (x *Intent_Message_RbmCardContent) String() string
- type Intent_Message_RbmCardContent_RbmMedia
- func (*Intent_Message_RbmCardContent_RbmMedia) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmCardContent_RbmMedia) GetFileUri() string
- func (x *Intent_Message_RbmCardContent_RbmMedia) GetHeight() Intent_Message_RbmCardContent_RbmMedia_Height
- func (x *Intent_Message_RbmCardContent_RbmMedia) GetThumbnailUri() string
- func (*Intent_Message_RbmCardContent_RbmMedia) ProtoMessage()
- func (x *Intent_Message_RbmCardContent_RbmMedia) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmCardContent_RbmMedia) Reset()
- func (x *Intent_Message_RbmCardContent_RbmMedia) String() string
- type Intent_Message_RbmCardContent_RbmMedia_Height
- func (Intent_Message_RbmCardContent_RbmMedia_Height) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_RbmCardContent_RbmMedia_Height) Enum() *Intent_Message_RbmCardContent_RbmMedia_Height
- func (Intent_Message_RbmCardContent_RbmMedia_Height) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_RbmCardContent_RbmMedia_Height) Number() protoreflect.EnumNumber
- func (x Intent_Message_RbmCardContent_RbmMedia_Height) String() string
- func (Intent_Message_RbmCardContent_RbmMedia_Height) Type() protoreflect.EnumType
- type Intent_Message_RbmCarouselCard
- func (*Intent_Message_RbmCarouselCard) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmCarouselCard) GetCardContents() []*Intent_Message_RbmCardContent
- func (x *Intent_Message_RbmCarouselCard) GetCardWidth() Intent_Message_RbmCarouselCard_CardWidth
- func (*Intent_Message_RbmCarouselCard) ProtoMessage()
- func (x *Intent_Message_RbmCarouselCard) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmCarouselCard) Reset()
- func (x *Intent_Message_RbmCarouselCard) String() string
- type Intent_Message_RbmCarouselCard_CardWidth
- func (Intent_Message_RbmCarouselCard_CardWidth) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_RbmCarouselCard_CardWidth) Enum() *Intent_Message_RbmCarouselCard_CardWidth
- func (Intent_Message_RbmCarouselCard_CardWidth) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_RbmCarouselCard_CardWidth) Number() protoreflect.EnumNumber
- func (x Intent_Message_RbmCarouselCard_CardWidth) String() string
- func (Intent_Message_RbmCarouselCard_CardWidth) Type() protoreflect.EnumType
- type Intent_Message_RbmCarouselRichCard
- type Intent_Message_RbmStandaloneCard
- func (*Intent_Message_RbmStandaloneCard) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmStandaloneCard) GetCardContent() *Intent_Message_RbmCardContent
- func (x *Intent_Message_RbmStandaloneCard) GetCardOrientation() Intent_Message_RbmStandaloneCard_CardOrientation
- func (x *Intent_Message_RbmStandaloneCard) GetThumbnailImageAlignment() Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment
- func (*Intent_Message_RbmStandaloneCard) ProtoMessage()
- func (x *Intent_Message_RbmStandaloneCard) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmStandaloneCard) Reset()
- func (x *Intent_Message_RbmStandaloneCard) String() string
- type Intent_Message_RbmStandaloneCard_CardOrientation
- func (Intent_Message_RbmStandaloneCard_CardOrientation) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_RbmStandaloneCard_CardOrientation) Enum() *Intent_Message_RbmStandaloneCard_CardOrientation
- func (Intent_Message_RbmStandaloneCard_CardOrientation) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_RbmStandaloneCard_CardOrientation) Number() protoreflect.EnumNumber
- func (x Intent_Message_RbmStandaloneCard_CardOrientation) String() string
- func (Intent_Message_RbmStandaloneCard_CardOrientation) Type() protoreflect.EnumType
- type Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment
- func (Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) Enum() *Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment
- func (Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) EnumDescriptor() ([]byte, []int)
- func (x Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) Number() protoreflect.EnumNumber
- func (x Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) String() string
- func (Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment) Type() protoreflect.EnumType
- type Intent_Message_RbmStandaloneRichCard
- type Intent_Message_RbmSuggestedAction
- func (*Intent_Message_RbmSuggestedAction) Descriptor() ([]byte, []int)
- func (m *Intent_Message_RbmSuggestedAction) GetAction() isIntent_Message_RbmSuggestedAction_Action
- func (x *Intent_Message_RbmSuggestedAction) GetDial() *Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial
- func (x *Intent_Message_RbmSuggestedAction) GetOpenUrl() *Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri
- func (x *Intent_Message_RbmSuggestedAction) GetPostbackData() string
- func (x *Intent_Message_RbmSuggestedAction) GetShareLocation() *Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation
- func (x *Intent_Message_RbmSuggestedAction) GetText() string
- func (*Intent_Message_RbmSuggestedAction) ProtoMessage()
- func (x *Intent_Message_RbmSuggestedAction) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestedAction) Reset()
- func (x *Intent_Message_RbmSuggestedAction) String() string
- type Intent_Message_RbmSuggestedAction_Dial
- type Intent_Message_RbmSuggestedAction_OpenUrl
- type Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) GetPhoneNumber() string
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) ProtoMessage()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) Reset()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionDial) String() string
- type Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) GetUri() string
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) ProtoMessage()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) Reset()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionOpenUri) String() string
- type Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation) Descriptor() ([]byte, []int)
- func (*Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation) ProtoMessage()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation) Reset()
- func (x *Intent_Message_RbmSuggestedAction_RbmSuggestedActionShareLocation) String() string
- type Intent_Message_RbmSuggestedAction_ShareLocation
- type Intent_Message_RbmSuggestedReply
- func (*Intent_Message_RbmSuggestedReply) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmSuggestedReply) GetPostbackData() string
- func (x *Intent_Message_RbmSuggestedReply) GetText() string
- func (*Intent_Message_RbmSuggestedReply) ProtoMessage()
- func (x *Intent_Message_RbmSuggestedReply) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestedReply) Reset()
- func (x *Intent_Message_RbmSuggestedReply) String() string
- type Intent_Message_RbmSuggestion
- func (*Intent_Message_RbmSuggestion) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmSuggestion) GetAction() *Intent_Message_RbmSuggestedAction
- func (x *Intent_Message_RbmSuggestion) GetReply() *Intent_Message_RbmSuggestedReply
- func (m *Intent_Message_RbmSuggestion) GetSuggestion() isIntent_Message_RbmSuggestion_Suggestion
- func (*Intent_Message_RbmSuggestion) ProtoMessage()
- func (x *Intent_Message_RbmSuggestion) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmSuggestion) Reset()
- func (x *Intent_Message_RbmSuggestion) String() string
- type Intent_Message_RbmSuggestion_Action
- type Intent_Message_RbmSuggestion_Reply
- type Intent_Message_RbmText
- func (*Intent_Message_RbmText) Descriptor() ([]byte, []int)
- func (x *Intent_Message_RbmText) GetRbmSuggestion() []*Intent_Message_RbmSuggestion
- func (x *Intent_Message_RbmText) GetText() string
- func (*Intent_Message_RbmText) ProtoMessage()
- func (x *Intent_Message_RbmText) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_RbmText) Reset()
- func (x *Intent_Message_RbmText) String() string
- type Intent_Message_RbmText_
- type Intent_Message_SelectItemInfo
- func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int)
- func (x *Intent_Message_SelectItemInfo) GetKey() string
- func (x *Intent_Message_SelectItemInfo) GetSynonyms() []string
- func (*Intent_Message_SelectItemInfo) ProtoMessage()
- func (x *Intent_Message_SelectItemInfo) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_SelectItemInfo) Reset()
- func (x *Intent_Message_SelectItemInfo) String() string
- type Intent_Message_SimpleResponse
- func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int)
- func (x *Intent_Message_SimpleResponse) GetDisplayText() string
- func (x *Intent_Message_SimpleResponse) GetSsml() string
- func (x *Intent_Message_SimpleResponse) GetTextToSpeech() string
- func (*Intent_Message_SimpleResponse) ProtoMessage()
- func (x *Intent_Message_SimpleResponse) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_SimpleResponse) Reset()
- func (x *Intent_Message_SimpleResponse) String() string
- type Intent_Message_SimpleResponses
- func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int)
- func (x *Intent_Message_SimpleResponses) GetSimpleResponses() []*Intent_Message_SimpleResponse
- func (*Intent_Message_SimpleResponses) ProtoMessage()
- func (x *Intent_Message_SimpleResponses) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_SimpleResponses) Reset()
- func (x *Intent_Message_SimpleResponses) String() string
- type Intent_Message_SimpleResponses_
- type Intent_Message_Suggestion
- func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int)
- func (x *Intent_Message_Suggestion) GetTitle() string
- func (*Intent_Message_Suggestion) ProtoMessage()
- func (x *Intent_Message_Suggestion) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Suggestion) Reset()
- func (x *Intent_Message_Suggestion) String() string
- type Intent_Message_Suggestions
- func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int)
- func (x *Intent_Message_Suggestions) GetSuggestions() []*Intent_Message_Suggestion
- func (*Intent_Message_Suggestions) ProtoMessage()
- func (x *Intent_Message_Suggestions) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Suggestions) Reset()
- func (x *Intent_Message_Suggestions) String() string
- type Intent_Message_Suggestions_
- type Intent_Message_TableCard
- func (*Intent_Message_TableCard) Descriptor() ([]byte, []int)
- func (x *Intent_Message_TableCard) GetButtons() []*Intent_Message_BasicCard_Button
- func (x *Intent_Message_TableCard) GetColumnProperties() []*Intent_Message_ColumnProperties
- func (x *Intent_Message_TableCard) GetImage() *Intent_Message_Image
- func (x *Intent_Message_TableCard) GetRows() []*Intent_Message_TableCardRow
- func (x *Intent_Message_TableCard) GetSubtitle() string
- func (x *Intent_Message_TableCard) GetTitle() string
- func (*Intent_Message_TableCard) ProtoMessage()
- func (x *Intent_Message_TableCard) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TableCard) Reset()
- func (x *Intent_Message_TableCard) String() string
- type Intent_Message_TableCardCell
- func (*Intent_Message_TableCardCell) Descriptor() ([]byte, []int)
- func (x *Intent_Message_TableCardCell) GetText() string
- func (*Intent_Message_TableCardCell) ProtoMessage()
- func (x *Intent_Message_TableCardCell) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TableCardCell) Reset()
- func (x *Intent_Message_TableCardCell) String() string
- type Intent_Message_TableCardRow
- func (*Intent_Message_TableCardRow) Descriptor() ([]byte, []int)
- func (x *Intent_Message_TableCardRow) GetCells() []*Intent_Message_TableCardCell
- func (x *Intent_Message_TableCardRow) GetDividerAfter() bool
- func (*Intent_Message_TableCardRow) ProtoMessage()
- func (x *Intent_Message_TableCardRow) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TableCardRow) Reset()
- func (x *Intent_Message_TableCardRow) String() string
- type Intent_Message_TableCard_
- type Intent_Message_TelephonyPlayAudio
- func (*Intent_Message_TelephonyPlayAudio) Descriptor() ([]byte, []int)
- func (x *Intent_Message_TelephonyPlayAudio) GetAudioUri() string
- func (*Intent_Message_TelephonyPlayAudio) ProtoMessage()
- func (x *Intent_Message_TelephonyPlayAudio) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TelephonyPlayAudio) Reset()
- func (x *Intent_Message_TelephonyPlayAudio) String() string
- type Intent_Message_TelephonyPlayAudio_
- type Intent_Message_TelephonySynthesizeSpeech
- func (*Intent_Message_TelephonySynthesizeSpeech) Descriptor() ([]byte, []int)
- func (m *Intent_Message_TelephonySynthesizeSpeech) GetSource() isIntent_Message_TelephonySynthesizeSpeech_Source
- func (x *Intent_Message_TelephonySynthesizeSpeech) GetSsml() string
- func (x *Intent_Message_TelephonySynthesizeSpeech) GetText() string
- func (*Intent_Message_TelephonySynthesizeSpeech) ProtoMessage()
- func (x *Intent_Message_TelephonySynthesizeSpeech) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TelephonySynthesizeSpeech) Reset()
- func (x *Intent_Message_TelephonySynthesizeSpeech) String() string
- type Intent_Message_TelephonySynthesizeSpeech_
- type Intent_Message_TelephonySynthesizeSpeech_Ssml
- type Intent_Message_TelephonySynthesizeSpeech_Text
- type Intent_Message_TelephonyTransferCall
- func (*Intent_Message_TelephonyTransferCall) Descriptor() ([]byte, []int)
- func (x *Intent_Message_TelephonyTransferCall) GetPhoneNumber() string
- func (*Intent_Message_TelephonyTransferCall) ProtoMessage()
- func (x *Intent_Message_TelephonyTransferCall) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_TelephonyTransferCall) Reset()
- func (x *Intent_Message_TelephonyTransferCall) String() string
- type Intent_Message_TelephonyTransferCall_
- type Intent_Message_Text
- type Intent_Message_Text_
- type Intent_Parameter
- func (*Intent_Parameter) Descriptor() ([]byte, []int)
- func (x *Intent_Parameter) GetDefaultValue() string
- func (x *Intent_Parameter) GetDisplayName() string
- func (x *Intent_Parameter) GetEntityTypeDisplayName() string
- func (x *Intent_Parameter) GetIsList() bool
- func (x *Intent_Parameter) GetMandatory() bool
- func (x *Intent_Parameter) GetName() string
- func (x *Intent_Parameter) GetPrompts() []string
- func (x *Intent_Parameter) GetValue() string
- func (*Intent_Parameter) ProtoMessage()
- func (x *Intent_Parameter) ProtoReflect() protoreflect.Message
- func (x *Intent_Parameter) Reset()
- func (x *Intent_Parameter) String() string
- type Intent_TrainingPhrase
- func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int)
- func (x *Intent_TrainingPhrase) GetName() string
- func (x *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part
- func (x *Intent_TrainingPhrase) GetTimesAddedCount() int32
- func (x *Intent_TrainingPhrase) GetType() Intent_TrainingPhrase_Type
- func (*Intent_TrainingPhrase) ProtoMessage()
- func (x *Intent_TrainingPhrase) ProtoReflect() protoreflect.Message
- func (x *Intent_TrainingPhrase) Reset()
- func (x *Intent_TrainingPhrase) String() string
- type Intent_TrainingPhrase_Part
- func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int)
- func (x *Intent_TrainingPhrase_Part) GetAlias() string
- func (x *Intent_TrainingPhrase_Part) GetEntityType() string
- func (x *Intent_TrainingPhrase_Part) GetText() string
- func (x *Intent_TrainingPhrase_Part) GetUserDefined() bool
- func (*Intent_TrainingPhrase_Part) ProtoMessage()
- func (x *Intent_TrainingPhrase_Part) ProtoReflect() protoreflect.Message
- func (x *Intent_TrainingPhrase_Part) Reset()
- func (x *Intent_TrainingPhrase_Part) String() string
- type Intent_TrainingPhrase_Type
- func (Intent_TrainingPhrase_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_TrainingPhrase_Type) Enum() *Intent_TrainingPhrase_Type
- func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int)
- func (x Intent_TrainingPhrase_Type) Number() protoreflect.EnumNumber
- func (x Intent_TrainingPhrase_Type) String() string
- func (Intent_TrainingPhrase_Type) Type() protoreflect.EnumType
- type Intent_WebhookState
- func (Intent_WebhookState) Descriptor() protoreflect.EnumDescriptor
- func (x Intent_WebhookState) Enum() *Intent_WebhookState
- func (Intent_WebhookState) EnumDescriptor() ([]byte, []int)
- func (x Intent_WebhookState) Number() protoreflect.EnumNumber
- func (x Intent_WebhookState) String() string
- func (Intent_WebhookState) Type() protoreflect.EnumType
- type IntentsClient
- type IntentsServer
- type KnowledgeAnswers
- func (*KnowledgeAnswers) Descriptor() ([]byte, []int)
- func (x *KnowledgeAnswers) GetAnswers() []*KnowledgeAnswers_Answer
- func (*KnowledgeAnswers) ProtoMessage()
- func (x *KnowledgeAnswers) ProtoReflect() protoreflect.Message
- func (x *KnowledgeAnswers) Reset()
- func (x *KnowledgeAnswers) String() string
- type KnowledgeAnswers_Answer
- func (*KnowledgeAnswers_Answer) Descriptor() ([]byte, []int)
- func (x *KnowledgeAnswers_Answer) GetAnswer() string
- func (x *KnowledgeAnswers_Answer) GetFaqQuestion() string
- func (x *KnowledgeAnswers_Answer) GetMatchConfidence() float32
- func (x *KnowledgeAnswers_Answer) GetMatchConfidenceLevel() KnowledgeAnswers_Answer_MatchConfidenceLevel
- func (x *KnowledgeAnswers_Answer) GetSource() string
- func (*KnowledgeAnswers_Answer) ProtoMessage()
- func (x *KnowledgeAnswers_Answer) ProtoReflect() protoreflect.Message
- func (x *KnowledgeAnswers_Answer) Reset()
- func (x *KnowledgeAnswers_Answer) String() string
- type KnowledgeAnswers_Answer_MatchConfidenceLevel
- func (KnowledgeAnswers_Answer_MatchConfidenceLevel) Descriptor() protoreflect.EnumDescriptor
- func (x KnowledgeAnswers_Answer_MatchConfidenceLevel) Enum() *KnowledgeAnswers_Answer_MatchConfidenceLevel
- func (KnowledgeAnswers_Answer_MatchConfidenceLevel) EnumDescriptor() ([]byte, []int)
- func (x KnowledgeAnswers_Answer_MatchConfidenceLevel) Number() protoreflect.EnumNumber
- func (x KnowledgeAnswers_Answer_MatchConfidenceLevel) String() string
- func (KnowledgeAnswers_Answer_MatchConfidenceLevel) Type() protoreflect.EnumType
- type KnowledgeBase
- func (*KnowledgeBase) Descriptor() ([]byte, []int)
- func (x *KnowledgeBase) GetDisplayName() string
- func (x *KnowledgeBase) GetLanguageCode() string
- func (x *KnowledgeBase) GetName() string
- func (*KnowledgeBase) ProtoMessage()
- func (x *KnowledgeBase) ProtoReflect() protoreflect.Message
- func (x *KnowledgeBase) Reset()
- func (x *KnowledgeBase) String() string
- type KnowledgeBasesClient
- type KnowledgeBasesServer
- type KnowledgeOperationMetadata
- func (*KnowledgeOperationMetadata) Descriptor() ([]byte, []int)
- func (x *KnowledgeOperationMetadata) GetState() KnowledgeOperationMetadata_State
- func (*KnowledgeOperationMetadata) ProtoMessage()
- func (x *KnowledgeOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *KnowledgeOperationMetadata) Reset()
- func (x *KnowledgeOperationMetadata) String() string
- type KnowledgeOperationMetadata_State
- func (KnowledgeOperationMetadata_State) Descriptor() protoreflect.EnumDescriptor
- func (x KnowledgeOperationMetadata_State) Enum() *KnowledgeOperationMetadata_State
- func (KnowledgeOperationMetadata_State) EnumDescriptor() ([]byte, []int)
- func (x KnowledgeOperationMetadata_State) Number() protoreflect.EnumNumber
- func (x KnowledgeOperationMetadata_State) String() string
- func (KnowledgeOperationMetadata_State) Type() protoreflect.EnumType
- type ListContextsRequest
- func (*ListContextsRequest) Descriptor() ([]byte, []int)
- func (x *ListContextsRequest) GetPageSize() int32
- func (x *ListContextsRequest) GetPageToken() string
- func (x *ListContextsRequest) GetParent() string
- func (*ListContextsRequest) ProtoMessage()
- func (x *ListContextsRequest) ProtoReflect() protoreflect.Message
- func (x *ListContextsRequest) Reset()
- func (x *ListContextsRequest) String() string
- type ListContextsResponse
- func (*ListContextsResponse) Descriptor() ([]byte, []int)
- func (x *ListContextsResponse) GetContexts() []*Context
- func (x *ListContextsResponse) GetNextPageToken() string
- func (*ListContextsResponse) ProtoMessage()
- func (x *ListContextsResponse) ProtoReflect() protoreflect.Message
- func (x *ListContextsResponse) Reset()
- func (x *ListContextsResponse) String() string
- type ListDocumentsRequest
- func (*ListDocumentsRequest) Descriptor() ([]byte, []int)
- func (x *ListDocumentsRequest) GetFilter() string
- func (x *ListDocumentsRequest) GetPageSize() int32
- func (x *ListDocumentsRequest) GetPageToken() string
- func (x *ListDocumentsRequest) GetParent() string
- func (*ListDocumentsRequest) ProtoMessage()
- func (x *ListDocumentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDocumentsRequest) Reset()
- func (x *ListDocumentsRequest) String() string
- type ListDocumentsResponse
- func (*ListDocumentsResponse) Descriptor() ([]byte, []int)
- func (x *ListDocumentsResponse) GetDocuments() []*Document
- func (x *ListDocumentsResponse) GetNextPageToken() string
- func (*ListDocumentsResponse) ProtoMessage()
- func (x *ListDocumentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDocumentsResponse) Reset()
- func (x *ListDocumentsResponse) String() string
- type ListEntityTypesRequest
- func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)
- func (x *ListEntityTypesRequest) GetLanguageCode() string
- func (x *ListEntityTypesRequest) GetPageSize() int32
- func (x *ListEntityTypesRequest) GetPageToken() string
- func (x *ListEntityTypesRequest) GetParent() string
- func (*ListEntityTypesRequest) ProtoMessage()
- func (x *ListEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesRequest) Reset()
- func (x *ListEntityTypesRequest) String() string
- type ListEntityTypesResponse
- func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)
- func (x *ListEntityTypesResponse) GetEntityTypes() []*EntityType
- func (x *ListEntityTypesResponse) GetNextPageToken() string
- func (*ListEntityTypesResponse) ProtoMessage()
- func (x *ListEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesResponse) Reset()
- func (x *ListEntityTypesResponse) String() string
- type ListEnvironmentsRequest
- func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
- func (x *ListEnvironmentsRequest) GetPageSize() int32
- func (x *ListEnvironmentsRequest) GetPageToken() string
- func (x *ListEnvironmentsRequest) GetParent() string
- func (*ListEnvironmentsRequest) ProtoMessage()
- func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsRequest) Reset()
- func (x *ListEnvironmentsRequest) String() string
- type ListEnvironmentsResponse
- func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)
- func (x *ListEnvironmentsResponse) GetEnvironments() []*Environment
- func (x *ListEnvironmentsResponse) GetNextPageToken() string
- func (*ListEnvironmentsResponse) ProtoMessage()
- func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsResponse) Reset()
- func (x *ListEnvironmentsResponse) String() string
- type ListIntentsRequest
- func (*ListIntentsRequest) Descriptor() ([]byte, []int)
- func (x *ListIntentsRequest) GetIntentView() IntentView
- func (x *ListIntentsRequest) GetLanguageCode() string
- func (x *ListIntentsRequest) GetPageSize() int32
- func (x *ListIntentsRequest) GetPageToken() string
- func (x *ListIntentsRequest) GetParent() string
- func (*ListIntentsRequest) ProtoMessage()
- func (x *ListIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIntentsRequest) Reset()
- func (x *ListIntentsRequest) String() string
- type ListIntentsResponse
- func (*ListIntentsResponse) Descriptor() ([]byte, []int)
- func (x *ListIntentsResponse) GetIntents() []*Intent
- func (x *ListIntentsResponse) GetNextPageToken() string
- func (*ListIntentsResponse) ProtoMessage()
- func (x *ListIntentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIntentsResponse) Reset()
- func (x *ListIntentsResponse) String() string
- type ListKnowledgeBasesRequest
- func (*ListKnowledgeBasesRequest) Descriptor() ([]byte, []int)
- func (x *ListKnowledgeBasesRequest) GetFilter() string
- func (x *ListKnowledgeBasesRequest) GetPageSize() int32
- func (x *ListKnowledgeBasesRequest) GetPageToken() string
- func (x *ListKnowledgeBasesRequest) GetParent() string
- func (*ListKnowledgeBasesRequest) ProtoMessage()
- func (x *ListKnowledgeBasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListKnowledgeBasesRequest) Reset()
- func (x *ListKnowledgeBasesRequest) String() string
- type ListKnowledgeBasesResponse
- func (*ListKnowledgeBasesResponse) Descriptor() ([]byte, []int)
- func (x *ListKnowledgeBasesResponse) GetKnowledgeBases() []*KnowledgeBase
- func (x *ListKnowledgeBasesResponse) GetNextPageToken() string
- func (*ListKnowledgeBasesResponse) ProtoMessage()
- func (x *ListKnowledgeBasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListKnowledgeBasesResponse) Reset()
- func (x *ListKnowledgeBasesResponse) String() string
- type ListSessionEntityTypesRequest
- func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)
- func (x *ListSessionEntityTypesRequest) GetPageSize() int32
- func (x *ListSessionEntityTypesRequest) GetPageToken() string
- func (x *ListSessionEntityTypesRequest) GetParent() string
- func (*ListSessionEntityTypesRequest) ProtoMessage()
- func (x *ListSessionEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListSessionEntityTypesRequest) Reset()
- func (x *ListSessionEntityTypesRequest) String() string
- type ListSessionEntityTypesResponse
- func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int)
- func (x *ListSessionEntityTypesResponse) GetNextPageToken() string
- func (x *ListSessionEntityTypesResponse) GetSessionEntityTypes() []*SessionEntityType
- func (*ListSessionEntityTypesResponse) ProtoMessage()
- func (x *ListSessionEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListSessionEntityTypesResponse) Reset()
- func (x *ListSessionEntityTypesResponse) String() string
- type OriginalDetectIntentRequest
- func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int)
- func (x *OriginalDetectIntentRequest) GetPayload() *structpb.Struct
- func (x *OriginalDetectIntentRequest) GetSource() string
- func (x *OriginalDetectIntentRequest) GetVersion() string
- func (*OriginalDetectIntentRequest) ProtoMessage()
- func (x *OriginalDetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *OriginalDetectIntentRequest) Reset()
- func (x *OriginalDetectIntentRequest) String() string
- type OutputAudioConfig
- func (*OutputAudioConfig) Descriptor() ([]byte, []int)
- func (x *OutputAudioConfig) GetAudioEncoding() OutputAudioEncoding
- func (x *OutputAudioConfig) GetSampleRateHertz() int32
- func (x *OutputAudioConfig) GetSynthesizeSpeechConfig() *SynthesizeSpeechConfig
- func (*OutputAudioConfig) ProtoMessage()
- func (x *OutputAudioConfig) ProtoReflect() protoreflect.Message
- func (x *OutputAudioConfig) Reset()
- func (x *OutputAudioConfig) String() string
- type OutputAudioEncoding
- func (OutputAudioEncoding) Descriptor() protoreflect.EnumDescriptor
- func (x OutputAudioEncoding) Enum() *OutputAudioEncoding
- func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int)
- func (x OutputAudioEncoding) Number() protoreflect.EnumNumber
- func (x OutputAudioEncoding) String() string
- func (OutputAudioEncoding) Type() protoreflect.EnumType
- type QueryInput
- func (*QueryInput) Descriptor() ([]byte, []int)
- func (x *QueryInput) GetAudioConfig() *InputAudioConfig
- func (x *QueryInput) GetEvent() *EventInput
- func (m *QueryInput) GetInput() isQueryInput_Input
- func (x *QueryInput) GetText() *TextInput
- func (*QueryInput) ProtoMessage()
- func (x *QueryInput) ProtoReflect() protoreflect.Message
- func (x *QueryInput) Reset()
- func (x *QueryInput) String() string
- type QueryInput_AudioConfig
- type QueryInput_Event
- type QueryInput_Text
- type QueryParameters
- func (*QueryParameters) Descriptor() ([]byte, []int)
- func (x *QueryParameters) GetContexts() []*Context
- func (x *QueryParameters) GetGeoLocation() *latlng.LatLng
- func (x *QueryParameters) GetKnowledgeBaseNames() []string
- func (x *QueryParameters) GetPayload() *structpb.Struct
- func (x *QueryParameters) GetResetContexts() bool
- func (x *QueryParameters) GetSentimentAnalysisRequestConfig() *SentimentAnalysisRequestConfig
- func (x *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
- func (x *QueryParameters) GetSubAgents() []*SubAgent
- func (x *QueryParameters) GetTimeZone() string
- func (x *QueryParameters) GetWebhookHeaders() map[string]string
- func (*QueryParameters) ProtoMessage()
- func (x *QueryParameters) ProtoReflect() protoreflect.Message
- func (x *QueryParameters) Reset()
- func (x *QueryParameters) String() string
- type QueryResult
- func (*QueryResult) Descriptor() ([]byte, []int)
- func (x *QueryResult) GetAction() string
- func (x *QueryResult) GetAllRequiredParamsPresent() bool
- func (x *QueryResult) GetDiagnosticInfo() *structpb.Struct
- func (x *QueryResult) GetFulfillmentMessages() []*Intent_Message
- func (x *QueryResult) GetFulfillmentText() string
- func (x *QueryResult) GetIntent() *Intent
- func (x *QueryResult) GetIntentDetectionConfidence() float32
- func (x *QueryResult) GetKnowledgeAnswers() *KnowledgeAnswers
- func (x *QueryResult) GetLanguageCode() string
- func (x *QueryResult) GetOutputContexts() []*Context
- func (x *QueryResult) GetParameters() *structpb.Struct
- func (x *QueryResult) GetQueryText() string
- func (x *QueryResult) GetSentimentAnalysisResult() *SentimentAnalysisResult
- func (x *QueryResult) GetSpeechRecognitionConfidence() float32
- func (x *QueryResult) GetWebhookPayload() *structpb.Struct
- func (x *QueryResult) GetWebhookSource() string
- func (*QueryResult) ProtoMessage()
- func (x *QueryResult) ProtoReflect() protoreflect.Message
- func (x *QueryResult) Reset()
- func (x *QueryResult) String() string
- type ReloadDocumentRequest
- func (*ReloadDocumentRequest) Descriptor() ([]byte, []int)
- func (x *ReloadDocumentRequest) GetGcsSource() *GcsSource
- func (x *ReloadDocumentRequest) GetImportGcsCustomMetadata() bool
- func (x *ReloadDocumentRequest) GetName() string
- func (m *ReloadDocumentRequest) GetSource() isReloadDocumentRequest_Source
- func (*ReloadDocumentRequest) ProtoMessage()
- func (x *ReloadDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *ReloadDocumentRequest) Reset()
- func (x *ReloadDocumentRequest) String() string
- type ReloadDocumentRequest_GcsSource
- type RestoreAgentRequest
- func (*RestoreAgentRequest) Descriptor() ([]byte, []int)
- func (m *RestoreAgentRequest) GetAgent() isRestoreAgentRequest_Agent
- func (x *RestoreAgentRequest) GetAgentContent() []byte
- func (x *RestoreAgentRequest) GetAgentUri() string
- func (x *RestoreAgentRequest) GetParent() string
- func (*RestoreAgentRequest) ProtoMessage()
- func (x *RestoreAgentRequest) ProtoReflect() protoreflect.Message
- func (x *RestoreAgentRequest) Reset()
- func (x *RestoreAgentRequest) String() string
- type RestoreAgentRequest_AgentContent
- type RestoreAgentRequest_AgentUri
- type SearchAgentsRequest
- func (*SearchAgentsRequest) Descriptor() ([]byte, []int)
- func (x *SearchAgentsRequest) GetPageSize() int32
- func (x *SearchAgentsRequest) GetPageToken() string
- func (x *SearchAgentsRequest) GetParent() string
- func (*SearchAgentsRequest) ProtoMessage()
- func (x *SearchAgentsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchAgentsRequest) Reset()
- func (x *SearchAgentsRequest) String() string
- type SearchAgentsResponse
- func (*SearchAgentsResponse) Descriptor() ([]byte, []int)
- func (x *SearchAgentsResponse) GetAgents() []*Agent
- func (x *SearchAgentsResponse) GetNextPageToken() string
- func (*SearchAgentsResponse) ProtoMessage()
- func (x *SearchAgentsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchAgentsResponse) Reset()
- func (x *SearchAgentsResponse) String() string
- type Sentiment
- type SentimentAnalysisRequestConfig
- func (*SentimentAnalysisRequestConfig) Descriptor() ([]byte, []int)
- func (x *SentimentAnalysisRequestConfig) GetAnalyzeQueryTextSentiment() bool
- func (*SentimentAnalysisRequestConfig) ProtoMessage()
- func (x *SentimentAnalysisRequestConfig) ProtoReflect() protoreflect.Message
- func (x *SentimentAnalysisRequestConfig) Reset()
- func (x *SentimentAnalysisRequestConfig) String() string
- type SentimentAnalysisResult
- func (*SentimentAnalysisResult) Descriptor() ([]byte, []int)
- func (x *SentimentAnalysisResult) GetQueryTextSentiment() *Sentiment
- func (*SentimentAnalysisResult) ProtoMessage()
- func (x *SentimentAnalysisResult) ProtoReflect() protoreflect.Message
- func (x *SentimentAnalysisResult) Reset()
- func (x *SentimentAnalysisResult) String() string
- type SessionEntityType
- func (*SessionEntityType) Descriptor() ([]byte, []int)
- func (x *SessionEntityType) GetEntities() []*EntityType_Entity
- func (x *SessionEntityType) GetEntityOverrideMode() SessionEntityType_EntityOverrideMode
- func (x *SessionEntityType) GetName() string
- func (*SessionEntityType) ProtoMessage()
- func (x *SessionEntityType) ProtoReflect() protoreflect.Message
- func (x *SessionEntityType) Reset()
- func (x *SessionEntityType) String() string
- type SessionEntityType_EntityOverrideMode
- func (SessionEntityType_EntityOverrideMode) Descriptor() protoreflect.EnumDescriptor
- func (x SessionEntityType_EntityOverrideMode) Enum() *SessionEntityType_EntityOverrideMode
- func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int)
- func (x SessionEntityType_EntityOverrideMode) Number() protoreflect.EnumNumber
- func (x SessionEntityType_EntityOverrideMode) String() string
- func (SessionEntityType_EntityOverrideMode) Type() protoreflect.EnumType
- type SessionEntityTypesClient
- type SessionEntityTypesServer
- type SessionsClient
- type SessionsServer
- type Sessions_StreamingDetectIntentClient
- type Sessions_StreamingDetectIntentServer
- type SetAgentRequest
- func (*SetAgentRequest) Descriptor() ([]byte, []int)
- func (x *SetAgentRequest) GetAgent() *Agent
- func (x *SetAgentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*SetAgentRequest) ProtoMessage()
- func (x *SetAgentRequest) ProtoReflect() protoreflect.Message
- func (x *SetAgentRequest) Reset()
- func (x *SetAgentRequest) String() string
- type SpeechContext
- func (*SpeechContext) Descriptor() ([]byte, []int)
- func (x *SpeechContext) GetBoost() float32
- func (x *SpeechContext) GetPhrases() []string
- func (*SpeechContext) ProtoMessage()
- func (x *SpeechContext) ProtoReflect() protoreflect.Message
- func (x *SpeechContext) Reset()
- func (x *SpeechContext) String() string
- type SpeechModelVariant
- func (SpeechModelVariant) Descriptor() protoreflect.EnumDescriptor
- func (x SpeechModelVariant) Enum() *SpeechModelVariant
- func (SpeechModelVariant) EnumDescriptor() ([]byte, []int)
- func (x SpeechModelVariant) Number() protoreflect.EnumNumber
- func (x SpeechModelVariant) String() string
- func (SpeechModelVariant) Type() protoreflect.EnumType
- type SpeechWordInfo
- func (*SpeechWordInfo) Descriptor() ([]byte, []int)
- func (x *SpeechWordInfo) GetConfidence() float32
- func (x *SpeechWordInfo) GetEndOffset() *durationpb.Duration
- func (x *SpeechWordInfo) GetStartOffset() *durationpb.Duration
- func (x *SpeechWordInfo) GetWord() string
- func (*SpeechWordInfo) ProtoMessage()
- func (x *SpeechWordInfo) ProtoReflect() protoreflect.Message
- func (x *SpeechWordInfo) Reset()
- func (x *SpeechWordInfo) String() string
- type SsmlVoiceGender
- func (SsmlVoiceGender) Descriptor() protoreflect.EnumDescriptor
- func (x SsmlVoiceGender) Enum() *SsmlVoiceGender
- func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int)
- func (x SsmlVoiceGender) Number() protoreflect.EnumNumber
- func (x SsmlVoiceGender) String() string
- func (SsmlVoiceGender) Type() protoreflect.EnumType
- type StreamingDetectIntentRequest
- func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)
- func (x *StreamingDetectIntentRequest) GetInputAudio() []byte
- func (x *StreamingDetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (x *StreamingDetectIntentRequest) GetOutputAudioConfigMask() *fieldmaskpb.FieldMask
- func (x *StreamingDetectIntentRequest) GetQueryInput() *QueryInput
- func (x *StreamingDetectIntentRequest) GetQueryParams() *QueryParameters
- func (x *StreamingDetectIntentRequest) GetSession() string
- func (x *StreamingDetectIntentRequest) GetSingleUtterance() bool
- func (*StreamingDetectIntentRequest) ProtoMessage()
- func (x *StreamingDetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *StreamingDetectIntentRequest) Reset()
- func (x *StreamingDetectIntentRequest) String() string
- type StreamingDetectIntentResponse
- func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int)
- func (x *StreamingDetectIntentResponse) GetAlternativeQueryResults() []*QueryResult
- func (x *StreamingDetectIntentResponse) GetOutputAudio() []byte
- func (x *StreamingDetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *StreamingDetectIntentResponse) GetQueryResult() *QueryResult
- func (x *StreamingDetectIntentResponse) GetRecognitionResult() *StreamingRecognitionResult
- func (x *StreamingDetectIntentResponse) GetResponseId() string
- func (x *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status
- func (*StreamingDetectIntentResponse) ProtoMessage()
- func (x *StreamingDetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *StreamingDetectIntentResponse) Reset()
- func (x *StreamingDetectIntentResponse) String() string
- type StreamingRecognitionResult
- func (*StreamingRecognitionResult) Descriptor() ([]byte, []int)
- func (x *StreamingRecognitionResult) GetConfidence() float32
- func (x *StreamingRecognitionResult) GetDtmfDigits() *TelephonyDtmfEvents
- func (x *StreamingRecognitionResult) GetIsFinal() bool
- func (x *StreamingRecognitionResult) GetMessageType() StreamingRecognitionResult_MessageType
- func (x *StreamingRecognitionResult) GetSpeechEndOffset() *durationpb.Duration
- func (x *StreamingRecognitionResult) GetSpeechWordInfo() []*SpeechWordInfo
- func (x *StreamingRecognitionResult) GetStability() float32
- func (x *StreamingRecognitionResult) GetTranscript() string
- func (*StreamingRecognitionResult) ProtoMessage()
- func (x *StreamingRecognitionResult) ProtoReflect() protoreflect.Message
- func (x *StreamingRecognitionResult) Reset()
- func (x *StreamingRecognitionResult) String() string
- type StreamingRecognitionResult_MessageType
- func (StreamingRecognitionResult_MessageType) Descriptor() protoreflect.EnumDescriptor
- func (x StreamingRecognitionResult_MessageType) Enum() *StreamingRecognitionResult_MessageType
- func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int)
- func (x StreamingRecognitionResult_MessageType) Number() protoreflect.EnumNumber
- func (x StreamingRecognitionResult_MessageType) String() string
- func (StreamingRecognitionResult_MessageType) Type() protoreflect.EnumType
- type SubAgent
- type SynthesizeSpeechConfig
- func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int)
- func (x *SynthesizeSpeechConfig) GetEffectsProfileId() []string
- func (x *SynthesizeSpeechConfig) GetPitch() float64
- func (x *SynthesizeSpeechConfig) GetSpeakingRate() float64
- func (x *SynthesizeSpeechConfig) GetVoice() *VoiceSelectionParams
- func (x *SynthesizeSpeechConfig) GetVolumeGainDb() float64
- func (*SynthesizeSpeechConfig) ProtoMessage()
- func (x *SynthesizeSpeechConfig) ProtoReflect() protoreflect.Message
- func (x *SynthesizeSpeechConfig) Reset()
- func (x *SynthesizeSpeechConfig) String() string
- type TelephonyDtmf
- func (TelephonyDtmf) Descriptor() protoreflect.EnumDescriptor
- func (x TelephonyDtmf) Enum() *TelephonyDtmf
- func (TelephonyDtmf) EnumDescriptor() ([]byte, []int)
- func (x TelephonyDtmf) Number() protoreflect.EnumNumber
- func (x TelephonyDtmf) String() string
- func (TelephonyDtmf) Type() protoreflect.EnumType
- type TelephonyDtmfEvents
- func (*TelephonyDtmfEvents) Descriptor() ([]byte, []int)
- func (x *TelephonyDtmfEvents) GetDtmfEvents() []TelephonyDtmf
- func (*TelephonyDtmfEvents) ProtoMessage()
- func (x *TelephonyDtmfEvents) ProtoReflect() protoreflect.Message
- func (x *TelephonyDtmfEvents) Reset()
- func (x *TelephonyDtmfEvents) String() string
- type TextInput
- type TrainAgentRequest
- type UnimplementedAgentsServer
- func (*UnimplementedAgentsServer) DeleteAgent(context.Context, *DeleteAgentRequest) (*emptypb.Empty, error)
- func (*UnimplementedAgentsServer) ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error)
- func (*UnimplementedAgentsServer) GetAgent(context.Context, *GetAgentRequest) (*Agent, error)
- func (*UnimplementedAgentsServer) GetValidationResult(context.Context, *GetValidationResultRequest) (*ValidationResult, error)
- func (*UnimplementedAgentsServer) ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error)
- func (*UnimplementedAgentsServer) RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error)
- func (*UnimplementedAgentsServer) SearchAgents(context.Context, *SearchAgentsRequest) (*SearchAgentsResponse, error)
- func (*UnimplementedAgentsServer) SetAgent(context.Context, *SetAgentRequest) (*Agent, error)
- func (*UnimplementedAgentsServer) TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error)
- type UnimplementedContextsServer
- func (*UnimplementedContextsServer) CreateContext(context.Context, *CreateContextRequest) (*Context, error)
- func (*UnimplementedContextsServer) DeleteAllContexts(context.Context, *DeleteAllContextsRequest) (*emptypb.Empty, error)
- func (*UnimplementedContextsServer) DeleteContext(context.Context, *DeleteContextRequest) (*emptypb.Empty, error)
- func (*UnimplementedContextsServer) GetContext(context.Context, *GetContextRequest) (*Context, error)
- func (*UnimplementedContextsServer) ListContexts(context.Context, *ListContextsRequest) (*ListContextsResponse, error)
- func (*UnimplementedContextsServer) UpdateContext(context.Context, *UpdateContextRequest) (*Context, error)
- type UnimplementedDocumentsServer
- func (*UnimplementedDocumentsServer) CreateDocument(context.Context, *CreateDocumentRequest) (*longrunning.Operation, error)
- func (*UnimplementedDocumentsServer) DeleteDocument(context.Context, *DeleteDocumentRequest) (*longrunning.Operation, error)
- func (*UnimplementedDocumentsServer) GetDocument(context.Context, *GetDocumentRequest) (*Document, error)
- func (*UnimplementedDocumentsServer) ListDocuments(context.Context, *ListDocumentsRequest) (*ListDocumentsResponse, error)
- func (*UnimplementedDocumentsServer) ReloadDocument(context.Context, *ReloadDocumentRequest) (*longrunning.Operation, error)
- func (*UnimplementedDocumentsServer) UpdateDocument(context.Context, *UpdateDocumentRequest) (*longrunning.Operation, error)
- type UnimplementedEntityTypesServer
- func (*UnimplementedEntityTypesServer) BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error)
- func (*UnimplementedEntityTypesServer) BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error)
- func (*UnimplementedEntityTypesServer) BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error)
- func (*UnimplementedEntityTypesServer) BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error)
- func (*UnimplementedEntityTypesServer) BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error)
- func (*UnimplementedEntityTypesServer) CreateEntityType(context.Context, *CreateEntityTypeRequest) (*EntityType, error)
- func (*UnimplementedEntityTypesServer) DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*emptypb.Empty, error)
- func (*UnimplementedEntityTypesServer) GetEntityType(context.Context, *GetEntityTypeRequest) (*EntityType, error)
- func (*UnimplementedEntityTypesServer) ListEntityTypes(context.Context, *ListEntityTypesRequest) (*ListEntityTypesResponse, error)
- func (*UnimplementedEntityTypesServer) UpdateEntityType(context.Context, *UpdateEntityTypeRequest) (*EntityType, error)
- type UnimplementedEnvironmentsServer
- type UnimplementedIntentsServer
- func (*UnimplementedIntentsServer) BatchDeleteIntents(context.Context, *BatchDeleteIntentsRequest) (*longrunning.Operation, error)
- func (*UnimplementedIntentsServer) BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error)
- func (*UnimplementedIntentsServer) CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error)
- func (*UnimplementedIntentsServer) DeleteIntent(context.Context, *DeleteIntentRequest) (*emptypb.Empty, error)
- func (*UnimplementedIntentsServer) GetIntent(context.Context, *GetIntentRequest) (*Intent, error)
- func (*UnimplementedIntentsServer) ListIntents(context.Context, *ListIntentsRequest) (*ListIntentsResponse, error)
- func (*UnimplementedIntentsServer) UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error)
- type UnimplementedKnowledgeBasesServer
- func (*UnimplementedKnowledgeBasesServer) CreateKnowledgeBase(context.Context, *CreateKnowledgeBaseRequest) (*KnowledgeBase, error)
- func (*UnimplementedKnowledgeBasesServer) DeleteKnowledgeBase(context.Context, *DeleteKnowledgeBaseRequest) (*emptypb.Empty, error)
- func (*UnimplementedKnowledgeBasesServer) GetKnowledgeBase(context.Context, *GetKnowledgeBaseRequest) (*KnowledgeBase, error)
- func (*UnimplementedKnowledgeBasesServer) ListKnowledgeBases(context.Context, *ListKnowledgeBasesRequest) (*ListKnowledgeBasesResponse, error)
- func (*UnimplementedKnowledgeBasesServer) UpdateKnowledgeBase(context.Context, *UpdateKnowledgeBaseRequest) (*KnowledgeBase, error)
- type UnimplementedSessionEntityTypesServer
- func (*UnimplementedSessionEntityTypesServer) CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error)
- func (*UnimplementedSessionEntityTypesServer) DeleteSessionEntityType(context.Context, *DeleteSessionEntityTypeRequest) (*emptypb.Empty, error)
- func (*UnimplementedSessionEntityTypesServer) GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error)
- func (*UnimplementedSessionEntityTypesServer) ListSessionEntityTypes(context.Context, *ListSessionEntityTypesRequest) (*ListSessionEntityTypesResponse, error)
- func (*UnimplementedSessionEntityTypesServer) UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error)
- type UnimplementedSessionsServer
- type UpdateContextRequest
- func (*UpdateContextRequest) Descriptor() ([]byte, []int)
- func (x *UpdateContextRequest) GetContext() *Context
- func (x *UpdateContextRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateContextRequest) ProtoMessage()
- func (x *UpdateContextRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateContextRequest) Reset()
- func (x *UpdateContextRequest) String() string
- type UpdateDocumentRequest
- func (*UpdateDocumentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateDocumentRequest) GetDocument() *Document
- func (x *UpdateDocumentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDocumentRequest) ProtoMessage()
- func (x *UpdateDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDocumentRequest) Reset()
- func (x *UpdateDocumentRequest) String() string
- type UpdateEntityTypeRequest
- func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *UpdateEntityTypeRequest) GetEntityType() *EntityType
- func (x *UpdateEntityTypeRequest) GetLanguageCode() string
- func (x *UpdateEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEntityTypeRequest) ProtoMessage()
- func (x *UpdateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityTypeRequest) Reset()
- func (x *UpdateEntityTypeRequest) String() string
- type UpdateIntentRequest
- func (*UpdateIntentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateIntentRequest) GetIntent() *Intent
- func (x *UpdateIntentRequest) GetIntentView() IntentView
- func (x *UpdateIntentRequest) GetLanguageCode() string
- func (x *UpdateIntentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateIntentRequest) ProtoMessage()
- func (x *UpdateIntentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateIntentRequest) Reset()
- func (x *UpdateIntentRequest) String() string
- type UpdateKnowledgeBaseRequest
- func (*UpdateKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (x *UpdateKnowledgeBaseRequest) GetKnowledgeBase() *KnowledgeBase
- func (x *UpdateKnowledgeBaseRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateKnowledgeBaseRequest) ProtoMessage()
- func (x *UpdateKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateKnowledgeBaseRequest) Reset()
- func (x *UpdateKnowledgeBaseRequest) String() string
- type UpdateSessionEntityTypeRequest
- func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *UpdateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (x *UpdateSessionEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSessionEntityTypeRequest) ProtoMessage()
- func (x *UpdateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSessionEntityTypeRequest) Reset()
- func (x *UpdateSessionEntityTypeRequest) String() string
- type ValidationError
- func (*ValidationError) Descriptor() ([]byte, []int)
- func (x *ValidationError) GetEntries() []string
- func (x *ValidationError) GetErrorMessage() string
- func (x *ValidationError) GetSeverity() ValidationError_Severity
- func (*ValidationError) ProtoMessage()
- func (x *ValidationError) ProtoReflect() protoreflect.Message
- func (x *ValidationError) Reset()
- func (x *ValidationError) String() string
- type ValidationError_Severity
- func (ValidationError_Severity) Descriptor() protoreflect.EnumDescriptor
- func (x ValidationError_Severity) Enum() *ValidationError_Severity
- func (ValidationError_Severity) EnumDescriptor() ([]byte, []int)
- func (x ValidationError_Severity) Number() protoreflect.EnumNumber
- func (x ValidationError_Severity) String() string
- func (ValidationError_Severity) Type() protoreflect.EnumType
- type ValidationResult
- func (*ValidationResult) Descriptor() ([]byte, []int)
- func (x *ValidationResult) GetValidationErrors() []*ValidationError
- func (*ValidationResult) ProtoMessage()
- func (x *ValidationResult) ProtoReflect() protoreflect.Message
- func (x *ValidationResult) Reset()
- func (x *ValidationResult) String() string
- type VoiceSelectionParams
- func (*VoiceSelectionParams) Descriptor() ([]byte, []int)
- func (x *VoiceSelectionParams) GetName() string
- func (x *VoiceSelectionParams) GetSsmlGender() SsmlVoiceGender
- func (*VoiceSelectionParams) ProtoMessage()
- func (x *VoiceSelectionParams) ProtoReflect() protoreflect.Message
- func (x *VoiceSelectionParams) Reset()
- func (x *VoiceSelectionParams) String() string
- type WebhookRequest
- func (*WebhookRequest) Descriptor() ([]byte, []int)
- func (x *WebhookRequest) GetAlternativeQueryResults() []*QueryResult
- func (x *WebhookRequest) GetOriginalDetectIntentRequest() *OriginalDetectIntentRequest
- func (x *WebhookRequest) GetQueryResult() *QueryResult
- func (x *WebhookRequest) GetResponseId() string
- func (x *WebhookRequest) GetSession() string
- func (*WebhookRequest) ProtoMessage()
- func (x *WebhookRequest) ProtoReflect() protoreflect.Message
- func (x *WebhookRequest) Reset()
- func (x *WebhookRequest) String() string
- type WebhookResponse
- func (*WebhookResponse) Descriptor() ([]byte, []int)
- func (x *WebhookResponse) GetEndInteraction() bool
- func (x *WebhookResponse) GetFollowupEventInput() *EventInput
- func (x *WebhookResponse) GetFulfillmentMessages() []*Intent_Message
- func (x *WebhookResponse) GetFulfillmentText() string
- func (x *WebhookResponse) GetOutputContexts() []*Context
- func (x *WebhookResponse) GetPayload() *structpb.Struct
- func (x *WebhookResponse) GetSessionEntityTypes() []*SessionEntityType
- func (x *WebhookResponse) GetSource() string
- func (*WebhookResponse) ProtoMessage()
- func (x *WebhookResponse) ProtoReflect() protoreflect.Message
- func (x *WebhookResponse) Reset()
- func (x *WebhookResponse) String() string
Constants ¶
Variables ¶
var ( Agent_MatchMode_name = map[int32]string{ 0: "MATCH_MODE_UNSPECIFIED", 1: "MATCH_MODE_HYBRID", 2: "MATCH_MODE_ML_ONLY", } Agent_MatchMode_value = map[string]int32{ "MATCH_MODE_UNSPECIFIED": 0, "MATCH_MODE_HYBRID": 1, "MATCH_MODE_ML_ONLY": 2, } )
Enum value maps for Agent_MatchMode.
var ( Agent_ApiVersion_name = map[int32]string{ 0: "API_VERSION_UNSPECIFIED", 1: "API_VERSION_V1", 2: "API_VERSION_V2", 3: "API_VERSION_V2_BETA_1", } Agent_ApiVersion_value = map[string]int32{ "API_VERSION_UNSPECIFIED": 0, "API_VERSION_V1": 1, "API_VERSION_V2": 2, "API_VERSION_V2_BETA_1": 3, } )
Enum value maps for Agent_ApiVersion.
var ( Agent_Tier_name = map[int32]string{ 0: "TIER_UNSPECIFIED", 1: "TIER_STANDARD", 2: "TIER_ENTERPRISE", 3: "TIER_ENTERPRISE_PLUS", } Agent_Tier_value = map[string]int32{ "TIER_UNSPECIFIED": 0, "TIER_STANDARD": 1, "TIER_ENTERPRISE": 2, "TIER_ENTERPRISE_PLUS": 3, } )
Enum value maps for Agent_Tier.
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", } 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, } )
Enum value maps for AudioEncoding.
var ( SpeechModelVariant_name = map[int32]string{ 0: "SPEECH_MODEL_VARIANT_UNSPECIFIED", 1: "USE_BEST_AVAILABLE", 2: "USE_STANDARD", 3: "USE_ENHANCED", } SpeechModelVariant_value = map[string]int32{ "SPEECH_MODEL_VARIANT_UNSPECIFIED": 0, "USE_BEST_AVAILABLE": 1, "USE_STANDARD": 2, "USE_ENHANCED": 3, } )
Enum value maps for SpeechModelVariant.
var ( SsmlVoiceGender_name = map[int32]string{ 0: "SSML_VOICE_GENDER_UNSPECIFIED", 1: "SSML_VOICE_GENDER_MALE", 2: "SSML_VOICE_GENDER_FEMALE", 3: "SSML_VOICE_GENDER_NEUTRAL", } SsmlVoiceGender_value = map[string]int32{ "SSML_VOICE_GENDER_UNSPECIFIED": 0, "SSML_VOICE_GENDER_MALE": 1, "SSML_VOICE_GENDER_FEMALE": 2, "SSML_VOICE_GENDER_NEUTRAL": 3, } )
Enum value maps for SsmlVoiceGender.
var ( OutputAudioEncoding_name = map[int32]string{ 0: "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", 1: "OUTPUT_AUDIO_ENCODING_LINEAR_16", 2: "OUTPUT_AUDIO_ENCODING_MP3", 3: "OUTPUT_AUDIO_ENCODING_OGG_OPUS", } OutputAudioEncoding_value = map[string]int32{ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED": 0, "OUTPUT_AUDIO_ENCODING_LINEAR_16": 1, "OUTPUT_AUDIO_ENCODING_MP3": 2, "OUTPUT_AUDIO_ENCODING_OGG_OPUS": 3, } )
Enum value maps for OutputAudioEncoding.
var ( TelephonyDtmf_name = map[int32]string{ 0: "TELEPHONY_DTMF_UNSPECIFIED", 1: "DTMF_ONE", 2: "DTMF_TWO", 3: "DTMF_THREE", 4: "DTMF_FOUR", 5: "DTMF_FIVE", 6: "DTMF_SIX", 7: "DTMF_SEVEN", 8: "DTMF_EIGHT", 9: "DTMF_NINE", 10: "DTMF_ZERO", 11: "DTMF_A", 12: "DTMF_B", 13: "DTMF_C", 14: "DTMF_D", 15: "DTMF_STAR", 16: "DTMF_POUND", } TelephonyDtmf_value = map[string]int32{ "TELEPHONY_DTMF_UNSPECIFIED": 0, "DTMF_ONE": 1, "DTMF_TWO": 2, "DTMF_THREE": 3, "DTMF_FOUR": 4, "DTMF_FIVE": 5, "DTMF_SIX": 6, "DTMF_SEVEN": 7, "DTMF_EIGHT": 8, "DTMF_NINE": 9, "DTMF_ZERO": 10, "DTMF_A": 11, "DTMF_B": 12, "DTMF_C": 13, "DTMF_D": 14, "DTMF_STAR": 15, "DTMF_POUND": 16, } )
Enum value maps for TelephonyDtmf.
var ( Document_KnowledgeType_name = map[int32]string{ 0: "KNOWLEDGE_TYPE_UNSPECIFIED", 1: "FAQ", 2: "EXTRACTIVE_QA", } Document_KnowledgeType_value = map[string]int32{ "KNOWLEDGE_TYPE_UNSPECIFIED": 0, "FAQ": 1, "EXTRACTIVE_QA": 2, } )
Enum value maps for Document_KnowledgeType.
var ( KnowledgeOperationMetadata_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "PENDING", 2: "RUNNING", 3: "DONE", } KnowledgeOperationMetadata_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "PENDING": 1, "RUNNING": 2, "DONE": 3, } )
Enum value maps for KnowledgeOperationMetadata_State.
var ( EntityType_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "KIND_MAP", 2: "KIND_LIST", 3: "KIND_REGEXP", } EntityType_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "KIND_MAP": 1, "KIND_LIST": 2, "KIND_REGEXP": 3, } )
Enum value maps for EntityType_Kind.
var ( EntityType_AutoExpansionMode_name = map[int32]string{ 0: "AUTO_EXPANSION_MODE_UNSPECIFIED", 1: "AUTO_EXPANSION_MODE_DEFAULT", } EntityType_AutoExpansionMode_value = map[string]int32{ "AUTO_EXPANSION_MODE_UNSPECIFIED": 0, "AUTO_EXPANSION_MODE_DEFAULT": 1, } )
Enum value maps for EntityType_AutoExpansionMode.
var ( Environment_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "STOPPED", 2: "LOADING", 3: "RUNNING", } Environment_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "STOPPED": 1, "LOADING": 2, "RUNNING": 3, } )
Enum value maps for Environment_State.
var ( IntentView_name = map[int32]string{ 0: "INTENT_VIEW_UNSPECIFIED", 1: "INTENT_VIEW_FULL", } IntentView_value = map[string]int32{ "INTENT_VIEW_UNSPECIFIED": 0, "INTENT_VIEW_FULL": 1, } )
Enum value maps for IntentView.
var ( Intent_WebhookState_name = map[int32]string{ 0: "WEBHOOK_STATE_UNSPECIFIED", 1: "WEBHOOK_STATE_ENABLED", 2: "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING", } Intent_WebhookState_value = map[string]int32{ "WEBHOOK_STATE_UNSPECIFIED": 0, "WEBHOOK_STATE_ENABLED": 1, "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING": 2, } )
Enum value maps for Intent_WebhookState.
var ( Intent_TrainingPhrase_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "EXAMPLE", 2: "TEMPLATE", } Intent_TrainingPhrase_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "EXAMPLE": 1, "TEMPLATE": 2, } )
Enum value maps for Intent_TrainingPhrase_Type.
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", 10: "TELEPHONY", 11: "GOOGLE_HANGOUTS", } 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, "TELEPHONY": 10, "GOOGLE_HANGOUTS": 11, } )
Enum value maps for Intent_Message_Platform.
var ( Intent_Message_RbmCarouselCard_CardWidth_name = map[int32]string{ 0: "CARD_WIDTH_UNSPECIFIED", 1: "SMALL", 2: "MEDIUM", } Intent_Message_RbmCarouselCard_CardWidth_value = map[string]int32{ "CARD_WIDTH_UNSPECIFIED": 0, "SMALL": 1, "MEDIUM": 2, } )
Enum value maps for Intent_Message_RbmCarouselCard_CardWidth.
var ( Intent_Message_RbmStandaloneCard_CardOrientation_name = map[int32]string{ 0: "CARD_ORIENTATION_UNSPECIFIED", 1: "HORIZONTAL", 2: "VERTICAL", } Intent_Message_RbmStandaloneCard_CardOrientation_value = map[string]int32{ "CARD_ORIENTATION_UNSPECIFIED": 0, "HORIZONTAL": 1, "VERTICAL": 2, } )
Enum value maps for Intent_Message_RbmStandaloneCard_CardOrientation.
var ( Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment_name = map[int32]string{ 0: "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED", 1: "LEFT", 2: "RIGHT", } Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment_value = map[string]int32{ "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED": 0, "LEFT": 1, "RIGHT": 2, } )
Enum value maps for Intent_Message_RbmStandaloneCard_ThumbnailImageAlignment.
var ( Intent_Message_RbmCardContent_RbmMedia_Height_name = map[int32]string{ 0: "HEIGHT_UNSPECIFIED", 1: "SHORT", 2: "MEDIUM", 3: "TALL", } Intent_Message_RbmCardContent_RbmMedia_Height_value = map[string]int32{ "HEIGHT_UNSPECIFIED": 0, "SHORT": 1, "MEDIUM": 2, "TALL": 3, } )
Enum value maps for Intent_Message_RbmCardContent_RbmMedia_Height.
var ( Intent_Message_MediaContent_ResponseMediaType_name = map[int32]string{ 0: "RESPONSE_MEDIA_TYPE_UNSPECIFIED", 1: "AUDIO", } Intent_Message_MediaContent_ResponseMediaType_value = map[string]int32{ "RESPONSE_MEDIA_TYPE_UNSPECIFIED": 0, "AUDIO": 1, } )
Enum value maps for Intent_Message_MediaContent_ResponseMediaType.
var ( Intent_Message_BrowseCarouselCard_ImageDisplayOptions_name = map[int32]string{ 0: "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED", 1: "GRAY", 2: "WHITE", 3: "CROPPED", 4: "BLURRED_BACKGROUND", } Intent_Message_BrowseCarouselCard_ImageDisplayOptions_value = map[string]int32{ "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED": 0, "GRAY": 1, "WHITE": 2, "CROPPED": 3, "BLURRED_BACKGROUND": 4, } )
Enum value maps for Intent_Message_BrowseCarouselCard_ImageDisplayOptions.
var ( Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_name = map[int32]string{ 0: "URL_TYPE_HINT_UNSPECIFIED", 1: "AMP_ACTION", 2: "AMP_CONTENT", } Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint_value = map[string]int32{ "URL_TYPE_HINT_UNSPECIFIED": 0, "AMP_ACTION": 1, "AMP_CONTENT": 2, } )
Enum value maps for Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint.
var ( Intent_Message_ColumnProperties_HorizontalAlignment_name = map[int32]string{ 0: "HORIZONTAL_ALIGNMENT_UNSPECIFIED", 1: "LEADING", 2: "CENTER", 3: "TRAILING", } Intent_Message_ColumnProperties_HorizontalAlignment_value = map[string]int32{ "HORIZONTAL_ALIGNMENT_UNSPECIFIED": 0, "LEADING": 1, "CENTER": 2, "TRAILING": 3, } )
Enum value maps for Intent_Message_ColumnProperties_HorizontalAlignment.
var ( KnowledgeAnswers_Answer_MatchConfidenceLevel_name = map[int32]string{ 0: "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED", 1: "LOW", 2: "MEDIUM", 3: "HIGH", } KnowledgeAnswers_Answer_MatchConfidenceLevel_value = map[string]int32{ "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED": 0, "LOW": 1, "MEDIUM": 2, "HIGH": 3, } )
Enum value maps for KnowledgeAnswers_Answer_MatchConfidenceLevel.
var ( StreamingRecognitionResult_MessageType_name = map[int32]string{ 0: "MESSAGE_TYPE_UNSPECIFIED", 1: "TRANSCRIPT", 2: "END_OF_SINGLE_UTTERANCE", } StreamingRecognitionResult_MessageType_value = map[string]int32{ "MESSAGE_TYPE_UNSPECIFIED": 0, "TRANSCRIPT": 1, "END_OF_SINGLE_UTTERANCE": 2, } )
Enum value maps for StreamingRecognitionResult_MessageType.
var ( SessionEntityType_EntityOverrideMode_name = map[int32]string{ 0: "ENTITY_OVERRIDE_MODE_UNSPECIFIED", 1: "ENTITY_OVERRIDE_MODE_OVERRIDE", 2: "ENTITY_OVERRIDE_MODE_SUPPLEMENT", } SessionEntityType_EntityOverrideMode_value = map[string]int32{ "ENTITY_OVERRIDE_MODE_UNSPECIFIED": 0, "ENTITY_OVERRIDE_MODE_OVERRIDE": 1, "ENTITY_OVERRIDE_MODE_SUPPLEMENT": 2, } )
Enum value maps for SessionEntityType_EntityOverrideMode.
var ( ValidationError_Severity_name = map[int32]string{ 0: "SEVERITY_UNSPECIFIED", 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", } ValidationError_Severity_value = map[string]int32{ "SEVERITY_UNSPECIFIED": 0, "INFO": 1, "WARNING": 2, "ERROR": 3, "CRITICAL": 4, } )
Enum value maps for ValidationError_Severity.
var File_google_cloud_dialogflow_v2beta1_agent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_audio_config_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_context_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_document_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_environment_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_gcs_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_intent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_knowledge_base_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_session_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_session_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_validation_result_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2beta1_webhook_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAgentsServer ¶
func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
func RegisterContextsServer ¶
func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
func RegisterDocumentsServer ¶
func RegisterDocumentsServer(s *grpc.Server, srv DocumentsServer)
func RegisterEntityTypesServer ¶
func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
func RegisterEnvironmentsServer ¶
func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
func RegisterIntentsServer ¶
func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
func RegisterKnowledgeBasesServer ¶
func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer)
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>` or // `projects/<Project ID>/locations/<Location ID>` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The name of this agent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. The default language of the agent as a language tag. See // [Language // Support](https://cloud.google.com/dialogflow/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,proto3" json:"default_language_code,omitempty"` // Optional. The list of all languages supported by this agent (except for the // `default_language_code`). SupportedLanguageCodes []string `` /* 129-byte string literal not displayed */ // 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,proto3" 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,proto3" 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://cloud.google.com/dialogflow/docs/integrations/web-demo) // integration. AvatarUri string `protobuf:"bytes,7,opt,name=avatar_uri,json=avatarUri,proto3" json:"avatar_uri,omitempty"` // Optional. Determines whether this agent should log conversation queries. EnableLogging bool `protobuf:"varint,8,opt,name=enable_logging,json=enableLogging,proto3" json:"enable_logging,omitempty"` // Optional. Determines how intents are detected from user queries. // // Deprecated: Do not use. MatchMode Agent_MatchMode `` /* 142-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 will 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 `` /* 133-byte string literal not displayed */ // Optional. API version displayed in Dialogflow console. If not specified, // V2 API is assumed. Clients are free to query different service endpoints // for different API versions. However, bots connectors and webhook calls will // follow the specified API version. ApiVersion Agent_ApiVersion `` /* 147-byte string literal not displayed */ // Optional. The agent tier. If not specified, TIER_STANDARD is assumed. Tier Agent_Tier `protobuf:"varint,15,opt,name=tier,proto3,enum=google.cloud.dialogflow.v2beta1.Agent_Tier" json:"tier,omitempty"` // contains filtered or unexported fields }
A Dialogflow agent is a virtual agent that handles conversations with your end-users. It is a natural language understanding module that understands the nuances of human language. Dialogflow translates end-user text or audio during a conversation to structured data that your apps and services can understand. You design and build a Dialogflow agent to handle the types of conversations required for your system.
For more information about agents, see the [Agent guide](https://cloud.google.com/dialogflow/docs/agents-overview).
func (*Agent) Descriptor ¶
Deprecated: Use Agent.ProtoReflect.Descriptor instead.
func (*Agent) GetApiVersion ¶
func (x *Agent) GetApiVersion() Agent_ApiVersion
func (*Agent) GetAvatarUri ¶
func (*Agent) GetClassificationThreshold ¶
func (*Agent) GetDefaultLanguageCode ¶
func (*Agent) GetDescription ¶
func (*Agent) GetDisplayName ¶
func (*Agent) GetEnableLogging ¶
func (*Agent) GetSupportedLanguageCodes ¶
func (*Agent) GetTier ¶
func (x *Agent) GetTier() Agent_Tier
func (*Agent) GetTimeZone ¶
func (*Agent) ProtoMessage ¶
func (*Agent) ProtoMessage()
func (*Agent) ProtoReflect ¶
func (x *Agent) ProtoReflect() protoreflect.Message
type Agent_ApiVersion ¶
type Agent_ApiVersion int32
API version for the agent.
const ( // Not specified. Agent_API_VERSION_UNSPECIFIED Agent_ApiVersion = 0 // Legacy V1 API. Agent_API_VERSION_V1 Agent_ApiVersion = 1 // V2 API. Agent_API_VERSION_V2 Agent_ApiVersion = 2 // V2beta1 API. Agent_API_VERSION_V2_BETA_1 Agent_ApiVersion = 3 )
func (Agent_ApiVersion) Descriptor ¶
func (Agent_ApiVersion) Descriptor() protoreflect.EnumDescriptor
func (Agent_ApiVersion) Enum ¶
func (x Agent_ApiVersion) Enum() *Agent_ApiVersion
func (Agent_ApiVersion) EnumDescriptor ¶
func (Agent_ApiVersion) EnumDescriptor() ([]byte, []int)
Deprecated: Use Agent_ApiVersion.Descriptor instead.
func (Agent_ApiVersion) Number ¶
func (x Agent_ApiVersion) Number() protoreflect.EnumNumber
func (Agent_ApiVersion) String ¶
func (x Agent_ApiVersion) String() string
func (Agent_ApiVersion) Type ¶
func (Agent_ApiVersion) Type() protoreflect.EnumType
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 custom entities. Agent_MATCH_MODE_ML_ONLY Agent_MatchMode = 2 )
func (Agent_MatchMode) Descriptor ¶
func (Agent_MatchMode) Descriptor() protoreflect.EnumDescriptor
func (Agent_MatchMode) Enum ¶
func (x Agent_MatchMode) Enum() *Agent_MatchMode
func (Agent_MatchMode) EnumDescriptor ¶
func (Agent_MatchMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Agent_MatchMode.Descriptor instead.
func (Agent_MatchMode) Number ¶
func (x Agent_MatchMode) Number() protoreflect.