Documentation ¶
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
- func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
- func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
- func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
- func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
- func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x AudioEncoding) Number() protoreflect.EnumNumber
- func (x AudioEncoding) String() string
- func (AudioEncoding) Type() protoreflect.EnumType
- type BatchCreateEntitiesRequest
- func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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 CreateSessionEntityTypeRequest
- func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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
- func (*DeleteAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentRequest) GetParent() string
- func (*DeleteAgentRequest) ProtoMessage()
- func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentRequest) Reset()
- func (x *DeleteAgentRequest) String() string
- type DeleteAllContextsRequest
- func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x *DeleteContextRequest) GetName() string
- func (*DeleteContextRequest) ProtoMessage()
- func (x *DeleteContextRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteContextRequest) Reset()
- func (x *DeleteContextRequest) String() string
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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
- func (*DeleteIntentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIntentRequest) GetName() string
- func (*DeleteIntentRequest) ProtoMessage()
- func (x *DeleteIntentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIntentRequest) Reset()
- func (x *DeleteIntentRequest) String() string
- type DeleteSessionEntityTypeRequest
- func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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 EntityType
- func (*EntityType) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 GetAgentRequest
- type GetContextRequest
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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 GetSessionEntityTypeRequest
- func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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() []stringdeprecated
- 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)deprecated
- func (x *Intent) GetAction() string
- func (x *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform
- func (x *Intent) GetDisplayName() string
- 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) 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)deprecated
- 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)deprecated
- 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) GetSimpleResponses() *Intent_Message_SimpleResponses
- func (x *Intent_Message) GetSuggestions() *Intent_Message_Suggestions
- func (x *Intent_Message) GetTableCard() *Intent_Message_TableCard
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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_SelectItemInfo
- func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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_Text
- func (*Intent_Message_Text) Descriptor() ([]byte, []int)deprecated
- func (x *Intent_Message_Text) GetText() []string
- func (*Intent_Message_Text) ProtoMessage()
- func (x *Intent_Message_Text) ProtoReflect() protoreflect.Message
- func (x *Intent_Message_Text) Reset()
- func (x *Intent_Message_Text) String() string
- type Intent_Message_Text_
- type Intent_Parameter
- func (*Intent_Parameter) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x Intent_WebhookState) Number() protoreflect.EnumNumber
- func (x Intent_WebhookState) String() string
- func (Intent_WebhookState) Type() protoreflect.EnumType
- type IntentsClient
- type IntentsServer
- type ListContextsRequest
- func (*ListContextsRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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 ListEntityTypesRequest
- func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 ListSessionEntityTypesRequest
- func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x OutputAudioEncoding) Number() protoreflect.EnumNumber
- func (x OutputAudioEncoding) String() string
- func (OutputAudioEncoding) Type() protoreflect.EnumType
- type QueryInput
- func (*QueryInput) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x *QueryParameters) GetContexts() []*Context
- func (x *QueryParameters) GetGeoLocation() *latlng.LatLng
- func (x *QueryParameters) GetPayload() *structpb.Struct
- func (x *QueryParameters) GetResetContexts() bool
- func (x *QueryParameters) GetSentimentAnalysisRequestConfig() *SentimentAnalysisRequestConfig
- func (x *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
- func (x *QueryParameters) GetTimeZone() 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)deprecated
- 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) 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 RestoreAgentRequest
- func (*RestoreAgentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x SpeechModelVariant) Number() protoreflect.EnumNumber
- func (x SpeechModelVariant) String() string
- func (SpeechModelVariant) Type() protoreflect.EnumType
- type SpeechWordInfo
- func (*SpeechWordInfo) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x SsmlVoiceGender) Number() protoreflect.EnumNumber
- func (x SsmlVoiceGender) String() string
- func (SsmlVoiceGender) Type() protoreflect.EnumType
- type StreamingDetectIntentRequest
- func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)deprecated
- 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() booldeprecated
- 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)deprecated
- 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)deprecated
- func (x *StreamingRecognitionResult) GetConfidence() float32
- 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) 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)deprecated
- func (x StreamingRecognitionResult_MessageType) Number() protoreflect.EnumNumber
- func (x StreamingRecognitionResult_MessageType) String() string
- func (StreamingRecognitionResult_MessageType) Type() protoreflect.EnumType
- type SynthesizeSpeechConfig
- func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int)deprecated
- 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 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 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 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)deprecated
- 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 UpdateEntityTypeRequest
- func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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 UpdateSessionEntityTypeRequest
- func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 ¶
This section is empty.
Variables ¶
var ( Agent_MatchMode_name = map[int32]string{ 0: "MATCH_MODE_UNSPECIFIED", 1: "MATCH_MODE_HYBRID", 2: "MATCH_MODE_ML_ONLY", } 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 ( 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", 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, "GOOGLE_HANGOUTS": 11, } )
Enum value maps for Intent_Message_Platform.
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 ( 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_v2_agent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_audio_config_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_context_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_environment_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_intent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_session_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_session_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_validation_result_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_v2_webhook_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAgentsServer ¶
func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
func RegisterContextsServer ¶
func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
func RegisterEntityTypesServer ¶
func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
func RegisterEnvironmentsServer ¶
func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
func RegisterIntentsServer ¶
func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
func RegisterSessionEntityTypesServer ¶
func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
func RegisterSessionsServer ¶
func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
Types ¶
type Agent ¶
type Agent struct { // Required. The project of this agent. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,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. MatchMode Agent_MatchMode `` /* 137-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 `` /* 142-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.v2.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
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) GetMatchMode ¶
func (x *Agent) GetMatchMode() Agent_MatchMode
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
deprecated
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
deprecated
func (Agent_MatchMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Agent_MatchMode.Descriptor instead.
func (Agent_MatchMode) Number ¶
func (x Agent_MatchMode) Number() protoreflect.EnumNumber
func (Agent_MatchMode) String ¶
func (x Agent_MatchMode) String() string
func (Agent_MatchMode) Type ¶
func (Agent_MatchMode) Type() protoreflect.EnumType
type Agent_Tier ¶
type Agent_Tier int32
Represents the agent tier.
const ( // Not specified. This value should never be used. Agent_TIER_UNSPECIFIED Agent_Tier = 0 // Standard tier. Agent_TIER_STANDARD Agent_Tier = 1 // Enterprise tier (Essentials). Agent_TIER_ENTERPRISE Agent_Tier = 2 // Enterprise tier (Plus). Agent_TIER_ENTERPRISE_PLUS Agent_Tier = 3 )
func (Agent_Tier) Descriptor ¶
func (Agent_Tier) Descriptor() protoreflect.EnumDescriptor
func (Agent_Tier) Enum ¶
func (x Agent_Tier) Enum() *Agent_Tier
func (Agent_Tier) EnumDescriptor
deprecated
func (Agent_Tier) EnumDescriptor() ([]byte, []int)
Deprecated: Use Agent_Tier.Descriptor instead.
func (Agent_Tier) Number ¶
func (x Agent_Tier) Number() protoreflect.EnumNumber
func (Agent_Tier) String ¶
func (x Agent_Tier) String() string
func (Agent_Tier) Type ¶
func (Agent_Tier) Type() protoreflect.EnumType
type AgentsClient ¶
type AgentsClient interface { // Retrieves the specified agent. GetAgent(ctx context.Context, in *GetAgentRequest, opts ...grpc.CallOption) (*Agent, error) // Creates/updates the specified agent. SetAgent(ctx context.Context, in *SetAgentRequest, opts ...grpc.CallOption) (*Agent, error) // Deletes the specified agent. DeleteAgent(ctx context.Context, in *DeleteAgentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Returns the list of agents. // // Since there is at most one conversational agent per project, this method is // useful primarily for listing all agents across projects the caller has // access to. One can achieve that with a wildcard project collection id "-". // Refer to [List // Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). SearchAgents(ctx context.Context, in *SearchAgentsRequest, opts ...grpc.CallOption) (*SearchAgentsResponse, error) // Trains the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(ctx context.Context, in *TrainAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]> ExportAgent(ctx context.Context, in *ExportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // // Uploads new intents and entity types without deleting the existing ones. // Intents and entity types with the same name are replaced with the new // versions from [ImportAgentRequest][google.cloud.dialogflow.v2.ImportAgentRequest]. After the import, the imported draft // agent will be trained automatically (unless disabled in agent settings). // However, once the import is done, training may not be completed yet. Please // call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it returns in order to train // explicitly. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> // An operation which tracks when importing is complete. It only tracks // when the draft agent is updated not when it is done training. ImportAgent(ctx context.Context, in *ImportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. After the restore, the // restored draft agent will be trained automatically (unless disabled in // agent settings). However, once the restore is done, training may not be // completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it // returns in order to train explicitly. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> // An operation which tracks when restoring is complete. It only tracks // when the draft agent is updated not when it is done training. RestoreAgent(ctx context.Context, in *RestoreAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Gets agent validation result. Agent validation is performed during // training time and is updated automatically when training is completed. GetValidationResult(ctx context.Context, in *GetValidationResultRequest, opts ...grpc.CallOption) (*ValidationResult, error) }
AgentsClient is the client API for Agents service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAgentsClient ¶
func NewAgentsClient(cc grpc.ClientConnInterface) AgentsClient
type AgentsServer ¶
type AgentsServer interface { // Retrieves the specified agent. GetAgent(context.Context, *GetAgentRequest) (*Agent, error) // Creates/updates the specified agent. SetAgent(context.Context, *SetAgentRequest) (*Agent, error) // Deletes the specified agent. DeleteAgent(context.Context, *DeleteAgentRequest) (*emptypb.Empty, error) // Returns the list of agents. // // Since there is at most one conversational agent per project, this method is // useful primarily for listing all agents across projects the caller has // access to. One can achieve that with a wildcard project collection id "-". // Refer to [List // Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). SearchAgents(context.Context, *SearchAgentsRequest) (*SearchAgentsResponse, error) // Trains the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]> ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // // Uploads new intents and entity types without deleting the existing ones. // Intents and entity types with the same name are replaced with the new // versions from [ImportAgentRequest][google.cloud.dialogflow.v2.ImportAgentRequest]. After the import, the imported draft // agent will be trained automatically (unless disabled in agent settings). // However, once the import is done, training may not be completed yet. Please // call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it returns in order to train // explicitly. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> // An operation which tracks when importing is complete. It only tracks // when the draft agent is updated not when it is done training. ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. After the restore, the // restored draft agent will be trained automatically (unless disabled in // agent settings). However, once the restore is done, training may not be // completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it // returns in order to train explicitly. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> // An operation which tracks when restoring is complete. It only tracks // when the draft agent is updated not when it is done training. RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error) // Gets agent validation result. Agent validation is performed during // training time and is updated automatically when training is completed. GetValidationResult(context.Context, *GetValidationResultRequest) (*ValidationResult, error) }
AgentsServer is the server API for Agents service.
type AudioEncoding ¶
type AudioEncoding int32
Audio encoding of the audio content sent in the conversational query request. Refer to the [Cloud Speech API documentation](https://cloud.google.com/speech-to-text/docs/basics) for more details.
const ( // Not specified. AudioEncoding_AUDIO_ENCODING_UNSPECIFIED AudioEncoding = 0 // Uncompressed 16-bit signed little-endian samples (Linear PCM). AudioEncoding_AUDIO_ENCODING_LINEAR_16 AudioEncoding = 1 // [`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio // Codec) is the recommended encoding because it is lossless (therefore // recognition is not compromised) and requires only about half the // bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and // 24-bit samples, however, not all fields in `STREAMINFO` are supported. AudioEncoding_AUDIO_ENCODING_FLAC AudioEncoding = 2 // 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. AudioEncoding_AUDIO_ENCODING_MULAW AudioEncoding = 3 // Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000. AudioEncoding_AUDIO_ENCODING_AMR AudioEncoding = 4 // Adaptive Multi-Rate Wideband codec. `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_AMR_WB AudioEncoding = 5 // Opus encoded audio frames in Ogg container // ([OggOpus](https://wiki.xiph.org/OggOpus)). // `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_OGG_OPUS AudioEncoding = 6 // Although the use of lossy encodings is not recommended, if a very low // bitrate encoding is required, `OGG_OPUS` is highly preferred over // Speex encoding. The [Speex](https://speex.org/) encoding supported by // Dialogflow API has a header byte in each block, as in MIME type // `audio/x-speex-with-header-byte`. // It is a variant of the RTP Speex encoding defined in // [RFC 5574](https://tools.ietf.org/html/rfc5574). // The stream is a sequence of blocks, one block per RTP packet. Each block // starts with a byte containing the length of the block, in bytes, followed // by one or more frames of Speex data, padded to an integral number of // bytes (octets) as specified in RFC 5574. In other words, each RTP header // is replaced with a single byte containing the block length. Only Speex // wideband is supported. `sample_rate_hertz` must be 16000. AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE AudioEncoding = 7 )
func (AudioEncoding) Descriptor ¶
func (AudioEncoding) Descriptor() protoreflect.EnumDescriptor
func (AudioEncoding) Enum ¶
func (x AudioEncoding) Enum() *AudioEncoding
func (AudioEncoding) EnumDescriptor
deprecated
func (AudioEncoding) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudioEncoding.Descriptor instead.
func (AudioEncoding) Number ¶
func (x AudioEncoding) Number() protoreflect.EnumNumber
func (AudioEncoding) String ¶
func (x AudioEncoding) String() string
func (AudioEncoding) Type ¶
func (AudioEncoding) Type() protoreflect.EnumType
type BatchCreateEntitiesRequest ¶
type BatchCreateEntitiesRequest struct { // Required. The name of the entity type to create entities in. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The entities to create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities].
func (*BatchCreateEntitiesRequest) Descriptor
deprecated
func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchCreateEntitiesRequest.ProtoReflect.Descriptor instead.
func (*BatchCreateEntitiesRequest) GetEntities ¶
func (x *BatchCreateEntitiesRequest) GetEntities() []*EntityType_Entity
func (*BatchCreateEntitiesRequest) GetLanguageCode ¶
func (x *BatchCreateEntitiesRequest) GetLanguageCode() string
func (*BatchCreateEntitiesRequest) GetParent ¶
func (x *BatchCreateEntitiesRequest) GetParent() string
func (*BatchCreateEntitiesRequest) ProtoMessage ¶
func (*BatchCreateEntitiesRequest) ProtoMessage()
func (*BatchCreateEntitiesRequest) ProtoReflect ¶
func (x *BatchCreateEntitiesRequest) ProtoReflect() protoreflect.Message
func (*BatchCreateEntitiesRequest) Reset ¶
func (x *BatchCreateEntitiesRequest) Reset()
func (*BatchCreateEntitiesRequest) String ¶
func (x *BatchCreateEntitiesRequest) String() string
type BatchDeleteEntitiesRequest ¶
type BatchDeleteEntitiesRequest struct { // Required. The name of the entity type to delete entries for. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The reference `values` of the entities to delete. Note that // these are not fully-qualified names, i.e. they don't start with // `projects/<Project ID>`. EntityValues []string `protobuf:"bytes,2,rep,name=entity_values,json=entityValues,proto3" json:"entity_values,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities].
func (*BatchDeleteEntitiesRequest) Descriptor
deprecated
func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteEntitiesRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteEntitiesRequest) GetEntityValues ¶
func (x *BatchDeleteEntitiesRequest) GetEntityValues() []string
func (*BatchDeleteEntitiesRequest) GetLanguageCode ¶
func (x *BatchDeleteEntitiesRequest) GetLanguageCode() string
func (*BatchDeleteEntitiesRequest) GetParent ¶
func (x *BatchDeleteEntitiesRequest) GetParent() string
func (*BatchDeleteEntitiesRequest) ProtoMessage ¶
func (*BatchDeleteEntitiesRequest) ProtoMessage()
func (*BatchDeleteEntitiesRequest) ProtoReflect ¶
func (x *BatchDeleteEntitiesRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteEntitiesRequest) Reset ¶
func (x *BatchDeleteEntitiesRequest) Reset()
func (*BatchDeleteEntitiesRequest) String ¶
func (x *BatchDeleteEntitiesRequest) String() string
type BatchDeleteEntityTypesRequest ¶
type BatchDeleteEntityTypesRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The names entity types to delete. All names must point to the // same agent as `parent`. EntityTypeNames []string `protobuf:"bytes,2,rep,name=entity_type_names,json=entityTypeNames,proto3" json:"entity_type_names,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes].
func (*BatchDeleteEntityTypesRequest) Descriptor
deprecated
func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteEntityTypesRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteEntityTypesRequest) GetEntityTypeNames ¶
func (x *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string
func (*BatchDeleteEntityTypesRequest) GetParent ¶
func (x *BatchDeleteEntityTypesRequest) GetParent() string
func (*BatchDeleteEntityTypesRequest) ProtoMessage ¶
func (*BatchDeleteEntityTypesRequest) ProtoMessage()
func (*BatchDeleteEntityTypesRequest) ProtoReflect ¶
func (x *BatchDeleteEntityTypesRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteEntityTypesRequest) Reset ¶
func (x *BatchDeleteEntityTypesRequest) Reset()
func (*BatchDeleteEntityTypesRequest) String ¶
func (x *BatchDeleteEntityTypesRequest) String() string
type BatchDeleteIntentsRequest ¶
type BatchDeleteIntentsRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The collection of intents to delete. Only intent `name` must be // filled in. Intents []*Intent `protobuf:"bytes,2,rep,name=intents,proto3" json:"intents,omitempty"` // contains filtered or unexported fields }
The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents].
func (*BatchDeleteIntentsRequest) Descriptor
deprecated
func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteIntentsRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteIntentsRequest) GetIntents ¶
func (x *BatchDeleteIntentsRequest) GetIntents() []*Intent
func (*BatchDeleteIntentsRequest) GetParent ¶
func (x *BatchDeleteIntentsRequest) GetParent() string
func (*BatchDeleteIntentsRequest) ProtoMessage ¶
func (*BatchDeleteIntentsRequest) ProtoMessage()
func (*BatchDeleteIntentsRequest) ProtoReflect ¶
func (x *BatchDeleteIntentsRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteIntentsRequest) Reset ¶
func (x *BatchDeleteIntentsRequest) Reset()
func (*BatchDeleteIntentsRequest) String ¶
func (x *BatchDeleteIntentsRequest) String() string
type BatchUpdateEntitiesRequest ¶
type BatchUpdateEntitiesRequest struct { // Required. The name of the entity type to update or create entities in. // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The entities to update or create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntities].
func (*BatchUpdateEntitiesRequest) Descriptor
deprecated
func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateEntitiesRequest.ProtoReflect.Descriptor instead.
func (*BatchUpdateEntitiesRequest) GetEntities ¶
func (x *BatchUpdateEntitiesRequest) GetEntities() []*EntityType_Entity
func (*BatchUpdateEntitiesRequest) GetLanguageCode ¶
func (x *BatchUpdateEntitiesRequest) GetLanguageCode() string
func (*BatchUpdateEntitiesRequest) GetParent ¶
func (x *BatchUpdateEntitiesRequest) GetParent() string
func (*BatchUpdateEntitiesRequest) GetUpdateMask ¶
func (x *BatchUpdateEntitiesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*BatchUpdateEntitiesRequest) ProtoMessage ¶
func (*BatchUpdateEntitiesRequest) ProtoMessage()
func (*BatchUpdateEntitiesRequest) ProtoReflect ¶
func (x *BatchUpdateEntitiesRequest) ProtoReflect() protoreflect.Message
func (*BatchUpdateEntitiesRequest) Reset ¶
func (x *BatchUpdateEntitiesRequest) Reset()
func (*BatchUpdateEntitiesRequest) String ¶
func (x *BatchUpdateEntitiesRequest) String() string
type BatchUpdateEntityTypesRequest ¶
type BatchUpdateEntityTypesRequest struct { // Required. The name of the agent to update or create entity types in. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The source of the entity type batch. // // For each entity type in the batch: // // * If `name` is specified, we update an existing entity type. // * If `name` is not specified, we create a new entity type. // // Types that are assignable to EntityTypeBatch: // *BatchUpdateEntityTypesRequest_EntityTypeBatchUri // *BatchUpdateEntityTypesRequest_EntityTypeBatchInline EntityTypeBatch isBatchUpdateEntityTypesRequest_EntityTypeBatch `protobuf_oneof:"entity_type_batch"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
func (*BatchUpdateEntityTypesRequest) Descriptor
deprecated
func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateEntityTypesRequest.ProtoReflect.Descriptor instead.
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatch ¶
func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatch() isBatchUpdateEntityTypesRequest_EntityTypeBatch
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline ¶
func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline() *EntityTypeBatch
func (*BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri ¶
func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri() string
func (*BatchUpdateEntityTypesRequest) GetLanguageCode ¶
func (x *BatchUpdateEntityTypesRequest) GetLanguageCode() string
func (*BatchUpdateEntityTypesRequest) GetParent ¶
func (x *BatchUpdateEntityTypesRequest) GetParent() string
func (*BatchUpdateEntityTypesRequest) GetUpdateMask ¶
func (x *BatchUpdateEntityTypesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*BatchUpdateEntityTypesRequest) ProtoMessage ¶
func (*BatchUpdateEntityTypesRequest) ProtoMessage()
func (*BatchUpdateEntityTypesRequest) ProtoReflect ¶
func (x *BatchUpdateEntityTypesRequest) ProtoReflect() protoreflect.Message
func (*BatchUpdateEntityTypesRequest) Reset ¶
func (x *BatchUpdateEntityTypesRequest) Reset()
func (*BatchUpdateEntityTypesRequest) String ¶
func (x *BatchUpdateEntityTypesRequest) String() string
type BatchUpdateEntityTypesRequest_EntityTypeBatchInline ¶
type BatchUpdateEntityTypesRequest_EntityTypeBatchInline struct { // The collection of entity types to update or create. EntityTypeBatchInline *EntityTypeBatch `protobuf:"bytes,3,opt,name=entity_type_batch_inline,json=entityTypeBatchInline,proto3,oneof"` }
type BatchUpdateEntityTypesRequest_EntityTypeBatchUri ¶
type BatchUpdateEntityTypesRequest_EntityTypeBatchUri struct { // The URI to a Google Cloud Storage file containing entity types to update // or create. The file format can either be a serialized proto (of // EntityBatch type) or a JSON object. Note: The URI must start with // "gs://". EntityTypeBatchUri string `protobuf:"bytes,2,opt,name=entity_type_batch_uri,json=entityTypeBatchUri,proto3,oneof"` }
type BatchUpdateEntityTypesResponse ¶
type BatchUpdateEntityTypesResponse struct { // The collection of updated or created entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes,proto3" json:"entity_types,omitempty"` // contains filtered or unexported fields }
The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
func (*BatchUpdateEntityTypesResponse) Descriptor
deprecated
func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateEntityTypesResponse.ProtoReflect.Descriptor instead.
func (*BatchUpdateEntityTypesResponse) GetEntityTypes ¶
func (x *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType
func (*BatchUpdateEntityTypesResponse) ProtoMessage ¶
func (*BatchUpdateEntityTypesResponse) ProtoMessage()
func (*BatchUpdateEntityTypesResponse) ProtoReflect ¶
func (x *BatchUpdateEntityTypesResponse) ProtoReflect() protoreflect.Message
func (*BatchUpdateEntityTypesResponse) Reset ¶
func (x *BatchUpdateEntityTypesResponse) Reset()
func (*BatchUpdateEntityTypesResponse) String ¶
func (x *BatchUpdateEntityTypesResponse) String() string
type BatchUpdateIntentsRequest ¶
type BatchUpdateIntentsRequest struct { // Required. The name of the agent to update or create intents in. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The source of the intent batch. // // Types that are assignable to IntentBatch: // *BatchUpdateIntentsRequest_IntentBatchUri // *BatchUpdateIntentsRequest_IntentBatchInline IntentBatch isBatchUpdateIntentsRequest_IntentBatch `protobuf_oneof:"intent_batch"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BatchUpdateIntentsRequest) Descriptor
deprecated
func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateIntentsRequest.ProtoReflect.Descriptor instead.
func (*BatchUpdateIntentsRequest) GetIntentBatch ¶
func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch
func (*BatchUpdateIntentsRequest) GetIntentBatchInline ¶
func (x *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch
func (*BatchUpdateIntentsRequest) GetIntentBatchUri ¶
func (x *BatchUpdateIntentsRequest) GetIntentBatchUri() string
func (*BatchUpdateIntentsRequest) GetIntentView ¶
func (x *BatchUpdateIntentsRequest) GetIntentView() IntentView
func (*BatchUpdateIntentsRequest) GetLanguageCode ¶
func (x *BatchUpdateIntentsRequest) GetLanguageCode() string
func (*BatchUpdateIntentsRequest) GetParent ¶
func (x *BatchUpdateIntentsRequest) GetParent() string
func (*BatchUpdateIntentsRequest) GetUpdateMask ¶
func (x *BatchUpdateIntentsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*BatchUpdateIntentsRequest) ProtoMessage ¶
func (*BatchUpdateIntentsRequest) ProtoMessage()
func (*BatchUpdateIntentsRequest) ProtoReflect ¶
func (x *BatchUpdateIntentsRequest) ProtoReflect() protoreflect.Message
func (*BatchUpdateIntentsRequest) Reset ¶
func (x *BatchUpdateIntentsRequest) Reset()
func (*BatchUpdateIntentsRequest) String ¶
func (x *BatchUpdateIntentsRequest) String() string
type BatchUpdateIntentsRequest_IntentBatchInline ¶
type BatchUpdateIntentsRequest_IntentBatchInline struct { // The collection of intents to update or create. IntentBatchInline *IntentBatch `protobuf:"bytes,3,opt,name=intent_batch_inline,json=intentBatchInline,proto3,oneof"` }
type BatchUpdateIntentsRequest_IntentBatchUri ¶
type BatchUpdateIntentsRequest_IntentBatchUri struct { // The URI to a Google Cloud Storage file containing intents to update or // create. The file format can either be a serialized proto (of IntentBatch // type) or JSON object. Note: The URI must start with "gs://". IntentBatchUri string `protobuf:"bytes,2,opt,name=intent_batch_uri,json=intentBatchUri,proto3,oneof"` }
type BatchUpdateIntentsResponse ¶
type BatchUpdateIntentsResponse struct { // The collection of updated or created intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"` // contains filtered or unexported fields }
The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].
func (*BatchUpdateIntentsResponse) Descriptor
deprecated
func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateIntentsResponse.ProtoReflect.Descriptor instead.
func (*BatchUpdateIntentsResponse) GetIntents ¶
func (x *BatchUpdateIntentsResponse) GetIntents() []*Intent
func (*BatchUpdateIntentsResponse) ProtoMessage ¶
func (*BatchUpdateIntentsResponse) ProtoMessage()
func (*BatchUpdateIntentsResponse) ProtoReflect ¶
func (x *BatchUpdateIntentsResponse) ProtoReflect() protoreflect.Message
func (*BatchUpdateIntentsResponse) Reset ¶
func (x *BatchUpdateIntentsResponse) Reset()
func (*BatchUpdateIntentsResponse) String ¶
func (x *BatchUpdateIntentsResponse) String() string
type Context ¶
type Context struct { // Required. The unique identifier of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, // or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>/contexts/<Context ID>`. // // The `Context ID` is always converted to lowercase, may only contain // characters in a-zA-Z0-9_-% and may be at most 250 bytes long. // // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. // // The following context names are reserved for internal use by Dialogflow. // You should not use these contexts or create contexts with these names: // // * `__system_counters__` // * `*_id_dialog_context` // * `*_dialog_params_size` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The number of conversational query requests after which the // context expires. The default is `0`. If set to `0`, the context expires // immediately. Contexts expire automatically after 20 minutes if there // are no matching queries. LifespanCount int32 `protobuf:"varint,2,opt,name=lifespan_count,json=lifespanCount,proto3" json:"lifespan_count,omitempty"` // Optional. The collection of parameters associated with this context. // // Depending on your protocol or client library language, this is a // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // // - MapKey type: string // - MapKey value: parameter name // - MapValue type: // - If parameter's entity type is a composite entity: map // - Else: string or number, depending on parameter value type // - MapValue value: // - If parameter's entity type is a composite entity: // map from composite entity property names to property values // - Else: parameter value Parameters *structpb.Struct `protobuf:"bytes,3,opt,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
Dialogflow contexts are similar to natural language context. If a person says to you "they are orange", you need context in order to understand what "they" is referring to. Similarly, for Dialogflow to handle an end-user expression like that, it needs to be provided with context in order to correctly match an intent.
Using contexts, you can control the flow of a conversation. You can configure contexts for an intent by setting input and output contexts, which are identified by string names. When an intent is matched, any configured output contexts for that intent become active. While any contexts are active, Dialogflow is more likely to match intents that are configured with input contexts that correspond to the currently active contexts.
For more information about context, see the [Contexts guide](https://cloud.google.com/dialogflow/docs/contexts-overview).
func (*Context) Descriptor
deprecated
func (*Context) GetLifespanCount ¶
func (*Context) GetParameters ¶
func (*Context) ProtoMessage ¶
func (*Context) ProtoMessage()
func (*Context) ProtoReflect ¶
func (x *Context) ProtoReflect() protoreflect.Message
type ContextsClient ¶
type ContextsClient interface { // Returns the list of all contexts in the specified session. ListContexts(ctx context.Context, in *ListContextsRequest, opts ...grpc.CallOption) (*ListContextsResponse, error) // Retrieves the specified context. GetContext(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*Context, error) // Creates a context. // // If the specified context already exists, overrides the context. CreateContext(ctx context.Context, in *CreateContextRequest, opts ...grpc.CallOption) (*Context, error) // Updates the specified context. UpdateContext(ctx context.Context, in *UpdateContextRequest, opts ...grpc.CallOption) (*Context, error) // Deletes the specified context. DeleteContext(ctx context.Context, in *DeleteContextRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Deletes all active contexts in the specified session. DeleteAllContexts(ctx context.Context, in *DeleteAllContextsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
ContextsClient is the client API for Contexts service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewContextsClient ¶
func NewContextsClient(cc grpc.ClientConnInterface) ContextsClient
type ContextsServer ¶
type ContextsServer interface { // Returns the list of all contexts in the specified session. ListContexts(context.Context, *ListContextsRequest) (*ListContextsResponse, error) // Retrieves the specified context. GetContext(context.Context, *GetContextRequest) (*Context, error) // Creates a context. // // If the specified context already exists, overrides the context. CreateContext(context.Context, *CreateContextRequest) (*Context, error) // Updates the specified context. UpdateContext(context.Context, *UpdateContextRequest) (*Context, error) // Deletes the specified context. DeleteContext(context.Context, *DeleteContextRequest) (*emptypb.Empty, error) // Deletes all active contexts in the specified session. DeleteAllContexts(context.Context, *DeleteAllContextsRequest) (*emptypb.Empty, error) }
ContextsServer is the server API for Contexts service.
type CreateContextRequest ¶
type CreateContextRequest struct { // Required. The session to create a context for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The context to create. Context *Context `protobuf:"bytes,2,opt,name=context,proto3" json:"context,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext].
func (*CreateContextRequest) Descriptor
deprecated
func (*CreateContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateContextRequest.ProtoReflect.Descriptor instead.
func (*CreateContextRequest) GetContext ¶
func (x *CreateContextRequest) GetContext() *Context
func (*CreateContextRequest) GetParent ¶
func (x *CreateContextRequest) GetParent() string
func (*CreateContextRequest) ProtoMessage ¶
func (*CreateContextRequest) ProtoMessage()
func (*CreateContextRequest) ProtoReflect ¶
func (x *CreateContextRequest) ProtoReflect() protoreflect.Message
func (*CreateContextRequest) Reset ¶
func (x *CreateContextRequest) Reset()
func (*CreateContextRequest) String ¶
func (x *CreateContextRequest) String() string
type CreateEntityTypeRequest ¶
type CreateEntityTypeRequest struct { // Required. The agent to create a entity type for. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The entity type to create. EntityType *EntityType `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType].
func (*CreateEntityTypeRequest) Descriptor
deprecated
func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateEntityTypeRequest) GetEntityType ¶
func (x *CreateEntityTypeRequest) GetEntityType() *EntityType
func (*CreateEntityTypeRequest) GetLanguageCode ¶
func (x *CreateEntityTypeRequest) GetLanguageCode() string
func (*CreateEntityTypeRequest) GetParent ¶
func (x *CreateEntityTypeRequest) GetParent() string
func (*CreateEntityTypeRequest) ProtoMessage ¶
func (*CreateEntityTypeRequest) ProtoMessage()
func (*CreateEntityTypeRequest) ProtoReflect ¶
func (x *CreateEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateEntityTypeRequest) Reset ¶
func (x *CreateEntityTypeRequest) Reset()
func (*CreateEntityTypeRequest) String ¶
func (x *CreateEntityTypeRequest) String() string
type CreateIntentRequest ¶
type CreateIntentRequest struct { // Required. The agent to create a intent for. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The intent to create. Intent *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent].
func (*CreateIntentRequest) Descriptor
deprecated
func (*CreateIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateIntentRequest.ProtoReflect.Descriptor instead.
func (*CreateIntentRequest) GetIntent ¶
func (x *CreateIntentRequest) GetIntent() *Intent
func (*CreateIntentRequest) GetIntentView ¶
func (x *CreateIntentRequest) GetIntentView() IntentView
func (*CreateIntentRequest) GetLanguageCode ¶
func (x *CreateIntentRequest) GetLanguageCode() string
func (*CreateIntentRequest) GetParent ¶
func (x *CreateIntentRequest) GetParent() string
func (*CreateIntentRequest) ProtoMessage ¶
func (*CreateIntentRequest) ProtoMessage()
func (*CreateIntentRequest) ProtoReflect ¶
func (x *CreateIntentRequest) ProtoReflect() protoreflect.Message
func (*CreateIntentRequest) Reset ¶
func (x *CreateIntentRequest) Reset()
func (*CreateIntentRequest) String ¶
func (x *CreateIntentRequest) String() string
type CreateSessionEntityTypeRequest ¶
type CreateSessionEntityTypeRequest struct { // Required. The session to create a session entity type for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ // sessions/<Session ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The session entity type to create. SessionEntityType *SessionEntityType `protobuf:"bytes,2,opt,name=session_entity_type,json=sessionEntityType,proto3" json:"session_entity_type,omitempty"` // contains filtered or unexported fields }
The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType].
func (*CreateSessionEntityTypeRequest) Descriptor
deprecated
func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSessionEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*CreateSessionEntityTypeRequest) GetParent ¶
func (x *CreateSessionEntityTypeRequest) GetParent() string
func (*CreateSessionEntityTypeRequest) GetSessionEntityType ¶
func (x *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
func (*CreateSessionEntityTypeRequest) ProtoMessage ¶
func (*CreateSessionEntityTypeRequest) ProtoMessage()
func (*CreateSessionEntityTypeRequest) ProtoReflect ¶
func (x *CreateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*CreateSessionEntityTypeRequest) Reset ¶
func (x *CreateSessionEntityTypeRequest) Reset()
func (*CreateSessionEntityTypeRequest) String ¶
func (x *CreateSessionEntityTypeRequest) String() string
type DeleteAgentRequest ¶
type DeleteAgentRequest struct { // Required. The project that the agent to delete is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.DeleteAgent][google.cloud.dialogflow.v2.Agents.DeleteAgent].
func (*DeleteAgentRequest) Descriptor
deprecated
func (*DeleteAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentRequest.ProtoReflect.Descriptor instead.
func (*DeleteAgentRequest) GetParent ¶
func (x *DeleteAgentRequest) GetParent() string
func (*DeleteAgentRequest) ProtoMessage ¶
func (*DeleteAgentRequest) ProtoMessage()
func (*DeleteAgentRequest) ProtoReflect ¶
func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentRequest) Reset ¶
func (x *DeleteAgentRequest) Reset()
func (*DeleteAgentRequest) String ¶
func (x *DeleteAgentRequest) String() string
type DeleteAllContextsRequest ¶
type DeleteAllContextsRequest struct { // Required. The name of the session to delete all contexts from. Format: // `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project // ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session // ID>`. // If `Environment ID` is not specified we assume default 'draft' environment. // If `User ID` is not specified, we assume default '-' user. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts].
func (*DeleteAllContextsRequest) Descriptor
deprecated
func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAllContextsRequest.ProtoReflect.Descriptor instead.
func (*DeleteAllContextsRequest) GetParent ¶
func (x *DeleteAllContextsRequest) GetParent() string
func (*DeleteAllContextsRequest) ProtoMessage ¶
func (*DeleteAllContextsRequest) ProtoMessage()
func (*DeleteAllContextsRequest) ProtoReflect ¶
func (x *DeleteAllContextsRequest) ProtoReflect() protoreflect.Message
func (*DeleteAllContextsRequest) Reset ¶
func (x *DeleteAllContextsRequest) Reset()
func (*DeleteAllContextsRequest) String ¶
func (x *DeleteAllContextsRequest) String() string
type DeleteContextRequest ¶
type DeleteContextRequest struct { // Required. The name of the context to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` // or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>/contexts/<Context ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.DeleteContext][google.cloud.dialogflow.v2.Contexts.DeleteContext].
func (*DeleteContextRequest) Descriptor
deprecated
func (*DeleteContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteContextRequest.ProtoReflect.Descriptor instead.
func (*DeleteContextRequest) GetName ¶
func (x *DeleteContextRequest) GetName() string
func (*DeleteContextRequest) ProtoMessage ¶
func (*DeleteContextRequest) ProtoMessage()
func (*DeleteContextRequest) ProtoReflect ¶
func (x *DeleteContextRequest) ProtoReflect() protoreflect.Message
func (*DeleteContextRequest) Reset ¶
func (x *DeleteContextRequest) Reset()
func (*DeleteContextRequest) String ¶
func (x *DeleteContextRequest) String() string
type DeleteEntityTypeRequest ¶
type DeleteEntityTypeRequest struct { // Required. The name of the entity type to delete. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType].
func (*DeleteEntityTypeRequest) Descriptor
deprecated
func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntityTypeRequest) GetName ¶
func (x *DeleteEntityTypeRequest) GetName() string
func (*DeleteEntityTypeRequest) ProtoMessage ¶
func (*DeleteEntityTypeRequest) ProtoMessage()
func (*DeleteEntityTypeRequest) ProtoReflect ¶
func (x *DeleteEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntityTypeRequest) Reset ¶
func (x *DeleteEntityTypeRequest) Reset()
func (*DeleteEntityTypeRequest) String ¶
func (x *DeleteEntityTypeRequest) String() string
type DeleteIntentRequest ¶
type DeleteIntentRequest struct { // Required. The name of the intent to delete. If this intent has direct or // indirect followup intents, we also delete them. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
func (*DeleteIntentRequest) Descriptor
deprecated
func (*DeleteIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIntentRequest.ProtoReflect.Descriptor instead.
func (*DeleteIntentRequest) GetName ¶
func (x *DeleteIntentRequest) GetName() string
func (*DeleteIntentRequest) ProtoMessage ¶
func (*DeleteIntentRequest) ProtoMessage()
func (*DeleteIntentRequest) ProtoReflect ¶
func (x *DeleteIntentRequest) ProtoReflect() protoreflect.Message
func (*DeleteIntentRequest) Reset ¶
func (x *DeleteIntentRequest) Reset()
func (*DeleteIntentRequest) String ¶
func (x *DeleteIntentRequest) String() string
type DeleteSessionEntityTypeRequest ¶
type DeleteSessionEntityTypeRequest struct { // Required. The name of the entity type to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>` or `projects/<Project ID>/agent/environments/<Environment // ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display // Name>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType].
func (*DeleteSessionEntityTypeRequest) Descriptor
deprecated
func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSessionEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*DeleteSessionEntityTypeRequest) GetName ¶
func (x *DeleteSessionEntityTypeRequest) GetName() string
func (*DeleteSessionEntityTypeRequest) ProtoMessage ¶
func (*DeleteSessionEntityTypeRequest) ProtoMessage()
func (*DeleteSessionEntityTypeRequest) ProtoReflect ¶
func (x *DeleteSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteSessionEntityTypeRequest) Reset ¶
func (x *DeleteSessionEntityTypeRequest) Reset()
func (*DeleteSessionEntityTypeRequest) String ¶
func (x *DeleteSessionEntityTypeRequest) String() string
type DetectIntentRequest ¶
type DetectIntentRequest struct { // Required. The name of the session this query is sent to. Format: // `projects/<Project ID>/agent/sessions/<Session ID>`, or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume // default 'draft' environment. If `User ID` is not specified, we are using // "-". It's up to the API caller to choose an appropriate `Session ID` and // `User Id`. They can be a random number or some type of user and session // identifiers (preferably hashed). The length of the `Session ID` and // `User ID` must not exceed 36 characters. // // For more information, see the [API interactions // guide](https://cloud.google.com/dialogflow/docs/api-overview). Session string `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"` // The parameters of this query. QueryParams *QueryParameters `protobuf:"bytes,2,opt,name=query_params,json=queryParams,proto3" json:"query_params,omitempty"` // Required. The input specification. It can be set to: // // 1. an audio config // which instructs the speech recognizer how to process the speech audio, // // 2. a conversational query in the form of text, or // // 3. an event that specifies which intent to trigger. QueryInput *QueryInput `protobuf:"bytes,3,opt,name=query_input,json=queryInput,proto3" json:"query_input,omitempty"` // Instructs the speech synthesizer how to generate the output // audio. If this field is not set and agent-level speech synthesizer is not // configured, no output audio is generated. OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,4,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // Mask for [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config] indicating which settings in this // request-level config should override speech synthesizer settings defined at // agent-level. // // If unspecified or empty, [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config] replaces the agent-level // config in its entirety. OutputAudioConfigMask *fieldmaskpb.FieldMask `` /* 128-byte string literal not displayed */ // The natural language speech audio to be processed. This field // should be populated iff `query_input` is set to an input audio config. // A single request can contain up to 1 minute of speech audio data. InputAudio []byte `protobuf:"bytes,5,opt,name=input_audio,json=inputAudio,proto3" json:"input_audio,omitempty"` // contains filtered or unexported fields }
The request to detect user's intent.
func (*DetectIntentRequest) Descriptor
deprecated
func (*DetectIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DetectIntentRequest.ProtoReflect.Descriptor instead.
func (*DetectIntentRequest) GetInputAudio ¶
func (x *DetectIntentRequest) GetInputAudio() []byte
func (*DetectIntentRequest) GetOutputAudioConfig ¶
func (x *DetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
func (*DetectIntentRequest) GetOutputAudioConfigMask ¶
func (x *DetectIntentRequest) GetOutputAudioConfigMask() *fieldmaskpb.FieldMask
func (*DetectIntentRequest) GetQueryInput ¶
func (x *DetectIntentRequest) GetQueryInput() *QueryInput
func (*DetectIntentRequest) GetQueryParams ¶
func (x *DetectIntentRequest) GetQueryParams() *QueryParameters
func (*DetectIntentRequest) GetSession ¶
func (x *DetectIntentRequest) GetSession() string
func (*DetectIntentRequest) ProtoMessage ¶
func (*DetectIntentRequest) ProtoMessage()
func (*DetectIntentRequest) ProtoReflect ¶
func (x *DetectIntentRequest) ProtoReflect() protoreflect.Message
func (*DetectIntentRequest) Reset ¶
func (x *DetectIntentRequest) Reset()
func (*DetectIntentRequest) String ¶
func (x *DetectIntentRequest) String() string
type DetectIntentResponse ¶
type DetectIntentResponse struct { // The unique identifier of the response. It can be used to // locate a response in the training example set or for reporting issues. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` // The selected results of the conversational query or event processing. // See `alternative_query_results` for additional potential results. QueryResult *QueryResult `protobuf:"bytes,2,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` // Specifies the status of the webhook request. WebhookStatus *status.Status `protobuf:"bytes,3,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` // The audio data bytes encoded as specified in the request. // Note: The output audio is generated based on the values of default platform // text responses found in the `query_result.fulfillment_messages` field. If // multiple default text responses exist, they will be concatenated when // generating audio. If no default platform text responses exist, the // generated audio content will be empty. // // In some scenarios, multiple output audio fields may be present in the // response structure. In these cases, only the top-most-level audio output // has content. OutputAudio []byte `protobuf:"bytes,4,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` // The config used by the speech synthesizer to generate the output audio. OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,6,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // contains filtered or unexported fields }
The message returned from the DetectIntent method.
func (*DetectIntentResponse) Descriptor
deprecated
func (*DetectIntentResponse) Descriptor() ([]byte, []int)
Deprecated: Use DetectIntentResponse.ProtoReflect.Descriptor instead.
func (*DetectIntentResponse) GetOutputAudio ¶
func (x *DetectIntentResponse) GetOutputAudio() []byte
func (*DetectIntentResponse) GetOutputAudioConfig ¶
func (x *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
func (*DetectIntentResponse) GetQueryResult ¶
func (x *DetectIntentResponse) GetQueryResult() *QueryResult
func (*DetectIntentResponse) GetResponseId ¶
func (x *DetectIntentResponse) GetResponseId() string
func (*DetectIntentResponse) GetWebhookStatus ¶
func (x *DetectIntentResponse) GetWebhookStatus() *status.Status
func (*DetectIntentResponse) ProtoMessage ¶
func (*DetectIntentResponse) ProtoMessage()
func (*DetectIntentResponse) ProtoReflect ¶
func (x *DetectIntentResponse) ProtoReflect() protoreflect.Message
func (*DetectIntentResponse) Reset ¶
func (x *DetectIntentResponse) Reset()
func (*DetectIntentResponse) String ¶
func (x *DetectIntentResponse) String() string
type EntityType ¶
type EntityType struct { // The unique identifier of the entity type. // Required for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType] and // [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes] methods. // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of the entity type. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. Indicates the kind of entity type. Kind EntityType_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=google.cloud.dialogflow.v2.EntityType_Kind" json:"kind,omitempty"` // Optional. Indicates whether the entity type can be automatically // expanded. AutoExpansionMode EntityType_AutoExpansionMode `` /* 176-byte string literal not displayed */ // Optional. The collection of entity entries associated with the entity type. Entities []*EntityType_Entity `protobuf:"bytes,6,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. Enables fuzzy entity extraction during classification. EnableFuzzyExtraction bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Each intent parameter has a type, called the entity type, which dictates exactly how data from an end-user expression is extracted.
Dialogflow provides predefined system entities that can match many common types of data. For example, there are system entities for matching dates, times, colors, email addresses, and so on. You can also create your own custom entities for matching custom data. For example, you could define a vegetable entity that can match the types of vegetables available for purchase with a grocery store agent.
For more information, see the [Entity guide](https://cloud.google.com/dialogflow/docs/entities-overview).
func (*EntityType) Descriptor
deprecated
func (*EntityType) Descriptor() ([]byte, []int)
Deprecated: Use EntityType.ProtoReflect.Descriptor instead.
func (*EntityType) GetAutoExpansionMode ¶
func (x *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
func (*EntityType) GetDisplayName ¶
func (x *EntityType) GetDisplayName() string
func (*EntityType) GetEnableFuzzyExtraction ¶
func (x *EntityType) GetEnableFuzzyExtraction() bool
func (*EntityType) GetEntities ¶
func (x *EntityType) GetEntities() []*EntityType_Entity
func (*EntityType) GetKind ¶
func (x *EntityType) GetKind() EntityType_Kind
func (*EntityType) GetName ¶
func (x *EntityType) GetName() string
func (*EntityType) ProtoMessage ¶
func (*EntityType) ProtoMessage()
func (*EntityType) ProtoReflect ¶
func (x *EntityType) ProtoReflect() protoreflect.Message
func (*EntityType) Reset ¶
func (x *EntityType) Reset()
func (*EntityType) String ¶
func (x *EntityType) String() string
type EntityTypeBatch ¶
type EntityTypeBatch struct { // A collection of entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes,proto3" json:"entity_types,omitempty"` // contains filtered or unexported fields }
This message is a wrapper around a collection of entity types.
func (*EntityTypeBatch) Descriptor
deprecated
func (*EntityTypeBatch) Descriptor() ([]byte, []int)
Deprecated: Use EntityTypeBatch.ProtoReflect.Descriptor instead.
func (*EntityTypeBatch) GetEntityTypes ¶
func (x *EntityTypeBatch) GetEntityTypes() []*EntityType
func (*EntityTypeBatch) ProtoMessage ¶
func (*EntityTypeBatch) ProtoMessage()
func (*EntityTypeBatch) ProtoReflect ¶
func (x *EntityTypeBatch) ProtoReflect() protoreflect.Message
func (*EntityTypeBatch) Reset ¶
func (x *EntityTypeBatch) Reset()
func (*EntityTypeBatch) String ¶
func (x *EntityTypeBatch) String() string
type EntityType_AutoExpansionMode ¶
type EntityType_AutoExpansionMode int32
Represents different entity type expansion modes. Automated expansion allows an agent to recognize values that have not been explicitly listed in the entity (for example, new kinds of shopping list items).
const ( // Auto expansion disabled for the entity. EntityType_AUTO_EXPANSION_MODE_UNSPECIFIED EntityType_AutoExpansionMode = 0 // Allows an agent to recognize values that have not been explicitly // listed in the entity. EntityType_AUTO_EXPANSION_MODE_DEFAULT EntityType_AutoExpansionMode = 1 )
func (EntityType_AutoExpansionMode) Descriptor ¶
func (EntityType_AutoExpansionMode) Descriptor() protoreflect.EnumDescriptor
func (EntityType_AutoExpansionMode) Enum ¶
func (x EntityType_AutoExpansionMode) Enum() *EntityType_AutoExpansionMode
func (EntityType_AutoExpansionMode) EnumDescriptor
deprecated
func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityType_AutoExpansionMode.Descriptor instead.
func (EntityType_AutoExpansionMode) Number ¶
func (x EntityType_AutoExpansionMode) Number() protoreflect.EnumNumber
func (EntityType_AutoExpansionMode) String ¶
func (x EntityType_AutoExpansionMode) String() string
func (EntityType_AutoExpansionMode) Type ¶
func (EntityType_AutoExpansionMode) Type() protoreflect.EnumType
type EntityType_Entity ¶
type EntityType_Entity struct { // Required. The primary value associated with this entity entry. // For example, if the entity type is *vegetable*, the value could be // *scallions*. // // For `KIND_MAP` entity types: // // * A reference value to be used in place of synonyms. // // For `KIND_LIST` entity types: // // * A string that can contain references to other entity types (with or // without aliases). Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Required. A collection of value synonyms. For example, if the entity type // is *vegetable*, and `value` is *scallions*, a synonym could be *green // onions*. // // For `KIND_LIST` entity types: // // * This collection must contain exactly one synonym equal to `value`. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms,proto3" json:"synonyms,omitempty"` // contains filtered or unexported fields }
An **entity entry** for an associated entity type.
func (*EntityType_Entity) Descriptor
deprecated
func (*EntityType_Entity) Descriptor() ([]byte, []int)
Deprecated: Use EntityType_Entity.ProtoReflect.Descriptor instead.
func (*EntityType_Entity) GetSynonyms ¶
func (x *EntityType_Entity) GetSynonyms() []string
func (*EntityType_Entity) GetValue ¶
func (x *EntityType_Entity) GetValue() string
func (*EntityType_Entity) ProtoMessage ¶
func (*EntityType_Entity) ProtoMessage()
func (*EntityType_Entity) ProtoReflect ¶
func (x *EntityType_Entity) ProtoReflect() protoreflect.Message
func (*EntityType_Entity) Reset ¶
func (x *EntityType_Entity) Reset()
func (*EntityType_Entity) String ¶
func (x *EntityType_Entity) String() string
type EntityType_Kind ¶
type EntityType_Kind int32
Represents kinds of entities.
const ( // Not specified. This value should be never used. EntityType_KIND_UNSPECIFIED EntityType_Kind = 0 // Map entity types allow mapping of a group of synonyms to a reference // value. EntityType_KIND_MAP EntityType_Kind = 1 // List entity types contain a set of entries that do not map to reference // values. However, list entity types can contain references to other entity // types (with or without aliases). EntityType_KIND_LIST EntityType_Kind = 2 // Regexp entity types allow to specify regular expressions in entries // values. EntityType_KIND_REGEXP EntityType_Kind = 3 )
func (EntityType_Kind) Descriptor ¶
func (EntityType_Kind) Descriptor() protoreflect.EnumDescriptor
func (EntityType_Kind) Enum ¶
func (x EntityType_Kind) Enum() *EntityType_Kind
func (EntityType_Kind) EnumDescriptor
deprecated
func (EntityType_Kind) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityType_Kind.Descriptor instead.
func (EntityType_Kind) Number ¶
func (x EntityType_Kind) Number() protoreflect.EnumNumber
func (EntityType_Kind) String ¶
func (x EntityType_Kind) String() string
func (EntityType_Kind) Type ¶
func (EntityType_Kind) Type() protoreflect.EnumType
type EntityTypesClient ¶
type EntityTypesClient interface { // Returns the list of all entity types in the specified agent. ListEntityTypes(ctx context.Context, in *ListEntityTypesRequest, opts ...grpc.CallOption) (*ListEntityTypesResponse, error) // Retrieves the specified entity type. GetEntityType(ctx context.Context, in *GetEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Creates an entity type in the specified agent. CreateEntityType(ctx context.Context, in *CreateEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Updates the specified entity type. UpdateEntityType(ctx context.Context, in *UpdateEntityTypeRequest, opts ...grpc.CallOption) (*EntityType, error) // Deletes the specified entity type. DeleteEntityType(ctx context.Context, in *DeleteEntityTypeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates/Creates multiple entity types in the specified agent. // // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(ctx context.Context, in *BatchUpdateEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(ctx context.Context, in *BatchDeleteEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(ctx context.Context, in *BatchCreateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Updates or creates multiple entities in the specified entity type. This // method does not affect entities in the entity type that aren't explicitly // specified in the request. // // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(ctx context.Context, in *BatchUpdateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(ctx context.Context, in *BatchDeleteEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
EntityTypesClient is the client API for EntityTypes service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEntityTypesClient ¶
func NewEntityTypesClient(cc grpc.ClientConnInterface) EntityTypesClient
type EntityTypesServer ¶
type EntityTypesServer interface { // Returns the list of all entity types in the specified agent. ListEntityTypes(context.Context, *ListEntityTypesRequest) (*ListEntityTypesResponse, error) // Retrieves the specified entity type. GetEntityType(context.Context, *GetEntityTypeRequest) (*EntityType, error) // Creates an entity type in the specified agent. CreateEntityType(context.Context, *CreateEntityTypeRequest) (*EntityType, error) // Updates the specified entity type. UpdateEntityType(context.Context, *UpdateEntityTypeRequest) (*EntityType, error) // Deletes the specified entity type. DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*emptypb.Empty, error) // Updates/Creates multiple entity types in the specified agent. // // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error) // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error) // Updates or creates multiple entities in the specified entity type. This // method does not affect entities in the entity type that aren't explicitly // specified in the request. // // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error) }
EntityTypesServer is the server API for EntityTypes service.
type Environment ¶
type Environment struct { // Output only. The unique identifier of this agent environment. // Format: `projects/<Project ID>/agent/environments/<Environment ID>`. // For Environment ID, "-" is reserved for 'draft' environment. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The developer-provided description for this environment. // The maximum length is 500 characters. If exceeded, the request is rejected. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Optional. The agent version loaded into this environment. // Format: `projects/<Project ID>/agent/versions/<Version ID>`. AgentVersion string `protobuf:"bytes,3,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"` // Output only. The state of this environment. This field is read-only, i.e., it cannot be // set by create and update methods. State Environment_State `protobuf:"varint,4,opt,name=state,proto3,enum=google.cloud.dialogflow.v2.Environment_State" json:"state,omitempty"` // Output only. The last update time of this environment. This field is read-only, i.e., it // cannot be set by create and update methods. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
You can create multiple versions of your agent and publish them to separate environments.
When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent.
When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for:
- testing - development - production - etc.
For more information, see the [versions and environments guide](https://cloud.google.com/dialogflow/docs/agents-versions).
func (*Environment) Descriptor
deprecated
func (*Environment) Descriptor() ([]byte, []int)
Deprecated: Use Environment.ProtoReflect.Descriptor instead.
func (*Environment) GetAgentVersion ¶
func (x *Environment) GetAgentVersion() string
func (*Environment) GetDescription ¶
func (x *Environment) GetDescription() string
func (*Environment) GetName ¶
func (x *Environment) GetName() string
func (*Environment) GetState ¶
func (x *Environment) GetState() Environment_State
func (*Environment) GetUpdateTime ¶
func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
func (*Environment) ProtoMessage ¶
func (*Environment) ProtoMessage()
func (*Environment) ProtoReflect ¶
func (x *Environment) ProtoReflect() protoreflect.Message
func (*Environment) Reset ¶
func (x *Environment) Reset()
func (*Environment) String ¶
func (x *Environment) String() string
type Environment_State ¶
type Environment_State int32
Represents an environment state. When an environment is pointed to a new agent version, the environment is temporarily set to the `LOADING` state. During that time, the environment keeps on serving the previous version of the agent. After the new agent version is done loading, the environment is set back to the `RUNNING` state.
const ( // Not specified. This value is not used. Environment_STATE_UNSPECIFIED Environment_State = 0 // Stopped. Environment_STOPPED Environment_State = 1 // Loading. Environment_LOADING Environment_State = 2 // Running. Environment_RUNNING Environment_State = 3 )
func (Environment_State) Descriptor ¶
func (Environment_State) Descriptor() protoreflect.EnumDescriptor
func (Environment_State) Enum ¶
func (x Environment_State) Enum() *Environment_State
func (Environment_State) EnumDescriptor
deprecated
func (Environment_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Environment_State.Descriptor instead.
func (Environment_State) Number ¶
func (x Environment_State) Number() protoreflect.EnumNumber
func (Environment_State) String ¶
func (x Environment_State) String() string
func (Environment_State) Type ¶
func (Environment_State) Type() protoreflect.EnumType
type EnvironmentsClient ¶
type EnvironmentsClient interface { // Returns the list of all non-draft environments of the specified agent. ListEnvironments(ctx context.Context, in *ListEnvironmentsRequest, opts ...grpc.CallOption) (*ListEnvironmentsResponse, error) }
EnvironmentsClient is the client API for Environments service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEnvironmentsClient ¶
func NewEnvironmentsClient(cc grpc.ClientConnInterface) EnvironmentsClient
type EnvironmentsServer ¶
type EnvironmentsServer interface { // Returns the list of all non-draft environments of the specified agent. ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error) }
EnvironmentsServer is the server API for Environments service.
type EventInput ¶
type EventInput struct { // Required. The unique identifier of the event. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The collection of parameters associated with the event. // // Depending on your protocol or client library language, this is a // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // // - MapKey type: string // - MapKey value: parameter name // - MapValue type: // - If parameter's entity type is a composite entity: map // - Else: string or number, depending on parameter value type // - MapValue value: // - If parameter's entity type is a composite entity: // map from composite entity property names to property values // - Else: parameter value Parameters *structpb.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"` // Required. The language of this query. See [Language // Support](https://cloud.google.com/dialogflow/docs/reference/language) // for a list of the currently supported language codes. Note that queries in // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
Events allow for matching intents by event name instead of the natural language input. For instance, input `<event: { name: "welcome_event", parameters: { name: "Sam" } }>` can trigger a personalized welcome response. The parameter `name` may be used by the agent in the response: `"Hello #welcome_event.name! What can I do for you today?"`.
func (*EventInput) Descriptor
deprecated
func (*EventInput) Descriptor() ([]byte, []int)
Deprecated: Use EventInput.ProtoReflect.Descriptor instead.
func (*EventInput) GetLanguageCode ¶
func (x *EventInput) GetLanguageCode() string
func (*EventInput) GetName ¶
func (x *EventInput) GetName() string
func (*EventInput) GetParameters ¶
func (x *EventInput) GetParameters() *structpb.Struct
func (*EventInput) ProtoMessage ¶
func (*EventInput) ProtoMessage()
func (*EventInput) ProtoReflect ¶
func (x *EventInput) ProtoReflect() protoreflect.Message
func (*EventInput) Reset ¶
func (x *EventInput) Reset()
func (*EventInput) String ¶
func (x *EventInput) String() string
type ExportAgentRequest ¶
type ExportAgentRequest struct { // Required. The project that the agent to export is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) // URI to export the agent to. // The format of this URI must be `gs://<bucket-name>/<object-name>`. // If left unspecified, the serialized agent is returned inline. AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,proto3" json:"agent_uri,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
func (*ExportAgentRequest) Descriptor
deprecated
func (*ExportAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportAgentRequest.ProtoReflect.Descriptor instead.
func (*ExportAgentRequest) GetAgentUri ¶
func (x *ExportAgentRequest) GetAgentUri() string
func (*ExportAgentRequest) GetParent ¶
func (x *ExportAgentRequest) GetParent() string
func (*ExportAgentRequest) ProtoMessage ¶
func (*ExportAgentRequest) ProtoMessage()
func (*ExportAgentRequest) ProtoReflect ¶
func (x *ExportAgentRequest) ProtoReflect() protoreflect.Message
func (*ExportAgentRequest) Reset ¶
func (x *ExportAgentRequest) Reset()
func (*ExportAgentRequest) String ¶
func (x *ExportAgentRequest) String() string
type ExportAgentResponse ¶
type ExportAgentResponse struct { // The exported agent. // // Types that are assignable to Agent: // *ExportAgentResponse_AgentUri // *ExportAgentResponse_AgentContent Agent isExportAgentResponse_Agent `protobuf_oneof:"agent"` // contains filtered or unexported fields }
The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent].
func (*ExportAgentResponse) Descriptor
deprecated
func (*ExportAgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportAgentResponse.ProtoReflect.Descriptor instead.
func (*ExportAgentResponse) GetAgent ¶
func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
func (*ExportAgentResponse) GetAgentContent ¶
func (x *ExportAgentResponse) GetAgentContent() []byte
func (*ExportAgentResponse) GetAgentUri ¶
func (x *ExportAgentResponse) GetAgentUri() string
func (*ExportAgentResponse) ProtoMessage ¶
func (*ExportAgentResponse) ProtoMessage()
func (*ExportAgentResponse) ProtoReflect ¶
func (x *ExportAgentResponse) ProtoReflect() protoreflect.Message
func (*ExportAgentResponse) Reset ¶
func (x *ExportAgentResponse) Reset()
func (*ExportAgentResponse) String ¶
func (x *ExportAgentResponse) String() string
type ExportAgentResponse_AgentContent ¶
type ExportAgentResponse_AgentContent struct { // Zip compressed raw byte content for agent. AgentContent []byte `protobuf:"bytes,2,opt,name=agent_content,json=agentContent,proto3,oneof"` }
type ExportAgentResponse_AgentUri ¶
type ExportAgentResponse_AgentUri struct { // The URI to a file containing the exported agent. This field is populated // only if `agent_uri` is specified in `ExportAgentRequest`. AgentUri string `protobuf:"bytes,1,opt,name=agent_uri,json=agentUri,proto3,oneof"` }
type GetAgentRequest ¶
type GetAgentRequest struct { // Required. The project that the agent to fetch is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent].
func (*GetAgentRequest) Descriptor
deprecated
func (*GetAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentRequest.ProtoReflect.Descriptor instead.
func (*GetAgentRequest) GetParent ¶
func (x *GetAgentRequest) GetParent() string
func (*GetAgentRequest) ProtoMessage ¶
func (*GetAgentRequest) ProtoMessage()
func (*GetAgentRequest) ProtoReflect ¶
func (x *GetAgentRequest) ProtoReflect() protoreflect.Message
func (*GetAgentRequest) Reset ¶
func (x *GetAgentRequest) Reset()
func (*GetAgentRequest) String ¶
func (x *GetAgentRequest) String() string
type GetContextRequest ¶
type GetContextRequest struct { // Required. The name of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` // or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>/contexts/<Context ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.GetContext][google.cloud.dialogflow.v2.Contexts.GetContext].
func (*GetContextRequest) Descriptor
deprecated
func (*GetContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextRequest.ProtoReflect.Descriptor instead.
func (*GetContextRequest) GetName ¶
func (x *GetContextRequest) GetName() string
func (*GetContextRequest) ProtoMessage ¶
func (*GetContextRequest) ProtoMessage()
func (*GetContextRequest) ProtoReflect ¶
func (x *GetContextRequest) ProtoReflect() protoreflect.Message
func (*GetContextRequest) Reset ¶
func (x *GetContextRequest) Reset()
func (*GetContextRequest) String ¶
func (x *GetContextRequest) String() string
type GetEntityTypeRequest ¶
type GetEntityTypeRequest struct { // Required. The name of the entity type. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType].
func (*GetEntityTypeRequest) Descriptor
deprecated
func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*GetEntityTypeRequest) GetLanguageCode ¶
func (x *GetEntityTypeRequest) GetLanguageCode() string
func (*GetEntityTypeRequest) GetName ¶
func (x *GetEntityTypeRequest) GetName() string
func (*GetEntityTypeRequest) ProtoMessage ¶
func (*GetEntityTypeRequest) ProtoMessage()
func (*GetEntityTypeRequest) ProtoReflect ¶
func (x *GetEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*GetEntityTypeRequest) Reset ¶
func (x *GetEntityTypeRequest) Reset()
func (*GetEntityTypeRequest) String ¶
func (x *GetEntityTypeRequest) String() string
type GetIntentRequest ¶
type GetIntentRequest struct { // Required. The name of the intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent].
func (*GetIntentRequest) Descriptor
deprecated
func (*GetIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIntentRequest.ProtoReflect.Descriptor instead.
func (*GetIntentRequest) GetIntentView ¶
func (x *GetIntentRequest) GetIntentView() IntentView
func (*GetIntentRequest) GetLanguageCode ¶
func (x *GetIntentRequest) GetLanguageCode() string
func (*GetIntentRequest) GetName ¶
func (x *GetIntentRequest) GetName() string
func (*GetIntentRequest) ProtoMessage ¶
func (*GetIntentRequest) ProtoMessage()
func (*GetIntentRequest) ProtoReflect ¶
func (x *GetIntentRequest) ProtoReflect() protoreflect.Message
func (*GetIntentRequest) Reset ¶
func (x *GetIntentRequest) Reset()
func (*GetIntentRequest) String ¶
func (x *GetIntentRequest) String() string
type GetSessionEntityTypeRequest ¶
type GetSessionEntityTypeRequest struct { // Required. The name of the session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>` or `projects/<Project ID>/agent/environments/<Environment // ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display // Name>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType].
func (*GetSessionEntityTypeRequest) Descriptor
deprecated
func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSessionEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*GetSessionEntityTypeRequest) GetName ¶
func (x *GetSessionEntityTypeRequest) GetName() string
func (*GetSessionEntityTypeRequest) ProtoMessage ¶
func (*GetSessionEntityTypeRequest) ProtoMessage()
func (*GetSessionEntityTypeRequest) ProtoReflect ¶
func (x *GetSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*GetSessionEntityTypeRequest) Reset ¶
func (x *GetSessionEntityTypeRequest) Reset()
func (*GetSessionEntityTypeRequest) String ¶
func (x *GetSessionEntityTypeRequest) String() string
type GetValidationResultRequest ¶
type GetValidationResultRequest struct { // Required. The project that the agent is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language for which you want a validation result. If not // specified, the agent's default language is used. [Many // languages](https://cloud.google.com/dialogflow/docs/reference/language) // are supported. Note: languages must be enabled in the agent before they can // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.GetValidationResult][google.cloud.dialogflow.v2.Agents.GetValidationResult].
func (*GetValidationResultRequest) Descriptor
deprecated
func (*GetValidationResultRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidationResultRequest.ProtoReflect.Descriptor instead.
func (*GetValidationResultRequest) GetLanguageCode ¶
func (x *GetValidationResultRequest) GetLanguageCode() string
func (*GetValidationResultRequest) GetParent ¶
func (x *GetValidationResultRequest) GetParent() string
func (*GetValidationResultRequest) ProtoMessage ¶
func (*GetValidationResultRequest) ProtoMessage()
func (*GetValidationResultRequest) ProtoReflect ¶
func (x *GetValidationResultRequest) ProtoReflect() protoreflect.Message
func (*GetValidationResultRequest) Reset ¶
func (x *GetValidationResultRequest) Reset()
func (*GetValidationResultRequest) String ¶
func (x *GetValidationResultRequest) String() string
type ImportAgentRequest ¶
type ImportAgentRequest struct { // Required. The project that the agent to import is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The agent to import. // // Types that are assignable to Agent: // *ImportAgentRequest_AgentUri // *ImportAgentRequest_AgentContent Agent isImportAgentRequest_Agent `protobuf_oneof:"agent"` // contains filtered or unexported fields }
The request message for [Agents.ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent].
func (*ImportAgentRequest) Descriptor
deprecated
func (*ImportAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ImportAgentRequest.ProtoReflect.Descriptor instead.
func (*ImportAgentRequest) GetAgent ¶
func (m *ImportAgentRequest) GetAgent() isImportAgentRequest_Agent
func (*ImportAgentRequest) GetAgentContent ¶
func (x *ImportAgentRequest) GetAgentContent() []byte
func (*ImportAgentRequest) GetAgentUri ¶
func (x *ImportAgentRequest) GetAgentUri() string
func (*ImportAgentRequest) GetParent ¶
func (x *ImportAgentRequest) GetParent() string
func (*ImportAgentRequest) ProtoMessage ¶
func (*ImportAgentRequest) ProtoMessage()
func (*ImportAgentRequest) ProtoReflect ¶
func (x *ImportAgentRequest) ProtoReflect() protoreflect.Message
func (*ImportAgentRequest) Reset ¶
func (x *ImportAgentRequest) Reset()
func (*ImportAgentRequest) String ¶
func (x *ImportAgentRequest) String() string
type ImportAgentRequest_AgentContent ¶
type ImportAgentRequest_AgentContent struct { // Zip compressed raw byte content for agent. AgentContent []byte `protobuf:"bytes,3,opt,name=agent_content,json=agentContent,proto3,oneof"` }
type ImportAgentRequest_AgentUri ¶
type ImportAgentRequest_AgentUri struct { // The URI to a Google Cloud Storage file containing the agent to import. // Note: The URI must start with "gs://". AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,proto3,oneof"` }
type InputAudioConfig ¶
type InputAudioConfig struct { // Required. Audio encoding of the audio content to process. AudioEncoding AudioEncoding `` /* 147-byte string literal not displayed */ // Required. Sample rate (in Hertz) of the audio content sent in the query. // Refer to // [Cloud Speech API // documentation](https://cloud.google.com/speech-to-text/docs/basics) for // more details. SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` // Required. The language of the supplied audio. Dialogflow does not do // translations. See [Language // Support](https://cloud.google.com/dialogflow/docs/reference/language) // for a list of the currently supported language codes. Note that queries in // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // If `true`, Dialogflow returns [SpeechWordInfo][google.cloud.dialogflow.v2.SpeechWordInfo] in // [StreamingRecognitionResult][google.cloud.dialogflow.v2.StreamingRecognitionResult] with information about the recognized speech // words, e.g. start and end time offsets. If false or unspecified, Speech // doesn't return any word-level information. EnableWordInfo bool `protobuf:"varint,13,opt,name=enable_word_info,json=enableWordInfo,proto3" json:"enable_word_info,omitempty"` // A list of strings containing words and phrases that the speech // recognizer should recognize with higher likelihood. // // See [the Cloud Speech // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) // for more details. // // This field is deprecated. Please use [speech_contexts]() instead. If you // specify both [phrase_hints]() and [speech_contexts](), Dialogflow will // treat the [phrase_hints]() as a single additional [SpeechContext](). // // Deprecated: Do not use. PhraseHints []string `protobuf:"bytes,4,rep,name=phrase_hints,json=phraseHints,proto3" json:"phrase_hints,omitempty"` // Context information to assist speech recognition. // // See [the Cloud Speech // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) // for more details. SpeechContexts []*SpeechContext `protobuf:"bytes,11,rep,name=speech_contexts,json=speechContexts,proto3" json:"speech_contexts,omitempty"` // Which Speech model to select for the given request. Select the // model best suited to your domain to get best results. If a model is not // explicitly specified, then we auto-select a model based on the parameters // in the InputAudioConfig. // If enhanced speech model is enabled for the agent and an enhanced // version of the specified model for the language does not exist, then the // speech is recognized using the standard version of the specified model. // Refer to // [Cloud Speech API // documentation](https://cloud.google.com/speech-to-text/docs/basics#select-model) // for more details. Model string `protobuf:"bytes,7,opt,name=model,proto3" json:"model,omitempty"` // Which variant of the [Speech model][google.cloud.dialogflow.v2.InputAudioConfig.model] to use. ModelVariant SpeechModelVariant `` /* 150-byte string literal not displayed */ // If `false` (default), recognition does not cease until the // client closes the stream. // If `true`, the recognizer will detect a single spoken utterance in input // audio. Recognition ceases when it detects the audio's voice has // stopped or paused. In this case, once a detected intent is received, the // client should close the stream and start a new request with a new stream as // needed. // Note: This setting is relevant only for streaming methods. // Note: When specified, InputAudioConfig.single_utterance takes precedence // over StreamingDetectIntentRequest.single_utterance. SingleUtterance bool `protobuf:"varint,8,opt,name=single_utterance,json=singleUtterance,proto3" json:"single_utterance,omitempty"` // contains filtered or unexported fields }
Instructs the speech recognizer how to process the audio content.
func (*InputAudioConfig) Descriptor
deprecated
func (*InputAudioConfig) Descriptor() ([]byte, []int)
Deprecated: Use InputAudioConfig.ProtoReflect.Descriptor instead.
func (*InputAudioConfig) GetAudioEncoding ¶
func (x *InputAudioConfig) GetAudioEncoding() AudioEncoding
func (*InputAudioConfig) GetEnableWordInfo ¶
func (x *InputAudioConfig) GetEnableWordInfo() bool
func (*InputAudioConfig) GetLanguageCode ¶
func (x *InputAudioConfig) GetLanguageCode() string
func (*InputAudioConfig) GetModel ¶
func (x *InputAudioConfig) GetModel() string
func (*InputAudioConfig) GetModelVariant ¶
func (x *InputAudioConfig) GetModelVariant() SpeechModelVariant
func (*InputAudioConfig) GetPhraseHints
deprecated
func (x *InputAudioConfig) GetPhraseHints() []string
Deprecated: Do not use.
func (*InputAudioConfig) GetSampleRateHertz ¶
func (x *InputAudioConfig) GetSampleRateHertz() int32
func (*InputAudioConfig) GetSingleUtterance ¶
func (x *InputAudioConfig) GetSingleUtterance() bool
func (*InputAudioConfig) GetSpeechContexts ¶
func (x *InputAudioConfig) GetSpeechContexts() []*SpeechContext
func (*InputAudioConfig) ProtoMessage ¶
func (*InputAudioConfig) ProtoMessage()
func (*InputAudioConfig) ProtoReflect ¶
func (x *InputAudioConfig) ProtoReflect() protoreflect.Message
func (*InputAudioConfig) Reset ¶
func (x *InputAudioConfig) Reset()
func (*InputAudioConfig) String ¶
func (x *InputAudioConfig) String() string
type Intent ¶
type Intent struct { // Optional. The unique identifier of this intent. // Required for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent] and [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents] // methods. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of this intent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. Indicates whether webhooks are enabled for the intent. WebhookState Intent_WebhookState `` /* 150-byte string literal not displayed */ // Optional. The priority of this intent. Higher numbers represent higher // priorities. // // - If the supplied value is unspecified or 0, the service // translates the value to 500,000, which corresponds to the // `Normal` priority in the console. // - If the supplied value is negative, the intent is ignored // in runtime detect intent requests. Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` // Optional. Indicates whether this is a fallback intent. IsFallback bool `protobuf:"varint,4,opt,name=is_fallback,json=isFallback,proto3" json:"is_fallback,omitempty"` // Optional. Indicates whether Machine Learning is disabled for the intent. // Note: If `ml_disabled` setting is set to true, then this intent is not // taken into account during inference in `ML ONLY` match mode. Also, // auto-markup in the UI is turned off. MlDisabled bool `protobuf:"varint,19,opt,name=ml_disabled,json=mlDisabled,proto3" json:"ml_disabled,omitempty"` // Optional. The list of context names required for this intent to be // triggered. // Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`. InputContextNames []string `protobuf:"bytes,7,rep,name=input_context_names,json=inputContextNames,proto3" json:"input_context_names,omitempty"` // Optional. The collection of event names that trigger the intent. // If the collection of input contexts is not empty, all of the contexts must // be present in the active user session for an event to trigger this intent. // Event names are limited to 150 characters. Events []string `protobuf:"bytes,8,rep,name=events,proto3" json:"events,omitempty"` // Optional. The collection of examples that the agent is // trained on. TrainingPhrases []*Intent_TrainingPhrase `protobuf:"bytes,9,rep,name=training_phrases,json=trainingPhrases,proto3" json:"training_phrases,omitempty"` // Optional. The name of the action associated with the intent. // Note: The action name must not contain whitespaces. Action string `protobuf:"bytes,10,opt,name=action,proto3" json:"action,omitempty"` // Optional. The collection of contexts that are activated when the intent // is matched. Context messages in this collection should not set the // parameters field. Setting the `lifespan_count` to 0 will reset the context // when the intent is matched. // Format: `projects/<Project ID>/agent/sessions/-/contexts/<Context ID>`. OutputContexts []*Context `protobuf:"bytes,11,rep,name=output_contexts,json=outputContexts,proto3" json:"output_contexts,omitempty"` // Optional. Indicates whether to delete all contexts in the current // session when this intent is matched. ResetContexts bool `protobuf:"varint,12,opt,name=reset_contexts,json=resetContexts,proto3" json:"reset_contexts,omitempty"` // Optional. The collection of parameters associated with the intent. Parameters []*Intent_Parameter `protobuf:"bytes,13,rep,name=parameters,proto3" json:"parameters,omitempty"` // Optional. The collection of rich messages corresponding to the // `Response` field in the Dialogflow console. Messages []*Intent_Message `protobuf:"bytes,14,rep,name=messages,proto3" json:"messages,omitempty"` // Optional. The list of platforms for which the first responses will be // copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform). DefaultResponsePlatforms []Intent_Message_Platform `` /* 200-byte string literal not displayed */ // Read-only. The unique identifier of the root intent in the chain of // followup intents. It identifies the correct followup intents chain for // this intent. We populate this field only in the output. // // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. RootFollowupIntentName string `` /* 132-byte string literal not displayed */ // Read-only after creation. The unique identifier of the parent intent in the // chain of followup intents. You can set this field when creating an intent, // for example with [CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent] or // [BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents], in order to make this // intent a followup intent. // // It identifies the parent followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `` /* 138-byte string literal not displayed */ // Read-only. Information about all followup intents that have this intent as // a direct or indirect parent. We populate this field only in the output. FollowupIntentInfo []*Intent_FollowupIntentInfo `protobuf:"bytes,18,rep,name=followup_intent_info,json=followupIntentInfo,proto3" json:"followup_intent_info,omitempty"` // contains filtered or unexported fields }
An intent categorizes an end-user's intention for one conversation turn. For each agent, you define many intents, where your combined intents can handle a complete conversation. When an end-user writes or says something, referred to as an end-user expression or end-user input, Dialogflow matches the end-user input to the best intent in your agent. Matching an intent is also known as intent classification.
For more information, see the [intent guide](https://cloud.google.com/dialogflow/docs/intents-overview).
func (*Intent) Descriptor
deprecated
func (*Intent) GetDefaultResponsePlatforms ¶
func (x *Intent) GetDefaultResponsePlatforms() []Intent_Message_Platform
func (*Intent) GetDisplayName ¶
func (*Intent) GetFollowupIntentInfo ¶
func (x *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo
func (*Intent) GetInputContextNames ¶
func (*Intent) GetIsFallback ¶
func (*Intent) GetMessages ¶
func (x *Intent) GetMessages() []*Intent_Message
func (*Intent) GetMlDisabled ¶
func (*Intent) GetOutputContexts ¶
func (*Intent) GetParameters ¶
func (x *Intent) GetParameters() []*Intent_Parameter
func (*Intent) GetParentFollowupIntentName ¶
func (*Intent) GetPriority ¶
func (*Intent) GetResetContexts ¶
func (*Intent) GetRootFollowupIntentName ¶
func (*Intent) GetTrainingPhrases ¶
func (x *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase
func (*Intent) GetWebhookState ¶
func (x *Intent) GetWebhookState() Intent_WebhookState
func (*Intent) ProtoMessage ¶
func (*Intent) ProtoMessage()
func (*Intent) ProtoReflect ¶
func (x *Intent) ProtoReflect() protoreflect.Message
type IntentBatch ¶
type IntentBatch struct { // A collection of intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"` // contains filtered or unexported fields }
This message is a wrapper around a collection of intents.
func (*IntentBatch) Descriptor
deprecated
func (*IntentBatch) Descriptor() ([]byte, []int)
Deprecated: Use IntentBatch.ProtoReflect.Descriptor instead.
func (*IntentBatch) GetIntents ¶
func (x *IntentBatch) GetIntents() []*Intent
func (*IntentBatch) ProtoMessage ¶
func (*IntentBatch) ProtoMessage()
func (*IntentBatch) ProtoReflect ¶
func (x *IntentBatch) ProtoReflect() protoreflect.Message
func (*IntentBatch) Reset ¶
func (x *IntentBatch) Reset()
func (*IntentBatch) String ¶
func (x *IntentBatch) String() string
type IntentView ¶
type IntentView int32
Represents the options for views of an intent. An intent can be a sizable object. Therefore, we provide a resource view that does not return training phrases in the response by default.
const ( // Training phrases field is not populated in the response. IntentView_INTENT_VIEW_UNSPECIFIED IntentView = 0 // All fields are populated. IntentView_INTENT_VIEW_FULL IntentView = 1 )
func (IntentView) Descriptor ¶
func (IntentView) Descriptor() protoreflect.EnumDescriptor
func (IntentView) Enum ¶
func (x IntentView) Enum() *IntentView
func (IntentView) EnumDescriptor
deprecated
func (IntentView) EnumDescriptor() ([]byte, []int)
Deprecated: Use IntentView.Descriptor instead.
func (IntentView) Number ¶
func (x IntentView) Number() protoreflect.EnumNumber
func (IntentView) String ¶
func (x IntentView) String() string
func (IntentView) Type ¶
func (IntentView) Type() protoreflect.EnumType
type Intent_FollowupIntentInfo ¶
type Intent_FollowupIntentInfo struct { // The unique identifier of the followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. FollowupIntentName string `protobuf:"bytes,1,opt,name=followup_intent_name,json=followupIntentName,proto3" json:"followup_intent_name,omitempty"` // The unique identifier of the followup intent's parent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
Represents a single followup intent in the chain.
func (*Intent_FollowupIntentInfo) Descriptor
deprecated
func (*Intent_FollowupIntentInfo) Descriptor() ([]byte, []int)
Deprecated: Use Intent_FollowupIntentInfo.ProtoReflect.Descriptor instead.
func (*Intent_FollowupIntentInfo) GetFollowupIntentName ¶
func (x *Intent_FollowupIntentInfo) GetFollowupIntentName() string
func (*Intent_FollowupIntentInfo) GetParentFollowupIntentName ¶
func (x *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string
func (*Intent_FollowupIntentInfo) ProtoMessage ¶
func (*Intent_FollowupIntentInfo) ProtoMessage()
func (*Intent_FollowupIntentInfo) ProtoReflect ¶
func (x *Intent_FollowupIntentInfo) ProtoReflect() protoreflect.Message
func (*Intent_FollowupIntentInfo) Reset ¶
func (x *Intent_FollowupIntentInfo) Reset()
func (*Intent_FollowupIntentInfo) String ¶
func (x *Intent_FollowupIntentInfo) String() string
type Intent_Message ¶
type Intent_Message struct { // Required. The rich response message. // // Types that are assignable to Message: // *Intent_Message_Text_ // *Intent_Message_Image_ // *Intent_Message_QuickReplies_ // *Intent_Message_Card_ // *Intent_Message_Payload // *Intent_Message_SimpleResponses_ // *Intent_Message_BasicCard_ // *Intent_Message_Suggestions_ // *Intent_Message_LinkOutSuggestion_ // *Intent_Message_ListSelect_ // *Intent_Message_CarouselSelect_ // *Intent_Message_BrowseCarouselCard_ // *Intent_Message_TableCard_ // *Intent_Message_MediaContent_ Message isIntent_Message_Message `protobuf_oneof:"message"` // Optional. The platform that this message is intended for. Platform Intent_Message_Platform `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
A rich response message. Corresponds to the intent `Response` field in the Dialogflow console. For more information, see [Rich response messages](https://cloud.google.com/dialogflow/docs/intents-rich-messages).
func (*Intent_Message) Descriptor
deprecated
func (*Intent_Message) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message.ProtoReflect.Descriptor instead.
func (*Intent_Message) GetBasicCard ¶
func (x *Intent_Message) GetBasicCard() *Intent_Message_BasicCard
func (*Intent_Message) GetBrowseCarouselCard ¶
func (x *Intent_Message) GetBrowseCarouselCard() *Intent_Message_BrowseCarouselCard
func (*Intent_Message) GetCard ¶
func (x *Intent_Message) GetCard() *Intent_Message_Card
func (*Intent_Message) GetCarouselSelect ¶
func (x *Intent_Message) GetCarouselSelect() *Intent_Message_CarouselSelect
func (*Intent_Message) GetImage ¶
func (x *Intent_Message) GetImage() *Intent_Message_Image
func (*Intent_Message) GetLinkOutSuggestion ¶
func (x *Intent_Message) GetLinkOutSuggestion() *Intent_Message_LinkOutSuggestion
func (*Intent_Message) GetListSelect ¶
func (x *Intent_Message) GetListSelect() *Intent_Message_ListSelect
func (*Intent_Message) GetMediaContent ¶
func (x *Intent_Message) GetMediaContent() *Intent_Message_MediaContent
func (*Intent_Message) GetMessage ¶
func (m *Intent_Message) GetMessage() isIntent_Message_Message
func (*Intent_Message) GetPayload ¶
func (x *Intent_Message) GetPayload() *structpb.Struct
func (*Intent_Message) GetPlatform ¶
func (x *Intent_Message) GetPlatform() Intent_Message_Platform
func (*Intent_Message) GetQuickReplies ¶
func (x *Intent_Message) GetQuickReplies() *Intent_Message_QuickReplies
func (*Intent_Message) GetSimpleResponses ¶
func (x *Intent_Message) GetSimpleResponses() *Intent_Message_SimpleResponses
func (*Intent_Message) GetSuggestions ¶
func (x *Intent_Message) GetSuggestions() *Intent_Message_Suggestions
func (*Intent_Message) GetTableCard ¶
func (x *Intent_Message) GetTableCard() *Intent_Message_TableCard
func (*Intent_Message) GetText ¶
func (x *Intent_Message) GetText() *Intent_Message_Text
func (*Intent_Message) ProtoMessage ¶
func (*Intent_Message) ProtoMessage()
func (*Intent_Message) ProtoReflect ¶
func (x *Intent_Message) ProtoReflect() protoreflect.Message
func (*Intent_Message) Reset ¶
func (x *Intent_Message) Reset()
func (*Intent_Message) String ¶
func (x *Intent_Message) String() string
type Intent_Message_BasicCard ¶
type Intent_Message_BasicCard struct { // Optional. The title of the card. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Optional. The subtitle of the card. Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"` // Required, unless image is present. The body text of the card. FormattedText string `protobuf:"bytes,3,opt,name=formatted_text,json=formattedText,proto3" json:"formatted_text,omitempty"` // Optional. The image for the card. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` // Optional. The collection of card buttons. Buttons []*Intent_Message_BasicCard_Button `protobuf:"bytes,5,rep,name=buttons,proto3" json:"buttons,omitempty"` // contains filtered or unexported fields }
The basic card message. Useful for displaying information.
func (*Intent_Message_BasicCard) Descriptor
deprecated
func (*Intent_Message_BasicCard) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BasicCard.ProtoReflect.Descriptor instead.
func (*Intent_Message_BasicCard) GetButtons ¶
func (x *Intent_Message_BasicCard) GetButtons() []*Intent_Message_BasicCard_Button
func (*Intent_Message_BasicCard) GetFormattedText ¶
func (x *Intent_Message_BasicCard) GetFormattedText() string
func (*Intent_Message_BasicCard) GetImage ¶
func (x *Intent_Message_BasicCard) GetImage() *Intent_Message_Image
func (*Intent_Message_BasicCard) GetSubtitle ¶
func (x *Intent_Message_BasicCard) GetSubtitle() string
func (*Intent_Message_BasicCard) GetTitle ¶
func (x *Intent_Message_BasicCard) GetTitle() string
func (*Intent_Message_BasicCard) ProtoMessage ¶
func (*Intent_Message_BasicCard) ProtoMessage()
func (*Intent_Message_BasicCard) ProtoReflect ¶
func (x *Intent_Message_BasicCard) ProtoReflect() protoreflect.Message
func (*Intent_Message_BasicCard) Reset ¶
func (x *Intent_Message_BasicCard) Reset()
func (*Intent_Message_BasicCard) String ¶
func (x *Intent_Message_BasicCard) String() string
type Intent_Message_BasicCard_ ¶
type Intent_Message_BasicCard_ struct { // The basic card response for Actions on Google. BasicCard *Intent_Message_BasicCard `protobuf:"bytes,8,opt,name=basic_card,json=basicCard,proto3,oneof"` }
type Intent_Message_BasicCard_Button ¶
type Intent_Message_BasicCard_Button struct { // Required. The title of the button. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Required. Action to take when a user taps on the button. OpenUriAction *Intent_Message_BasicCard_Button_OpenUriAction `protobuf:"bytes,2,opt,name=open_uri_action,json=openUriAction,proto3" json:"open_uri_action,omitempty"` // contains filtered or unexported fields }
The button object that appears at the bottom of a card.
func (*Intent_Message_BasicCard_Button) Descriptor
deprecated
func (*Intent_Message_BasicCard_Button) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BasicCard_Button.ProtoReflect.Descriptor instead.
func (*Intent_Message_BasicCard_Button) GetOpenUriAction ¶
func (x *Intent_Message_BasicCard_Button) GetOpenUriAction() *Intent_Message_BasicCard_Button_OpenUriAction
func (*Intent_Message_BasicCard_Button) GetTitle ¶
func (x *Intent_Message_BasicCard_Button) GetTitle() string
func (*Intent_Message_BasicCard_Button) ProtoMessage ¶
func (*Intent_Message_BasicCard_Button) ProtoMessage()
func (*Intent_Message_BasicCard_Button) ProtoReflect ¶
func (x *Intent_Message_BasicCard_Button) ProtoReflect() protoreflect.Message
func (*Intent_Message_BasicCard_Button) Reset ¶
func (x *Intent_Message_BasicCard_Button) Reset()
func (*Intent_Message_BasicCard_Button) String ¶
func (x *Intent_Message_BasicCard_Button) String() string
type Intent_Message_BasicCard_Button_OpenUriAction ¶
type Intent_Message_BasicCard_Button_OpenUriAction struct { // Required. The HTTP or HTTPS scheme URI. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
Opens the given URI.
func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor
deprecated
func (*Intent_Message_BasicCard_Button_OpenUriAction) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BasicCard_Button_OpenUriAction.ProtoReflect.Descriptor instead.
func (*Intent_Message_BasicCard_Button_OpenUriAction) GetUri ¶
func (x *Intent_Message_BasicCard_Button_OpenUriAction) GetUri() string
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage ¶
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoMessage()
func (*Intent_Message_BasicCard_Button_OpenUriAction) ProtoReflect ¶
func (x *Intent_Message_BasicCard_Button_OpenUriAction) ProtoReflect() protoreflect.Message
func (*Intent_Message_BasicCard_Button_OpenUriAction) Reset ¶
func (x *Intent_Message_BasicCard_Button_OpenUriAction) Reset()
func (*Intent_Message_BasicCard_Button_OpenUriAction) String ¶
func (x *Intent_Message_BasicCard_Button_OpenUriAction) String() string
type Intent_Message_BrowseCarouselCard ¶
type Intent_Message_BrowseCarouselCard struct { // Required. List of items in the Browse Carousel Card. Minimum of two // items, maximum of ten. Items []*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // Optional. Settings for displaying the image. Applies to every image in // [items][google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.items]. ImageDisplayOptions Intent_Message_BrowseCarouselCard_ImageDisplayOptions `` /* 207-byte string literal not displayed */ // contains filtered or unexported fields }
Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel
func (*Intent_Message_BrowseCarouselCard) Descriptor
deprecated
func (*Intent_Message_BrowseCarouselCard) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BrowseCarouselCard.ProtoReflect.Descriptor instead.
func (*Intent_Message_BrowseCarouselCard) GetImageDisplayOptions ¶
func (x *Intent_Message_BrowseCarouselCard) GetImageDisplayOptions() Intent_Message_BrowseCarouselCard_ImageDisplayOptions
func (*Intent_Message_BrowseCarouselCard) GetItems ¶
func (x *Intent_Message_BrowseCarouselCard) GetItems() []*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem
func (*Intent_Message_BrowseCarouselCard) ProtoMessage ¶
func (*Intent_Message_BrowseCarouselCard) ProtoMessage()
func (*Intent_Message_BrowseCarouselCard) ProtoReflect ¶
func (x *Intent_Message_BrowseCarouselCard) ProtoReflect() protoreflect.Message
func (*Intent_Message_BrowseCarouselCard) Reset ¶
func (x *Intent_Message_BrowseCarouselCard) Reset()
func (*Intent_Message_BrowseCarouselCard) String ¶
func (x *Intent_Message_BrowseCarouselCard) String() string
type Intent_Message_BrowseCarouselCard_ ¶
type Intent_Message_BrowseCarouselCard_ struct { // Browse carousel card for Actions on Google. BrowseCarouselCard *Intent_Message_BrowseCarouselCard `protobuf:"bytes,22,opt,name=browse_carousel_card,json=browseCarouselCard,proto3,oneof"` }
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem ¶
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem struct { // Required. Action to present to the user. OpenUriAction *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction `protobuf:"bytes,1,opt,name=open_uri_action,json=openUriAction,proto3" json:"open_uri_action,omitempty"` // Required. Title of the carousel item. Maximum of two lines of text. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // Optional. Description of the carousel item. Maximum of four lines of // text. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Optional. Hero image for the carousel item. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` // Card. Maximum of one line of text. Footer string `protobuf:"bytes,5,opt,name=footer,proto3" json:"footer,omitempty"` // contains filtered or unexported fields }
Browsing carousel tile
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Descriptor
deprecated
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem.ProtoReflect.Descriptor instead.
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetDescription ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetDescription() string
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetFooter ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetFooter() string
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetImage ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetImage() *Intent_Message_Image
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetOpenUriAction ¶
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetTitle ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) GetTitle() string
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoMessage ¶
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoMessage()
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoReflect ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) ProtoReflect() protoreflect.Message
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Reset ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) Reset()
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) String ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem) String() string
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction ¶
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction struct { // Required. URL Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // Optional. Specifies the type of viewer that is used when opening // the URL. Defaults to opening via web browser. UrlTypeHint Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint `` /* 212-byte string literal not displayed */ // contains filtered or unexported fields }
Actions on Google action to open a given url.
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Descriptor
deprecated
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction.ProtoReflect.Descriptor instead.
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrl ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrl() string
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) GetUrlTypeHint ¶
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoMessage ¶
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoMessage()
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoReflect ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) ProtoReflect() protoreflect.Message
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Reset ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) Reset()
func (*Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) String ¶
func (x *Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction) String() string
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint ¶
type Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint int32
Type of the URI.
const ( // Unspecified Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_URL_TYPE_HINT_UNSPECIFIED Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 0 // Url would be an amp action Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_ACTION Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 1 // URL that points directly to AMP content, or to a canonical URL // which refers to AMP content via <link rel="amphtml">. Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_AMP_CONTENT Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint = 2 )
func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) Descriptor ¶
func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) EnumDescriptor
deprecated
func (Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BrowseCarouselCard_BrowseCarouselCardItem_OpenUrlAction_UrlTypeHint.Descriptor instead.
type Intent_Message_BrowseCarouselCard_ImageDisplayOptions ¶
type Intent_Message_BrowseCarouselCard_ImageDisplayOptions int32
Image display options for Actions on Google. This should be used for when the image's aspect ratio does not match the image container's aspect ratio.
const ( // Fill the gaps between the image and the image container with gray // bars. Intent_Message_BrowseCarouselCard_IMAGE_DISPLAY_OPTIONS_UNSPECIFIED Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 0 // Fill the gaps between the image and the image container with gray // bars. Intent_Message_BrowseCarouselCard_GRAY Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 1 // Fill the gaps between the image and the image container with white // bars. Intent_Message_BrowseCarouselCard_WHITE Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 2 // Image is scaled such that the image width and height match or exceed // the container dimensions. This may crop the top and bottom of the // image if the scaled image height is greater than the container // height, or crop the left and right of the image if the scaled image // width is greater than the container width. This is similar to "Zoom // Mode" on a widescreen TV when playing a 4:3 video. Intent_Message_BrowseCarouselCard_CROPPED Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 3 // Pad the gaps between image and image frame with a blurred copy of the // same image. Intent_Message_BrowseCarouselCard_BLURRED_BACKGROUND Intent_Message_BrowseCarouselCard_ImageDisplayOptions = 4 )
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Descriptor ¶
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Descriptor() protoreflect.EnumDescriptor
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) EnumDescriptor
deprecated
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_Message_BrowseCarouselCard_ImageDisplayOptions.Descriptor instead.
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Number ¶
func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) Number() protoreflect.EnumNumber
func (Intent_Message_BrowseCarouselCard_ImageDisplayOptions) String ¶
func (x Intent_Message_BrowseCarouselCard_ImageDisplayOptions) String() string
type Intent_Message_Card ¶
type Intent_Message_Card struct { // Optional. The title of the card. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Optional. The subtitle of the card. Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"` // Optional. The public URI to an image file for the card. ImageUri string `protobuf:"bytes,3,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"` // Optional. The collection of card buttons. Buttons []*Intent_Message_Card_Button `protobuf:"bytes,4,rep,name=buttons,proto3" json:"buttons,omitempty"` // contains filtered or unexported fields }
The card response message.
func (*Intent_Message_Card) Descriptor
deprecated
func (*Intent_Message_Card) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Card.ProtoReflect.Descriptor instead.
func (*Intent_Message_Card) GetButtons ¶
func (x *Intent_Message_Card) GetButtons() []*Intent_Message_Card_Button
func (*Intent_Message_Card) GetImageUri ¶
func (x *Intent_Message_Card) GetImageUri() string
func (*Intent_Message_Card) GetSubtitle ¶
func (x *Intent_Message_Card) GetSubtitle() string
func (*Intent_Message_Card) GetTitle ¶
func (x *Intent_Message_Card) GetTitle() string
func (*Intent_Message_Card) ProtoMessage ¶
func (*Intent_Message_Card) ProtoMessage()
func (*Intent_Message_Card) ProtoReflect ¶
func (x *Intent_Message_Card) ProtoReflect() protoreflect.Message
func (*Intent_Message_Card) Reset ¶
func (x *Intent_Message_Card) Reset()
func (*Intent_Message_Card) String ¶
func (x *Intent_Message_Card) String() string
type Intent_Message_Card_ ¶
type Intent_Message_Card_ struct { // The card response. Card *Intent_Message_Card `protobuf:"bytes,4,opt,name=card,proto3,oneof"` }
type Intent_Message_Card_Button ¶
type Intent_Message_Card_Button struct { // Optional. The text to show on the button. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // Optional. The text to send back to the Dialogflow API or a URI to // open. Postback string `protobuf:"bytes,2,opt,name=postback,proto3" json:"postback,omitempty"` // contains filtered or unexported fields }
Contains information about a button.
func (*Intent_Message_Card_Button) Descriptor
deprecated
func (*Intent_Message_Card_Button) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Card_Button.ProtoReflect.Descriptor instead.
func (*Intent_Message_Card_Button) GetPostback ¶
func (x *Intent_Message_Card_Button) GetPostback() string
func (*Intent_Message_Card_Button) GetText ¶
func (x *Intent_Message_Card_Button) GetText() string
func (*Intent_Message_Card_Button) ProtoMessage ¶
func (*Intent_Message_Card_Button) ProtoMessage()
func (*Intent_Message_Card_Button) ProtoReflect ¶
func (x *Intent_Message_Card_Button) ProtoReflect() protoreflect.Message
func (*Intent_Message_Card_Button) Reset ¶
func (x *Intent_Message_Card_Button) Reset()
func (*Intent_Message_Card_Button) String ¶
func (x *Intent_Message_Card_Button) String() string
type Intent_Message_CarouselSelect ¶
type Intent_Message_CarouselSelect struct { // Required. Carousel items. Items []*Intent_Message_CarouselSelect_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
The card for presenting a carousel of options to select from.
func (*Intent_Message_CarouselSelect) Descriptor
deprecated
func (*Intent_Message_CarouselSelect) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_CarouselSelect.ProtoReflect.Descriptor instead.
func (*Intent_Message_CarouselSelect) GetItems ¶
func (x *Intent_Message_CarouselSelect) GetItems() []*Intent_Message_CarouselSelect_Item
func (*Intent_Message_CarouselSelect) ProtoMessage ¶
func (*Intent_Message_CarouselSelect) ProtoMessage()
func (*Intent_Message_CarouselSelect) ProtoReflect ¶
func (x *Intent_Message_CarouselSelect) ProtoReflect() protoreflect.Message
func (*Intent_Message_CarouselSelect) Reset ¶
func (x *Intent_Message_CarouselSelect) Reset()
func (*Intent_Message_CarouselSelect) String ¶
func (x *Intent_Message_CarouselSelect) String() string
type Intent_Message_CarouselSelect_ ¶
type Intent_Message_CarouselSelect_ struct { // The carousel card response for Actions on Google. CarouselSelect *Intent_Message_CarouselSelect `protobuf:"bytes,12,opt,name=carousel_select,json=carouselSelect,proto3,oneof"` }
type Intent_Message_CarouselSelect_Item ¶
type Intent_Message_CarouselSelect_Item struct { // Required. Additional info about the option item. Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // Required. Title of the carousel item. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // Optional. The body text of the card. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Optional. The image to display. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
An item in the carousel.
func (*Intent_Message_CarouselSelect_Item) Descriptor
deprecated
func (*Intent_Message_CarouselSelect_Item) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_CarouselSelect_Item.ProtoReflect.Descriptor instead.
func (*Intent_Message_CarouselSelect_Item) GetDescription ¶
func (x *Intent_Message_CarouselSelect_Item) GetDescription() string
func (*Intent_Message_CarouselSelect_Item) GetImage ¶
func (x *Intent_Message_CarouselSelect_Item) GetImage() *Intent_Message_Image
func (*Intent_Message_CarouselSelect_Item) GetInfo ¶
func (x *Intent_Message_CarouselSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
func (*Intent_Message_CarouselSelect_Item) GetTitle ¶
func (x *Intent_Message_CarouselSelect_Item) GetTitle() string
func (*Intent_Message_CarouselSelect_Item) ProtoMessage ¶
func (*Intent_Message_CarouselSelect_Item) ProtoMessage()
func (*Intent_Message_CarouselSelect_Item) ProtoReflect ¶
func (x *Intent_Message_CarouselSelect_Item) ProtoReflect() protoreflect.Message
func (*Intent_Message_CarouselSelect_Item) Reset ¶
func (x *Intent_Message_CarouselSelect_Item) Reset()
func (*Intent_Message_CarouselSelect_Item) String ¶
func (x *Intent_Message_CarouselSelect_Item) String() string
type Intent_Message_ColumnProperties ¶
type Intent_Message_ColumnProperties struct { // Required. Column heading. Header string `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Optional. Defines text alignment for all cells in this column. HorizontalAlignment Intent_Message_ColumnProperties_HorizontalAlignment `` /* 203-byte string literal not displayed */ // contains filtered or unexported fields }
Column properties for [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard].
func (*Intent_Message_ColumnProperties) Descriptor
deprecated
func (*Intent_Message_ColumnProperties) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_ColumnProperties.ProtoReflect.Descriptor instead.
func (*Intent_Message_ColumnProperties) GetHeader ¶
func (x *Intent_Message_ColumnProperties) GetHeader() string
func (*Intent_Message_ColumnProperties) GetHorizontalAlignment ¶
func (x *Intent_Message_ColumnProperties) GetHorizontalAlignment() Intent_Message_ColumnProperties_HorizontalAlignment
func (*Intent_Message_ColumnProperties) ProtoMessage ¶
func (*Intent_Message_ColumnProperties) ProtoMessage()
func (*Intent_Message_ColumnProperties) ProtoReflect ¶
func (x *Intent_Message_ColumnProperties) ProtoReflect() protoreflect.Message
func (*Intent_Message_ColumnProperties) Reset ¶
func (x *Intent_Message_ColumnProperties) Reset()
func (*Intent_Message_ColumnProperties) String ¶
func (x *Intent_Message_ColumnProperties) String() string
type Intent_Message_ColumnProperties_HorizontalAlignment ¶
type Intent_Message_ColumnProperties_HorizontalAlignment int32
Text alignments within a cell.
const ( // Text is aligned to the leading edge of the column. Intent_Message_ColumnProperties_HORIZONTAL_ALIGNMENT_UNSPECIFIED Intent_Message_ColumnProperties_HorizontalAlignment = 0 // Text is aligned to the leading edge of the column. Intent_Message_ColumnProperties_LEADING Intent_Message_ColumnProperties_HorizontalAlignment = 1 // Text is centered in the column. Intent_Message_ColumnProperties_CENTER Intent_Message_ColumnProperties_HorizontalAlignment = 2 // Text is aligned to the trailing edge of the column. Intent_Message_ColumnProperties_TRAILING Intent_Message_ColumnProperties_HorizontalAlignment = 3 )
func (Intent_Message_ColumnProperties_HorizontalAlignment) Descriptor ¶
func (Intent_Message_ColumnProperties_HorizontalAlignment) Descriptor() protoreflect.EnumDescriptor
func (Intent_Message_ColumnProperties_HorizontalAlignment) EnumDescriptor
deprecated
func (Intent_Message_ColumnProperties_HorizontalAlignment) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_Message_ColumnProperties_HorizontalAlignment.Descriptor instead.
func (Intent_Message_ColumnProperties_HorizontalAlignment) Number ¶
func (x Intent_Message_ColumnProperties_HorizontalAlignment) Number() protoreflect.EnumNumber
func (Intent_Message_ColumnProperties_HorizontalAlignment) String ¶
func (x Intent_Message_ColumnProperties_HorizontalAlignment) String() string
type Intent_Message_Image ¶
type Intent_Message_Image struct { // Optional. The public URI to an image file. ImageUri string `protobuf:"bytes,1,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"` // Optional. A text description of the image to be used for accessibility, // e.g., screen readers. AccessibilityText string `protobuf:"bytes,2,opt,name=accessibility_text,json=accessibilityText,proto3" json:"accessibility_text,omitempty"` // contains filtered or unexported fields }
The image response message.
func (*Intent_Message_Image) Descriptor
deprecated
func (*Intent_Message_Image) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Image.ProtoReflect.Descriptor instead.
func (*Intent_Message_Image) GetAccessibilityText ¶
func (x *Intent_Message_Image) GetAccessibilityText() string
func (*Intent_Message_Image) GetImageUri ¶
func (x *Intent_Message_Image) GetImageUri() string
func (*Intent_Message_Image) ProtoMessage ¶
func (*Intent_Message_Image) ProtoMessage()
func (*Intent_Message_Image) ProtoReflect ¶
func (x *Intent_Message_Image) ProtoReflect() protoreflect.Message
func (*Intent_Message_Image) Reset ¶
func (x *Intent_Message_Image) Reset()
func (*Intent_Message_Image) String ¶
func (x *Intent_Message_Image) String() string
type Intent_Message_Image_ ¶
type Intent_Message_Image_ struct { // The image response. Image *Intent_Message_Image `protobuf:"bytes,2,opt,name=image,proto3,oneof"` }
type Intent_Message_LinkOutSuggestion ¶
type Intent_Message_LinkOutSuggestion struct { // Required. The name of the app or site this chip is linking to. DestinationName string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName,proto3" json:"destination_name,omitempty"` // Required. The URI of the app or site to open when the user taps the // suggestion chip. Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
func (*Intent_Message_LinkOutSuggestion) Descriptor
deprecated
func (*Intent_Message_LinkOutSuggestion) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_LinkOutSuggestion.ProtoReflect.Descriptor instead.
func (*Intent_Message_LinkOutSuggestion) GetDestinationName ¶
func (x *Intent_Message_LinkOutSuggestion) GetDestinationName() string
func (*Intent_Message_LinkOutSuggestion) GetUri ¶
func (x *Intent_Message_LinkOutSuggestion) GetUri() string
func (*Intent_Message_LinkOutSuggestion) ProtoMessage ¶
func (*Intent_Message_LinkOutSuggestion) ProtoMessage()
func (*Intent_Message_LinkOutSuggestion) ProtoReflect ¶
func (x *Intent_Message_LinkOutSuggestion) ProtoReflect() protoreflect.Message
func (*Intent_Message_LinkOutSuggestion) Reset ¶
func (x *Intent_Message_LinkOutSuggestion) Reset()
func (*Intent_Message_LinkOutSuggestion) String ¶
func (x *Intent_Message_LinkOutSuggestion) String() string
type Intent_Message_LinkOutSuggestion_ ¶
type Intent_Message_LinkOutSuggestion_ struct { // The link out suggestion chip for Actions on Google. LinkOutSuggestion *Intent_Message_LinkOutSuggestion `protobuf:"bytes,10,opt,name=link_out_suggestion,json=linkOutSuggestion,proto3,oneof"` }
type Intent_Message_ListSelect ¶
type Intent_Message_ListSelect struct { // Optional. The overall title of the list. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Required. List items. Items []*Intent_Message_ListSelect_Item `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` // Optional. Subtitle of the list. Subtitle string `protobuf:"bytes,3,opt,name=subtitle,proto3" json:"subtitle,omitempty"` // contains filtered or unexported fields }
The card for presenting a list of options to select from.
func (*Intent_Message_ListSelect) Descriptor
deprecated
func (*Intent_Message_ListSelect) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_ListSelect.ProtoReflect.Descriptor instead.
func (*Intent_Message_ListSelect) GetItems ¶
func (x *Intent_Message_ListSelect) GetItems() []*Intent_Message_ListSelect_Item
func (*Intent_Message_ListSelect) GetSubtitle ¶
func (x *Intent_Message_ListSelect) GetSubtitle() string
func (*Intent_Message_ListSelect) GetTitle ¶
func (x *Intent_Message_ListSelect) GetTitle() string
func (*Intent_Message_ListSelect) ProtoMessage ¶
func (*Intent_Message_ListSelect) ProtoMessage()
func (*Intent_Message_ListSelect) ProtoReflect ¶
func (x *Intent_Message_ListSelect) ProtoReflect() protoreflect.Message
func (*Intent_Message_ListSelect) Reset ¶
func (x *Intent_Message_ListSelect) Reset()
func (*Intent_Message_ListSelect) String ¶
func (x *Intent_Message_ListSelect) String() string
type Intent_Message_ListSelect_ ¶
type Intent_Message_ListSelect_ struct { // The list card response for Actions on Google. ListSelect *Intent_Message_ListSelect `protobuf:"bytes,11,opt,name=list_select,json=listSelect,proto3,oneof"` }
type Intent_Message_ListSelect_Item ¶
type Intent_Message_ListSelect_Item struct { // Required. Additional information about this option. Info *Intent_Message_SelectItemInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // Required. The title of the list item. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` // Optional. The main text describing the item. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Optional. The image to display. Image *Intent_Message_Image `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
An item in the list.
func (*Intent_Message_ListSelect_Item) Descriptor
deprecated
func (*Intent_Message_ListSelect_Item) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_ListSelect_Item.ProtoReflect.Descriptor instead.
func (*Intent_Message_ListSelect_Item) GetDescription ¶
func (x *Intent_Message_ListSelect_Item) GetDescription() string
func (*Intent_Message_ListSelect_Item) GetImage ¶
func (x *Intent_Message_ListSelect_Item) GetImage() *Intent_Message_Image
func (*Intent_Message_ListSelect_Item) GetInfo ¶
func (x *Intent_Message_ListSelect_Item) GetInfo() *Intent_Message_SelectItemInfo
func (*Intent_Message_ListSelect_Item) GetTitle ¶
func (x *Intent_Message_ListSelect_Item) GetTitle() string
func (*Intent_Message_ListSelect_Item) ProtoMessage ¶
func (*Intent_Message_ListSelect_Item) ProtoMessage()
func (*Intent_Message_ListSelect_Item) ProtoReflect ¶
func (x *Intent_Message_ListSelect_Item) ProtoReflect() protoreflect.Message
func (*Intent_Message_ListSelect_Item) Reset ¶
func (x *Intent_Message_ListSelect_Item) Reset()
func (*Intent_Message_ListSelect_Item) String ¶
func (x *Intent_Message_ListSelect_Item) String() string
type Intent_Message_MediaContent ¶
type Intent_Message_MediaContent struct { // Optional. What type of media is the content (ie "audio"). MediaType Intent_Message_MediaContent_ResponseMediaType `` /* 167-byte string literal not displayed */ // Required. List of media objects. MediaObjects []*Intent_Message_MediaContent_ResponseMediaObject `protobuf:"bytes,2,rep,name=media_objects,json=mediaObjects,proto3" json:"media_objects,omitempty"` // contains filtered or unexported fields }
The media content card for Actions on Google.
func (*Intent_Message_MediaContent) Descriptor
deprecated
func (*Intent_Message_MediaContent) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_MediaContent.ProtoReflect.Descriptor instead.
func (*Intent_Message_MediaContent) GetMediaObjects ¶
func (x *Intent_Message_MediaContent) GetMediaObjects() []*Intent_Message_MediaContent_ResponseMediaObject
func (*Intent_Message_MediaContent) GetMediaType ¶
func (x *Intent_Message_MediaContent) GetMediaType() Intent_Message_MediaContent_ResponseMediaType
func (*Intent_Message_MediaContent) ProtoMessage ¶
func (*Intent_Message_MediaContent) ProtoMessage()
func (*Intent_Message_MediaContent) ProtoReflect ¶
func (x *Intent_Message_MediaContent) ProtoReflect() protoreflect.Message
func (*Intent_Message_MediaContent) Reset ¶
func (x *Intent_Message_MediaContent) Reset()
func (*Intent_Message_MediaContent) String ¶
func (x *Intent_Message_MediaContent) String() string
type Intent_Message_MediaContent_ ¶
type Intent_Message_MediaContent_ struct { // The media content card for Actions on Google. MediaContent *Intent_Message_MediaContent `protobuf:"bytes,24,opt,name=media_content,json=mediaContent,proto3,oneof"` }
type Intent_Message_MediaContent_ResponseMediaObject ¶
type Intent_Message_MediaContent_ResponseMediaObject struct { // Required. Name of media card. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Description of media card. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Image to show with the media card. // // Types that are assignable to Image: // *Intent_Message_MediaContent_ResponseMediaObject_LargeImage // *Intent_Message_MediaContent_ResponseMediaObject_Icon Image isIntent_Message_MediaContent_ResponseMediaObject_Image `protobuf_oneof:"image"` // Required. Url where the media is stored. ContentUrl string `protobuf:"bytes,5,opt,name=content_url,json=contentUrl,proto3" json:"content_url,omitempty"` // contains filtered or unexported fields }
Response media object for media content card.
func (*Intent_Message_MediaContent_ResponseMediaObject) Descriptor
deprecated
func (*Intent_Message_MediaContent_ResponseMediaObject) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_MediaContent_ResponseMediaObject.ProtoReflect.Descriptor instead.
func (*Intent_Message_MediaContent_ResponseMediaObject) GetContentUrl ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) GetContentUrl() string
func (*Intent_Message_MediaContent_ResponseMediaObject) GetDescription ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) GetDescription() string
func (*Intent_Message_MediaContent_ResponseMediaObject) GetIcon ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) GetIcon() *Intent_Message_Image
func (*Intent_Message_MediaContent_ResponseMediaObject) GetImage ¶
func (m *Intent_Message_MediaContent_ResponseMediaObject) GetImage() isIntent_Message_MediaContent_ResponseMediaObject_Image
func (*Intent_Message_MediaContent_ResponseMediaObject) GetLargeImage ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) GetLargeImage() *Intent_Message_Image
func (*Intent_Message_MediaContent_ResponseMediaObject) GetName ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) GetName() string
func (*Intent_Message_MediaContent_ResponseMediaObject) ProtoMessage ¶
func (*Intent_Message_MediaContent_ResponseMediaObject) ProtoMessage()
func (*Intent_Message_MediaContent_ResponseMediaObject) ProtoReflect ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) ProtoReflect() protoreflect.Message
func (*Intent_Message_MediaContent_ResponseMediaObject) Reset ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) Reset()
func (*Intent_Message_MediaContent_ResponseMediaObject) String ¶
func (x *Intent_Message_MediaContent_ResponseMediaObject) String() string
type Intent_Message_MediaContent_ResponseMediaObject_Icon ¶
type Intent_Message_MediaContent_ResponseMediaObject_Icon struct { // Optional. Icon to display above media content. Icon *Intent_Message_Image `protobuf:"bytes,4,opt,name=icon,proto3,oneof"` }
type Intent_Message_MediaContent_ResponseMediaObject_LargeImage ¶
type Intent_Message_MediaContent_ResponseMediaObject_LargeImage struct { // Optional. Image to display above media content. LargeImage *Intent_Message_Image `protobuf:"bytes,3,opt,name=large_image,json=largeImage,proto3,oneof"` }
type Intent_Message_MediaContent_ResponseMediaType ¶
type Intent_Message_MediaContent_ResponseMediaType int32
Format of response media type.
const ( // Unspecified. Intent_Message_MediaContent_RESPONSE_MEDIA_TYPE_UNSPECIFIED Intent_Message_MediaContent_ResponseMediaType = 0 // Response media type is audio. Intent_Message_MediaContent_AUDIO Intent_Message_MediaContent_ResponseMediaType = 1 )
func (Intent_Message_MediaContent_ResponseMediaType) Descriptor ¶
func (Intent_Message_MediaContent_ResponseMediaType) Descriptor() protoreflect.EnumDescriptor
func (Intent_Message_MediaContent_ResponseMediaType) EnumDescriptor
deprecated
func (Intent_Message_MediaContent_ResponseMediaType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_Message_MediaContent_ResponseMediaType.Descriptor instead.
func (Intent_Message_MediaContent_ResponseMediaType) Number ¶
func (x Intent_Message_MediaContent_ResponseMediaType) Number() protoreflect.EnumNumber
func (Intent_Message_MediaContent_ResponseMediaType) String ¶
func (x Intent_Message_MediaContent_ResponseMediaType) String() string
type Intent_Message_Payload ¶
type Intent_Message_Platform ¶
type Intent_Message_Platform int32
The rich response message integration platform. See [Integrations](https://cloud.google.com/dialogflow/docs/integrations).
const ( // Default platform. Intent_Message_PLATFORM_UNSPECIFIED Intent_Message_Platform = 0 // Facebook. Intent_Message_FACEBOOK Intent_Message_Platform = 1 // Slack. Intent_Message_SLACK Intent_Message_Platform = 2 // Telegram. Intent_Message_TELEGRAM Intent_Message_Platform = 3 // Kik. Intent_Message_KIK Intent_Message_Platform = 4 // Skype. Intent_Message_SKYPE Intent_Message_Platform = 5 // Line. Intent_Message_LINE Intent_Message_Platform = 6 // Viber. Intent_Message_VIBER Intent_Message_Platform = 7 // Google Assistant // See [Dialogflow webhook // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json) Intent_Message_ACTIONS_ON_GOOGLE Intent_Message_Platform = 8 // Google Hangouts. Intent_Message_GOOGLE_HANGOUTS Intent_Message_Platform = 11 )
func (Intent_Message_Platform) Descriptor ¶
func (Intent_Message_Platform) Descriptor() protoreflect.EnumDescriptor
func (Intent_Message_Platform) Enum ¶
func (x Intent_Message_Platform) Enum() *Intent_Message_Platform
func (Intent_Message_Platform) EnumDescriptor
deprecated
func (Intent_Message_Platform) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Platform.Descriptor instead.
func (Intent_Message_Platform) Number ¶
func (x Intent_Message_Platform) Number() protoreflect.EnumNumber
func (Intent_Message_Platform) String ¶
func (x Intent_Message_Platform) String() string
func (Intent_Message_Platform) Type ¶
func (Intent_Message_Platform) Type() protoreflect.EnumType
type Intent_Message_QuickReplies ¶
type Intent_Message_QuickReplies struct { // Optional. The title of the collection of quick replies. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Optional. The collection of quick replies. QuickReplies []string `protobuf:"bytes,2,rep,name=quick_replies,json=quickReplies,proto3" json:"quick_replies,omitempty"` // contains filtered or unexported fields }
The quick replies response message.
func (*Intent_Message_QuickReplies) Descriptor
deprecated
func (*Intent_Message_QuickReplies) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_QuickReplies.ProtoReflect.Descriptor instead.
func (*Intent_Message_QuickReplies) GetQuickReplies ¶
func (x *Intent_Message_QuickReplies) GetQuickReplies() []string
func (*Intent_Message_QuickReplies) GetTitle ¶
func (x *Intent_Message_QuickReplies) GetTitle() string
func (*Intent_Message_QuickReplies) ProtoMessage ¶
func (*Intent_Message_QuickReplies) ProtoMessage()
func (*Intent_Message_QuickReplies) ProtoReflect ¶
func (x *Intent_Message_QuickReplies) ProtoReflect() protoreflect.Message
func (*Intent_Message_QuickReplies) Reset ¶
func (x *Intent_Message_QuickReplies) Reset()
func (*Intent_Message_QuickReplies) String ¶
func (x *Intent_Message_QuickReplies) String() string
type Intent_Message_QuickReplies_ ¶
type Intent_Message_QuickReplies_ struct { // The quick replies response. QuickReplies *Intent_Message_QuickReplies `protobuf:"bytes,3,opt,name=quick_replies,json=quickReplies,proto3,oneof"` }
type Intent_Message_SelectItemInfo ¶
type Intent_Message_SelectItemInfo struct { // Required. A unique key that will be sent back to the agent if this // response is given. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Optional. A list of synonyms that can also be used to trigger this // item in dialog. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms,proto3" json:"synonyms,omitempty"` // contains filtered or unexported fields }
Additional info about the select item for when it is triggered in a dialog.
func (*Intent_Message_SelectItemInfo) Descriptor
deprecated
func (*Intent_Message_SelectItemInfo) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_SelectItemInfo.ProtoReflect.Descriptor instead.
func (*Intent_Message_SelectItemInfo) GetKey ¶
func (x *Intent_Message_SelectItemInfo) GetKey() string
func (*Intent_Message_SelectItemInfo) GetSynonyms ¶
func (x *Intent_Message_SelectItemInfo) GetSynonyms() []string
func (*Intent_Message_SelectItemInfo) ProtoMessage ¶
func (*Intent_Message_SelectItemInfo) ProtoMessage()
func (*Intent_Message_SelectItemInfo) ProtoReflect ¶
func (x *Intent_Message_SelectItemInfo) ProtoReflect() protoreflect.Message
func (*Intent_Message_SelectItemInfo) Reset ¶
func (x *Intent_Message_SelectItemInfo) Reset()
func (*Intent_Message_SelectItemInfo) String ¶
func (x *Intent_Message_SelectItemInfo) String() string
type Intent_Message_SimpleResponse ¶
type Intent_Message_SimpleResponse struct { // One of text_to_speech or ssml must be provided. The plain text of the // speech output. Mutually exclusive with ssml. TextToSpeech string `protobuf:"bytes,1,opt,name=text_to_speech,json=textToSpeech,proto3" json:"text_to_speech,omitempty"` // One of text_to_speech or ssml must be provided. Structured spoken // response to the user in the SSML format. Mutually exclusive with // text_to_speech. Ssml string `protobuf:"bytes,2,opt,name=ssml,proto3" json:"ssml,omitempty"` // Optional. The text to display. DisplayText string `protobuf:"bytes,3,opt,name=display_text,json=displayText,proto3" json:"display_text,omitempty"` // contains filtered or unexported fields }
The simple response message containing speech or text.
func (*Intent_Message_SimpleResponse) Descriptor
deprecated
func (*Intent_Message_SimpleResponse) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_SimpleResponse.ProtoReflect.Descriptor instead.
func (*Intent_Message_SimpleResponse) GetDisplayText ¶
func (x *Intent_Message_SimpleResponse) GetDisplayText() string
func (*Intent_Message_SimpleResponse) GetSsml ¶
func (x *Intent_Message_SimpleResponse) GetSsml() string
func (*Intent_Message_SimpleResponse) GetTextToSpeech ¶
func (x *Intent_Message_SimpleResponse) GetTextToSpeech() string
func (*Intent_Message_SimpleResponse) ProtoMessage ¶
func (*Intent_Message_SimpleResponse) ProtoMessage()
func (*Intent_Message_SimpleResponse) ProtoReflect ¶
func (x *Intent_Message_SimpleResponse) ProtoReflect() protoreflect.Message
func (*Intent_Message_SimpleResponse) Reset ¶
func (x *Intent_Message_SimpleResponse) Reset()
func (*Intent_Message_SimpleResponse) String ¶
func (x *Intent_Message_SimpleResponse) String() string
type Intent_Message_SimpleResponses ¶
type Intent_Message_SimpleResponses struct { // Required. The list of simple responses. SimpleResponses []*Intent_Message_SimpleResponse `protobuf:"bytes,1,rep,name=simple_responses,json=simpleResponses,proto3" json:"simple_responses,omitempty"` // contains filtered or unexported fields }
The collection of simple response candidates. This message in `QueryResult.fulfillment_messages` and `WebhookResponse.fulfillment_messages` should contain only one `SimpleResponse`.
func (*Intent_Message_SimpleResponses) Descriptor
deprecated
func (*Intent_Message_SimpleResponses) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_SimpleResponses.ProtoReflect.Descriptor instead.
func (*Intent_Message_SimpleResponses) GetSimpleResponses ¶
func (x *Intent_Message_SimpleResponses) GetSimpleResponses() []*Intent_Message_SimpleResponse
func (*Intent_Message_SimpleResponses) ProtoMessage ¶
func (*Intent_Message_SimpleResponses) ProtoMessage()
func (*Intent_Message_SimpleResponses) ProtoReflect ¶
func (x *Intent_Message_SimpleResponses) ProtoReflect() protoreflect.Message
func (*Intent_Message_SimpleResponses) Reset ¶
func (x *Intent_Message_SimpleResponses) Reset()
func (*Intent_Message_SimpleResponses) String ¶
func (x *Intent_Message_SimpleResponses) String() string
type Intent_Message_SimpleResponses_ ¶
type Intent_Message_SimpleResponses_ struct { // The voice and text-only responses for Actions on Google. SimpleResponses *Intent_Message_SimpleResponses `protobuf:"bytes,7,opt,name=simple_responses,json=simpleResponses,proto3,oneof"` }
type Intent_Message_Suggestion ¶
type Intent_Message_Suggestion struct { // Required. The text shown the in the suggestion chip. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // contains filtered or unexported fields }
The suggestion chip message that the user can tap to quickly post a reply to the conversation.
func (*Intent_Message_Suggestion) Descriptor
deprecated
func (*Intent_Message_Suggestion) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Suggestion.ProtoReflect.Descriptor instead.
func (*Intent_Message_Suggestion) GetTitle ¶
func (x *Intent_Message_Suggestion) GetTitle() string
func (*Intent_Message_Suggestion) ProtoMessage ¶
func (*Intent_Message_Suggestion) ProtoMessage()
func (*Intent_Message_Suggestion) ProtoReflect ¶
func (x *Intent_Message_Suggestion) ProtoReflect() protoreflect.Message
func (*Intent_Message_Suggestion) Reset ¶
func (x *Intent_Message_Suggestion) Reset()
func (*Intent_Message_Suggestion) String ¶
func (x *Intent_Message_Suggestion) String() string
type Intent_Message_Suggestions ¶
type Intent_Message_Suggestions struct { // Required. The list of suggested replies. Suggestions []*Intent_Message_Suggestion `protobuf:"bytes,1,rep,name=suggestions,proto3" json:"suggestions,omitempty"` // contains filtered or unexported fields }
The collection of suggestions.
func (*Intent_Message_Suggestions) Descriptor
deprecated
func (*Intent_Message_Suggestions) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Suggestions.ProtoReflect.Descriptor instead.
func (*Intent_Message_Suggestions) GetSuggestions ¶
func (x *Intent_Message_Suggestions) GetSuggestions() []*Intent_Message_Suggestion
func (*Intent_Message_Suggestions) ProtoMessage ¶
func (*Intent_Message_Suggestions) ProtoMessage()
func (*Intent_Message_Suggestions) ProtoReflect ¶
func (x *Intent_Message_Suggestions) ProtoReflect() protoreflect.Message
func (*Intent_Message_Suggestions) Reset ¶
func (x *Intent_Message_Suggestions) Reset()
func (*Intent_Message_Suggestions) String ¶
func (x *Intent_Message_Suggestions) String() string
type Intent_Message_Suggestions_ ¶
type Intent_Message_Suggestions_ struct { // The suggestion chips for Actions on Google. Suggestions *Intent_Message_Suggestions `protobuf:"bytes,9,opt,name=suggestions,proto3,oneof"` }
type Intent_Message_TableCard ¶
type Intent_Message_TableCard struct { // Required. Title of the card. Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // Optional. Subtitle to the title. Subtitle string `protobuf:"bytes,2,opt,name=subtitle,proto3" json:"subtitle,omitempty"` // Optional. Image which should be displayed on the card. Image *Intent_Message_Image `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` // Optional. Display properties for the columns in this table. ColumnProperties []*Intent_Message_ColumnProperties `protobuf:"bytes,4,rep,name=column_properties,json=columnProperties,proto3" json:"column_properties,omitempty"` // Optional. Rows in this table of data. Rows []*Intent_Message_TableCardRow `protobuf:"bytes,5,rep,name=rows,proto3" json:"rows,omitempty"` // Optional. List of buttons for the card. Buttons []*Intent_Message_BasicCard_Button `protobuf:"bytes,6,rep,name=buttons,proto3" json:"buttons,omitempty"` // contains filtered or unexported fields }
Table card for Actions on Google.
func (*Intent_Message_TableCard) Descriptor
deprecated
func (*Intent_Message_TableCard) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_TableCard.ProtoReflect.Descriptor instead.
func (*Intent_Message_TableCard) GetButtons ¶
func (x *Intent_Message_TableCard) GetButtons() []*Intent_Message_BasicCard_Button
func (*Intent_Message_TableCard) GetColumnProperties ¶
func (x *Intent_Message_TableCard) GetColumnProperties() []*Intent_Message_ColumnProperties
func (*Intent_Message_TableCard) GetImage ¶
func (x *Intent_Message_TableCard) GetImage() *Intent_Message_Image
func (*Intent_Message_TableCard) GetRows ¶
func (x *Intent_Message_TableCard) GetRows() []*Intent_Message_TableCardRow
func (*Intent_Message_TableCard) GetSubtitle ¶
func (x *Intent_Message_TableCard) GetSubtitle() string
func (*Intent_Message_TableCard) GetTitle ¶
func (x *Intent_Message_TableCard) GetTitle() string
func (*Intent_Message_TableCard) ProtoMessage ¶
func (*Intent_Message_TableCard) ProtoMessage()
func (*Intent_Message_TableCard) ProtoReflect ¶
func (x *Intent_Message_TableCard) ProtoReflect() protoreflect.Message
func (*Intent_Message_TableCard) Reset ¶
func (x *Intent_Message_TableCard) Reset()
func (*Intent_Message_TableCard) String ¶
func (x *Intent_Message_TableCard) String() string
type Intent_Message_TableCardCell ¶
type Intent_Message_TableCardCell struct { // Required. Text in this cell. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
Cell of [TableCardRow][google.cloud.dialogflow.v2.Intent.Message.TableCardRow].
func (*Intent_Message_TableCardCell) Descriptor
deprecated
func (*Intent_Message_TableCardCell) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_TableCardCell.ProtoReflect.Descriptor instead.
func (*Intent_Message_TableCardCell) GetText ¶
func (x *Intent_Message_TableCardCell) GetText() string
func (*Intent_Message_TableCardCell) ProtoMessage ¶
func (*Intent_Message_TableCardCell) ProtoMessage()
func (*Intent_Message_TableCardCell) ProtoReflect ¶
func (x *Intent_Message_TableCardCell) ProtoReflect() protoreflect.Message
func (*Intent_Message_TableCardCell) Reset ¶
func (x *Intent_Message_TableCardCell) Reset()
func (*Intent_Message_TableCardCell) String ¶
func (x *Intent_Message_TableCardCell) String() string
type Intent_Message_TableCardRow ¶
type Intent_Message_TableCardRow struct { // Optional. List of cells that make up this row. Cells []*Intent_Message_TableCardCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"` // Optional. Whether to add a visual divider after this row. DividerAfter bool `protobuf:"varint,2,opt,name=divider_after,json=dividerAfter,proto3" json:"divider_after,omitempty"` // contains filtered or unexported fields }
Row of [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard].
func (*Intent_Message_TableCardRow) Descriptor
deprecated
func (*Intent_Message_TableCardRow) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_TableCardRow.ProtoReflect.Descriptor instead.
func (*Intent_Message_TableCardRow) GetCells ¶
func (x *Intent_Message_TableCardRow) GetCells() []*Intent_Message_TableCardCell
func (*Intent_Message_TableCardRow) GetDividerAfter ¶
func (x *Intent_Message_TableCardRow) GetDividerAfter() bool
func (*Intent_Message_TableCardRow) ProtoMessage ¶
func (*Intent_Message_TableCardRow) ProtoMessage()
func (*Intent_Message_TableCardRow) ProtoReflect ¶
func (x *Intent_Message_TableCardRow) ProtoReflect() protoreflect.Message
func (*Intent_Message_TableCardRow) Reset ¶
func (x *Intent_Message_TableCardRow) Reset()
func (*Intent_Message_TableCardRow) String ¶
func (x *Intent_Message_TableCardRow) String() string
type Intent_Message_TableCard_ ¶
type Intent_Message_TableCard_ struct { // Table card for Actions on Google. TableCard *Intent_Message_TableCard `protobuf:"bytes,23,opt,name=table_card,json=tableCard,proto3,oneof"` }
type Intent_Message_Text ¶
type Intent_Message_Text struct { // Optional. The collection of the agent's responses. Text []string `protobuf:"bytes,1,rep,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
The text response message.
func (*Intent_Message_Text) Descriptor
deprecated
func (*Intent_Message_Text) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Message_Text.ProtoReflect.Descriptor instead.
func (*Intent_Message_Text) GetText ¶
func (x *Intent_Message_Text) GetText() []string
func (*Intent_Message_Text) ProtoMessage ¶
func (*Intent_Message_Text) ProtoMessage()
func (*Intent_Message_Text) ProtoReflect ¶
func (x *Intent_Message_Text) ProtoReflect() protoreflect.Message
func (*Intent_Message_Text) Reset ¶
func (x *Intent_Message_Text) Reset()
func (*Intent_Message_Text) String ¶
func (x *Intent_Message_Text) String() string
type Intent_Message_Text_ ¶
type Intent_Message_Text_ struct { // The text response. Text *Intent_Message_Text `protobuf:"bytes,1,opt,name=text,proto3,oneof"` }
type Intent_Parameter ¶
type Intent_Parameter struct { // The unique identifier of this parameter. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of the parameter. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. The definition of the parameter value. It can be: // // - a constant string, // - a parameter value defined as `$parameter_name`, // - an original parameter value defined as `$parameter_name.original`, // - a parameter value from some context defined as // `#context_name.parameter_name`. Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // Optional. The default value to use when the `value` yields an empty // result. // Default values can be extracted from contexts by using the following // syntax: `#context_name.parameter_name`. DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // Optional. The name of the entity type, prefixed with `@`, that // describes values of the parameter. If the parameter is // required, this must be provided. EntityTypeDisplayName string `` /* 128-byte string literal not displayed */ // Optional. Indicates whether the parameter is required. That is, // whether the intent cannot be completed without collecting the parameter // value. Mandatory bool `protobuf:"varint,6,opt,name=mandatory,proto3" json:"mandatory,omitempty"` // Optional. The collection of prompts that the agent can present to the // user in order to collect a value for the parameter. Prompts []string `protobuf:"bytes,7,rep,name=prompts,proto3" json:"prompts,omitempty"` // Optional. Indicates whether the parameter represents a list of values. IsList bool `protobuf:"varint,8,opt,name=is_list,json=isList,proto3" json:"is_list,omitempty"` // contains filtered or unexported fields }
Represents intent parameters.
func (*Intent_Parameter) Descriptor
deprecated
func (*Intent_Parameter) Descriptor() ([]byte, []int)
Deprecated: Use Intent_Parameter.ProtoReflect.Descriptor instead.
func (*Intent_Parameter) GetDefaultValue ¶
func (x *Intent_Parameter) GetDefaultValue() string
func (*Intent_Parameter) GetDisplayName ¶
func (x *Intent_Parameter) GetDisplayName() string
func (*Intent_Parameter) GetEntityTypeDisplayName ¶
func (x *Intent_Parameter) GetEntityTypeDisplayName() string
func (*Intent_Parameter) GetIsList ¶
func (x *Intent_Parameter) GetIsList() bool
func (*Intent_Parameter) GetMandatory ¶
func (x *Intent_Parameter) GetMandatory() bool
func (*Intent_Parameter) GetName ¶
func (x *Intent_Parameter) GetName() string
func (*Intent_Parameter) GetPrompts ¶
func (x *Intent_Parameter) GetPrompts() []string
func (*Intent_Parameter) GetValue ¶
func (x *Intent_Parameter) GetValue() string
func (*Intent_Parameter) ProtoMessage ¶
func (*Intent_Parameter) ProtoMessage()
func (*Intent_Parameter) ProtoReflect ¶
func (x *Intent_Parameter) ProtoReflect() protoreflect.Message
func (*Intent_Parameter) Reset ¶
func (x *Intent_Parameter) Reset()
func (*Intent_Parameter) String ¶
func (x *Intent_Parameter) String() string
type Intent_TrainingPhrase ¶
type Intent_TrainingPhrase struct { // Output only. The unique identifier of this training phrase. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The type of the training phrase. Type Intent_TrainingPhrase_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dialogflow.v2.Intent_TrainingPhrase_Type" json:"type,omitempty"` // Required. The ordered list of training phrase parts. // The parts are concatenated in order to form the training phrase. // // Note: The API does not automatically annotate training phrases like the // Dialogflow Console does. // // Note: Do not forget to include whitespace at part boundaries, // so the training phrase is well formatted when the parts are concatenated. // // If the training phrase does not need to be annotated with parameters, // you just need a single part with only the [Part.text][google.cloud.dialogflow.v2.Intent.TrainingPhrase.Part.text] field set. // // If you want to annotate the training phrase, you must create multiple // parts, where the fields of each part are populated in one of two ways: // // - `Part.text` is set to a part of the phrase that has no parameters. // - `Part.text` is set to a part of the phrase that you want to annotate, // and the `entity_type`, `alias`, and `user_defined` fields are all // set. Parts []*Intent_TrainingPhrase_Part `protobuf:"bytes,3,rep,name=parts,proto3" json:"parts,omitempty"` // Optional. Indicates how many times this example was added to // the intent. Each time a developer adds an existing sample by editing an // intent or training, this counter is increased. TimesAddedCount int32 `protobuf:"varint,4,opt,name=times_added_count,json=timesAddedCount,proto3" json:"times_added_count,omitempty"` // contains filtered or unexported fields }
Represents an example that the agent is trained on.
func (*Intent_TrainingPhrase) Descriptor
deprecated
func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int)
Deprecated: Use Intent_TrainingPhrase.ProtoReflect.Descriptor instead.
func (*Intent_TrainingPhrase) GetName ¶
func (x *Intent_TrainingPhrase) GetName() string
func (*Intent_TrainingPhrase) GetParts ¶
func (x *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part
func (*Intent_TrainingPhrase) GetTimesAddedCount ¶
func (x *Intent_TrainingPhrase) GetTimesAddedCount() int32
func (*Intent_TrainingPhrase) GetType ¶
func (x *Intent_TrainingPhrase) GetType() Intent_TrainingPhrase_Type
func (*Intent_TrainingPhrase) ProtoMessage ¶
func (*Intent_TrainingPhrase) ProtoMessage()
func (*Intent_TrainingPhrase) ProtoReflect ¶
func (x *Intent_TrainingPhrase) ProtoReflect() protoreflect.Message
func (*Intent_TrainingPhrase) Reset ¶
func (x *Intent_TrainingPhrase) Reset()
func (*Intent_TrainingPhrase) String ¶
func (x *Intent_TrainingPhrase) String() string
type Intent_TrainingPhrase_Part ¶
type Intent_TrainingPhrase_Part struct { // Required. The text for this part. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // Optional. The entity type name prefixed with `@`. // This field is required for annotated parts of the training phrase. EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The parameter name for the value extracted from the // annotated part of the example. // This field is required for annotated parts of the training phrase. Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` // Optional. Indicates whether the text was manually annotated. // This field is set to true when the Dialogflow Console is used to // manually annotate the part. When creating an annotated part with the // API, you must set this to true. UserDefined bool `protobuf:"varint,4,opt,name=user_defined,json=userDefined,proto3" json:"user_defined,omitempty"` // contains filtered or unexported fields }
Represents a part of a training phrase.
func (*Intent_TrainingPhrase_Part) Descriptor
deprecated
func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int)
Deprecated: Use Intent_TrainingPhrase_Part.ProtoReflect.Descriptor instead.
func (*Intent_TrainingPhrase_Part) GetAlias ¶
func (x *Intent_TrainingPhrase_Part) GetAlias() string
func (*Intent_TrainingPhrase_Part) GetEntityType ¶
func (x *Intent_TrainingPhrase_Part) GetEntityType() string
func (*Intent_TrainingPhrase_Part) GetText ¶
func (x *Intent_TrainingPhrase_Part) GetText() string
func (*Intent_TrainingPhrase_Part) GetUserDefined ¶
func (x *Intent_TrainingPhrase_Part) GetUserDefined() bool
func (*Intent_TrainingPhrase_Part) ProtoMessage ¶
func (*Intent_TrainingPhrase_Part) ProtoMessage()
func (*Intent_TrainingPhrase_Part) ProtoReflect ¶
func (x *Intent_TrainingPhrase_Part) ProtoReflect() protoreflect.Message
func (*Intent_TrainingPhrase_Part) Reset ¶
func (x *Intent_TrainingPhrase_Part) Reset()
func (*Intent_TrainingPhrase_Part) String ¶
func (x *Intent_TrainingPhrase_Part) String() string
type Intent_TrainingPhrase_Type ¶
type Intent_TrainingPhrase_Type int32
Represents different types of training phrases.
const ( // Not specified. This value should never be used. Intent_TrainingPhrase_TYPE_UNSPECIFIED Intent_TrainingPhrase_Type = 0 // Examples do not contain @-prefixed entity type names, but example parts // can be annotated with entity types. Intent_TrainingPhrase_EXAMPLE Intent_TrainingPhrase_Type = 1 // Templates are not annotated with entity types, but they can contain // @-prefixed entity type names as substrings. // Template mode has been deprecated. Example mode is the only supported // way to create new training phrases. If you have existing training // phrases that you've created in template mode, those will continue to // work. // // Deprecated: Do not use. Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 )
func (Intent_TrainingPhrase_Type) Descriptor ¶
func (Intent_TrainingPhrase_Type) Descriptor() protoreflect.EnumDescriptor
func (Intent_TrainingPhrase_Type) Enum ¶
func (x Intent_TrainingPhrase_Type) Enum() *Intent_TrainingPhrase_Type
func (Intent_TrainingPhrase_Type) EnumDescriptor
deprecated
func (Intent_TrainingPhrase_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_TrainingPhrase_Type.Descriptor instead.
func (Intent_TrainingPhrase_Type) Number ¶
func (x Intent_TrainingPhrase_Type) Number() protoreflect.EnumNumber
func (Intent_TrainingPhrase_Type) String ¶
func (x Intent_TrainingPhrase_Type) String() string
func (Intent_TrainingPhrase_Type) Type ¶
func (Intent_TrainingPhrase_Type) Type() protoreflect.EnumType
type Intent_WebhookState ¶
type Intent_WebhookState int32
Represents the different states that webhooks can be in.
const ( // Webhook is disabled in the agent and in the intent. Intent_WEBHOOK_STATE_UNSPECIFIED Intent_WebhookState = 0 // Webhook is enabled in the agent and in the intent. Intent_WEBHOOK_STATE_ENABLED Intent_WebhookState = 1 // Webhook is enabled in the agent and in the intent. Also, each slot // filling prompt is forwarded to the webhook. Intent_WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING Intent_WebhookState = 2 )
func (Intent_WebhookState) Descriptor ¶
func (Intent_WebhookState) Descriptor() protoreflect.EnumDescriptor
func (Intent_WebhookState) Enum ¶
func (x Intent_WebhookState) Enum() *Intent_WebhookState
func (Intent_WebhookState) EnumDescriptor
deprecated
func (Intent_WebhookState) EnumDescriptor() ([]byte, []int)
Deprecated: Use Intent_WebhookState.Descriptor instead.
func (Intent_WebhookState) Number ¶
func (x Intent_WebhookState) Number() protoreflect.EnumNumber
func (Intent_WebhookState) String ¶
func (x Intent_WebhookState) String() string
func (Intent_WebhookState) Type ¶
func (Intent_WebhookState) Type() protoreflect.EnumType
type IntentsClient ¶
type IntentsClient interface { // Returns the list of all intents in the specified agent. ListIntents(ctx context.Context, in *ListIntentsRequest, opts ...grpc.CallOption) (*ListIntentsResponse, error) // Retrieves the specified intent. GetIntent(ctx context.Context, in *GetIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Creates an intent in the specified agent. CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Updates the specified intent. UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates/Creates multiple intents in the specified agent. // // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes intents in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteIntents(ctx context.Context, in *BatchDeleteIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
IntentsClient is the client API for Intents service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewIntentsClient ¶
func NewIntentsClient(cc grpc.ClientConnInterface) IntentsClient
type IntentsServer ¶
type IntentsServer interface { // Returns the list of all intents in the specified agent. ListIntents(context.Context, *ListIntentsRequest) (*ListIntentsResponse, error) // Retrieves the specified intent. GetIntent(context.Context, *GetIntentRequest) (*Intent, error) // Creates an intent in the specified agent. CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error) // Updates the specified intent. UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error) // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(context.Context, *DeleteIntentRequest) (*emptypb.Empty, error) // Updates/Creates multiple intents in the specified agent. // // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error) // Deletes intents in the specified agent. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteIntents(context.Context, *BatchDeleteIntentsRequest) (*longrunning.Operation, error) }
IntentsServer is the server API for Intents service.
type ListContextsRequest ¶
type ListContextsRequest struct { // Required. The session to list all contexts from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].
func (*ListContextsRequest) Descriptor
deprecated
func (*ListContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListContextsRequest.ProtoReflect.Descriptor instead.
func (*ListContextsRequest) GetPageSize ¶
func (x *ListContextsRequest) GetPageSize() int32
func (*ListContextsRequest) GetPageToken ¶
func (x *ListContextsRequest) GetPageToken() string
func (*ListContextsRequest) GetParent ¶
func (x *ListContextsRequest) GetParent() string
func (*ListContextsRequest) ProtoMessage ¶
func (*ListContextsRequest) ProtoMessage()
func (*ListContextsRequest) ProtoReflect ¶
func (x *ListContextsRequest) ProtoReflect() protoreflect.Message
func (*ListContextsRequest) Reset ¶
func (x *ListContextsRequest) Reset()
func (*ListContextsRequest) String ¶
func (x *ListContextsRequest) String() string
type ListContextsResponse ¶
type ListContextsResponse struct { // The list of contexts. There will be a maximum number of items // returned based on the page_size field in the request. Contexts []*Context `protobuf:"bytes,1,rep,name=contexts,proto3" json:"contexts,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].
func (*ListContextsResponse) Descriptor
deprecated
func (*ListContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListContextsResponse.ProtoReflect.Descriptor instead.
func (*ListContextsResponse) GetContexts ¶
func (x *ListContextsResponse) GetContexts() []*Context
func (*ListContextsResponse) GetNextPageToken ¶
func (x *ListContextsResponse) GetNextPageToken() string
func (*ListContextsResponse) ProtoMessage ¶
func (*ListContextsResponse) ProtoMessage()
func (*ListContextsResponse) ProtoReflect ¶
func (x *ListContextsResponse) ProtoReflect() protoreflect.Message
func (*ListContextsResponse) Reset ¶
func (x *ListContextsResponse) Reset()
func (*ListContextsResponse) String ¶
func (x *ListContextsResponse) String() string
type ListEntityTypesRequest ¶
type ListEntityTypesRequest struct { // Required. The agent to list all entity types from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes].
func (*ListEntityTypesRequest) Descriptor
deprecated
func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntityTypesRequest.ProtoReflect.Descriptor instead.
func (*ListEntityTypesRequest) GetLanguageCode ¶
func (x *ListEntityTypesRequest) GetLanguageCode() string
func (*ListEntityTypesRequest) GetPageSize ¶
func (x *ListEntityTypesRequest) GetPageSize() int32
func (*ListEntityTypesRequest) GetPageToken ¶
func (x *ListEntityTypesRequest) GetPageToken() string
func (*ListEntityTypesRequest) GetParent ¶
func (x *ListEntityTypesRequest) GetParent() string
func (*ListEntityTypesRequest) ProtoMessage ¶
func (*ListEntityTypesRequest) ProtoMessage()
func (*ListEntityTypesRequest) ProtoReflect ¶
func (x *ListEntityTypesRequest) ProtoReflect() protoreflect.Message
func (*ListEntityTypesRequest) Reset ¶
func (x *ListEntityTypesRequest) Reset()
func (*ListEntityTypesRequest) String ¶
func (x *ListEntityTypesRequest) String() string
type ListEntityTypesResponse ¶
type ListEntityTypesResponse struct { // The list of agent entity types. There will be a maximum number of items // returned based on the page_size field in the request. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes,proto3" json:"entity_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes].
func (*ListEntityTypesResponse) Descriptor
deprecated
func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntityTypesResponse.ProtoReflect.Descriptor instead.
func (*ListEntityTypesResponse) GetEntityTypes ¶
func (x *ListEntityTypesResponse) GetEntityTypes() []*EntityType
func (*ListEntityTypesResponse) GetNextPageToken ¶
func (x *ListEntityTypesResponse) GetNextPageToken() string
func (*ListEntityTypesResponse) ProtoMessage ¶
func (*ListEntityTypesResponse) ProtoMessage()
func (*ListEntityTypesResponse) ProtoReflect ¶
func (x *ListEntityTypesResponse) ProtoReflect() protoreflect.Message
func (*ListEntityTypesResponse) Reset ¶
func (x *ListEntityTypesResponse) Reset()
func (*ListEntityTypesResponse) String ¶
func (x *ListEntityTypesResponse) String() string
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest struct { // Required. The agent to list all environments from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By default 100 and // at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [Environments.ListEnvironments][google.cloud.dialogflow.v2.Environments.ListEnvironments].
func (*ListEnvironmentsRequest) Descriptor
deprecated
func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsRequest.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsRequest) GetPageSize ¶
func (x *ListEnvironmentsRequest) GetPageSize() int32
func (*ListEnvironmentsRequest) GetPageToken ¶
func (x *ListEnvironmentsRequest) GetPageToken() string
func (*ListEnvironmentsRequest) GetParent ¶
func (x *ListEnvironmentsRequest) GetParent() string
func (*ListEnvironmentsRequest) ProtoMessage ¶
func (*ListEnvironmentsRequest) ProtoMessage()
func (*ListEnvironmentsRequest) ProtoReflect ¶
func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsRequest) Reset ¶
func (x *ListEnvironmentsRequest) Reset()
func (*ListEnvironmentsRequest) String ¶
func (x *ListEnvironmentsRequest) String() string
type ListEnvironmentsResponse ¶
type ListEnvironmentsResponse struct { // The list of agent environments. There will be a maximum number of items // returned based on the page_size field in the request. Environments []*Environment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [Environments.ListEnvironments][google.cloud.dialogflow.v2.Environments.ListEnvironments].
func (*ListEnvironmentsResponse) Descriptor
deprecated
func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsResponse.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsResponse) GetEnvironments ¶
func (x *ListEnvironmentsResponse) GetEnvironments() []*Environment
func (*ListEnvironmentsResponse) GetNextPageToken ¶
func (x *ListEnvironmentsResponse) GetNextPageToken() string
func (*ListEnvironmentsResponse) ProtoMessage ¶
func (*ListEnvironmentsResponse) ProtoMessage()
func (*ListEnvironmentsResponse) ProtoReflect ¶
func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsResponse) Reset ¶
func (x *ListEnvironmentsResponse) Reset()
func (*ListEnvironmentsResponse) String ¶
func (x *ListEnvironmentsResponse) String() string
type ListIntentsRequest ¶
type ListIntentsRequest struct { // Required. The agent to list all intents from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 135-byte string literal not displayed */ // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
func (*ListIntentsRequest) Descriptor
deprecated
func (*ListIntentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIntentsRequest.ProtoReflect.Descriptor instead.
func (*ListIntentsRequest) GetIntentView ¶
func (x *ListIntentsRequest) GetIntentView() IntentView
func (*ListIntentsRequest) GetLanguageCode ¶
func (x *ListIntentsRequest) GetLanguageCode() string
func (*ListIntentsRequest) GetPageSize ¶
func (x *ListIntentsRequest) GetPageSize() int32
func (*ListIntentsRequest) GetPageToken ¶
func (x *ListIntentsRequest) GetPageToken() string
func (*ListIntentsRequest) GetParent ¶
func (x *ListIntentsRequest) GetParent() string
func (*ListIntentsRequest) ProtoMessage ¶
func (*ListIntentsRequest) ProtoMessage()
func (*ListIntentsRequest) ProtoReflect ¶
func (x *ListIntentsRequest) ProtoReflect() protoreflect.Message
func (*ListIntentsRequest) Reset ¶
func (x *ListIntentsRequest) Reset()
func (*ListIntentsRequest) String ¶
func (x *ListIntentsRequest) String() string
type ListIntentsResponse ¶
type ListIntentsResponse struct { // The list of agent intents. There will be a maximum number of items // returned based on the page_size field in the request. Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
func (*ListIntentsResponse) Descriptor
deprecated
func (*ListIntentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIntentsResponse.ProtoReflect.Descriptor instead.
func (*ListIntentsResponse) GetIntents ¶
func (x *ListIntentsResponse) GetIntents() []*Intent
func (*ListIntentsResponse) GetNextPageToken ¶
func (x *ListIntentsResponse) GetNextPageToken() string
func (*ListIntentsResponse) ProtoMessage ¶
func (*ListIntentsResponse) ProtoMessage()
func (*ListIntentsResponse) ProtoReflect ¶
func (x *ListIntentsResponse) ProtoReflect() protoreflect.Message
func (*ListIntentsResponse) Reset ¶
func (x *ListIntentsResponse) Reset()
func (*ListIntentsResponse) String ¶
func (x *ListIntentsResponse) String() string
type ListSessionEntityTypesRequest ¶
type ListSessionEntityTypesRequest struct { // Required. The session to list all session entity types from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ // sessions/<Session ID>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes].
func (*ListSessionEntityTypesRequest) Descriptor
deprecated
func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSessionEntityTypesRequest.ProtoReflect.Descriptor instead.
func (*ListSessionEntityTypesRequest) GetPageSize ¶
func (x *ListSessionEntityTypesRequest) GetPageSize() int32
func (*ListSessionEntityTypesRequest) GetPageToken ¶
func (x *ListSessionEntityTypesRequest) GetPageToken() string
func (*ListSessionEntityTypesRequest) GetParent ¶
func (x *ListSessionEntityTypesRequest) GetParent() string
func (*ListSessionEntityTypesRequest) ProtoMessage ¶
func (*ListSessionEntityTypesRequest) ProtoMessage()
func (*ListSessionEntityTypesRequest) ProtoReflect ¶
func (x *ListSessionEntityTypesRequest) ProtoReflect() protoreflect.Message
func (*ListSessionEntityTypesRequest) Reset ¶
func (x *ListSessionEntityTypesRequest) Reset()
func (*ListSessionEntityTypesRequest) String ¶
func (x *ListSessionEntityTypesRequest) String() string
type ListSessionEntityTypesResponse ¶
type ListSessionEntityTypesResponse struct { // The list of session entity types. There will be a maximum number of items // returned based on the page_size field in the request. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,1,rep,name=session_entity_types,json=sessionEntityTypes,proto3" json:"session_entity_types,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes].
func (*ListSessionEntityTypesResponse) Descriptor
deprecated
func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSessionEntityTypesResponse.ProtoReflect.Descriptor instead.
func (*ListSessionEntityTypesResponse) GetNextPageToken ¶
func (x *ListSessionEntityTypesResponse) GetNextPageToken() string
func (*ListSessionEntityTypesResponse) GetSessionEntityTypes ¶
func (x *ListSessionEntityTypesResponse) GetSessionEntityTypes() []*SessionEntityType
func (*ListSessionEntityTypesResponse) ProtoMessage ¶
func (*ListSessionEntityTypesResponse) ProtoMessage()
func (*ListSessionEntityTypesResponse) ProtoReflect ¶
func (x *ListSessionEntityTypesResponse) ProtoReflect() protoreflect.Message
func (*ListSessionEntityTypesResponse) Reset ¶
func (x *ListSessionEntityTypesResponse) Reset()
func (*ListSessionEntityTypesResponse) String ¶
func (x *ListSessionEntityTypesResponse) String() string
type OriginalDetectIntentRequest ¶
type OriginalDetectIntentRequest struct { // The source of this request, e.g., `google`, `facebook`, `slack`. It is set // by Dialogflow-owned servers. Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // Optional. The version of the protocol used for this request. // This field is AoG-specific. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // Optional. This field is set to the value of the `QueryParameters.payload` // field passed in the request. Some integrations that query a Dialogflow // agent may provide additional information in the payload. // // In particular, for the Dialogflow Phone Gateway integration, this field has // the form: // <pre>{ // "telephony": { // "caller_id": "+18558363987" // } // }</pre> // Note: The caller ID field (`caller_id`) will be redacted for Trial // Edition agents and populated with the caller ID in [E.164 // format](https://en.wikipedia.org/wiki/E.164) for Essentials Edition agents. Payload *structpb.Struct `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
Represents the contents of the original request that was passed to the `[Streaming]DetectIntent` call.
func (*OriginalDetectIntentRequest) Descriptor
deprecated
func (*OriginalDetectIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use OriginalDetectIntentRequest.ProtoReflect.Descriptor instead.
func (*OriginalDetectIntentRequest) GetPayload ¶
func (x *OriginalDetectIntentRequest) GetPayload() *structpb.Struct
func (*OriginalDetectIntentRequest) GetSource ¶
func (x *OriginalDetectIntentRequest) GetSource() string
func (*OriginalDetectIntentRequest) GetVersion ¶
func (x *OriginalDetectIntentRequest) GetVersion() string
func (*OriginalDetectIntentRequest) ProtoMessage ¶
func (*OriginalDetectIntentRequest) ProtoMessage()
func (*OriginalDetectIntentRequest) ProtoReflect ¶
func (x *OriginalDetectIntentRequest) ProtoReflect() protoreflect.Message
func (*OriginalDetectIntentRequest) Reset ¶
func (x *OriginalDetectIntentRequest) Reset()
func (*OriginalDetectIntentRequest) String ¶
func (x *OriginalDetectIntentRequest) String() string
type OutputAudioConfig ¶
type OutputAudioConfig struct { // Required. Audio encoding of the synthesized audio content. AudioEncoding OutputAudioEncoding `` /* 153-byte string literal not displayed */ // The synthesis sample rate (in hertz) for this audio. If not // provided, then the synthesizer will use the default sample rate based on // the audio encoding. If this is different from the voice's natural sample // rate, then the synthesizer will honor this request by converting to the // desired sample rate (which might result in worse audio quality). SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` // Configuration of how speech should be synthesized. SynthesizeSpeechConfig *SynthesizeSpeechConfig `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent.
func (*OutputAudioConfig) Descriptor
deprecated
func (*OutputAudioConfig) Descriptor() ([]byte, []int)
Deprecated: Use OutputAudioConfig.ProtoReflect.Descriptor instead.
func (*OutputAudioConfig) GetAudioEncoding ¶
func (x *OutputAudioConfig) GetAudioEncoding() OutputAudioEncoding
func (*OutputAudioConfig) GetSampleRateHertz ¶
func (x *OutputAudioConfig) GetSampleRateHertz() int32
func (*OutputAudioConfig) GetSynthesizeSpeechConfig ¶
func (x *OutputAudioConfig) GetSynthesizeSpeechConfig() *SynthesizeSpeechConfig
func (*OutputAudioConfig) ProtoMessage ¶
func (*OutputAudioConfig) ProtoMessage()
func (*OutputAudioConfig) ProtoReflect ¶
func (x *OutputAudioConfig) ProtoReflect() protoreflect.Message
func (*OutputAudioConfig) Reset ¶
func (x *OutputAudioConfig) Reset()
func (*OutputAudioConfig) String ¶
func (x *OutputAudioConfig) String() string
type OutputAudioEncoding ¶
type OutputAudioEncoding int32
Audio encoding of the output audio format in Text-To-Speech.
const ( // Not specified. OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_UNSPECIFIED OutputAudioEncoding = 0 // Uncompressed 16-bit signed little-endian samples (Linear PCM). // Audio content returned as LINEAR16 also contains a WAV header. OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_LINEAR_16 OutputAudioEncoding = 1 // MP3 audio at 32kbps. OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3 OutputAudioEncoding = 2 // Opus encoded audio wrapped in an ogg container. The result will be a // file which can be played natively on Android, and in browsers (at least // Chrome and Firefox). The quality of the encoding is considerably higher // than MP3 while using approximately the same bitrate. OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_OGG_OPUS OutputAudioEncoding = 3 )
func (OutputAudioEncoding) Descriptor ¶
func (OutputAudioEncoding) Descriptor() protoreflect.EnumDescriptor
func (OutputAudioEncoding) Enum ¶
func (x OutputAudioEncoding) Enum() *OutputAudioEncoding
func (OutputAudioEncoding) EnumDescriptor
deprecated
func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int)
Deprecated: Use OutputAudioEncoding.Descriptor instead.
func (OutputAudioEncoding) Number ¶
func (x OutputAudioEncoding) Number() protoreflect.EnumNumber
func (OutputAudioEncoding) String ¶
func (x OutputAudioEncoding) String() string
func (OutputAudioEncoding) Type ¶
func (OutputAudioEncoding) Type() protoreflect.EnumType
type QueryInput ¶
type QueryInput struct { // Required. The input specification. // // Types that are assignable to Input: // *QueryInput_AudioConfig // *QueryInput_Text // *QueryInput_Event Input isQueryInput_Input `protobuf_oneof:"input"` // contains filtered or unexported fields }
Represents the query input. It can contain either:
- An audio config which instructs the speech recognizer how to process the speech audio.
2. A conversational query in the form of text,.
3. An event that specifies which intent to trigger.
func (*QueryInput) Descriptor
deprecated
func (*QueryInput) Descriptor() ([]byte, []int)
Deprecated: Use QueryInput.ProtoReflect.Descriptor instead.
func (*QueryInput) GetAudioConfig ¶
func (x *QueryInput) GetAudioConfig() *InputAudioConfig
func (*QueryInput) GetEvent ¶
func (x *QueryInput) GetEvent() *EventInput
func (*QueryInput) GetInput ¶
func (m *QueryInput) GetInput() isQueryInput_Input
func (*QueryInput) GetText ¶
func (x *QueryInput) GetText() *TextInput
func (*QueryInput) ProtoMessage ¶
func (*QueryInput) ProtoMessage()
func (*QueryInput) ProtoReflect ¶
func (x *QueryInput) ProtoReflect() protoreflect.Message
func (*QueryInput) Reset ¶
func (x *QueryInput) Reset()
func (*QueryInput) String ¶
func (x *QueryInput) String() string
type QueryInput_AudioConfig ¶
type QueryInput_AudioConfig struct { // Instructs the speech recognizer how to process the speech audio. AudioConfig *InputAudioConfig `protobuf:"bytes,1,opt,name=audio_config,json=audioConfig,proto3,oneof"` }
type QueryInput_Event ¶
type QueryInput_Event struct { // The event to be processed. Event *EventInput `protobuf:"bytes,3,opt,name=event,proto3,oneof"` }
type QueryInput_Text ¶
type QueryInput_Text struct { // The natural language text to be processed. Text *TextInput `protobuf:"bytes,2,opt,name=text,proto3,oneof"` }
type QueryParameters ¶
type QueryParameters struct { // The time zone of this conversational query from the // [time zone database](https://www.iana.org/time-zones), e.g., // America/New_York, Europe/Paris. If not provided, the time zone specified in // agent settings is used. TimeZone string `protobuf:"bytes,1,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // The geo location of this conversational query. GeoLocation *latlng.LatLng `protobuf:"bytes,2,opt,name=geo_location,json=geoLocation,proto3" json:"geo_location,omitempty"` // The collection of contexts to be activated before this query is // executed. Contexts []*Context `protobuf:"bytes,3,rep,name=contexts,proto3" json:"contexts,omitempty"` // Specifies whether to delete all contexts in the current session // before the new ones are activated. ResetContexts bool `protobuf:"varint,4,opt,name=reset_contexts,json=resetContexts,proto3" json:"reset_contexts,omitempty"` // Additional session entity types to replace or extend developer // entity types with. The entity synonyms apply to all languages and persist // for the session of this query. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,5,rep,name=session_entity_types,json=sessionEntityTypes,proto3" json:"session_entity_types,omitempty"` // This field can be used to pass custom data to your webhook. // Arbitrary JSON objects are supported. // If supplied, the value is used to populate the // `WebhookRequest.original_detect_intent_request.payload` // field sent to your webhook. Payload *structpb.Struct `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"` // Configures the type of sentiment analysis to perform. If not // provided, sentiment analysis is not performed. SentimentAnalysisRequestConfig *SentimentAnalysisRequestConfig `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
Represents the parameters of the conversational query.
func (*QueryParameters) Descriptor
deprecated
func (*QueryParameters) Descriptor() ([]byte, []int)
Deprecated: Use QueryParameters.ProtoReflect.Descriptor instead.
func (*QueryParameters) GetContexts ¶
func (x *QueryParameters) GetContexts() []*Context
func (*QueryParameters) GetGeoLocation ¶
func (x *QueryParameters) GetGeoLocation() *latlng.LatLng
func (*QueryParameters) GetPayload ¶
func (x *QueryParameters) GetPayload() *structpb.Struct
func (*QueryParameters) GetResetContexts ¶
func (x *QueryParameters) GetResetContexts() bool
func (*QueryParameters) GetSentimentAnalysisRequestConfig ¶
func (x *QueryParameters) GetSentimentAnalysisRequestConfig() *SentimentAnalysisRequestConfig
func (*QueryParameters) GetSessionEntityTypes ¶
func (x *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
func (*QueryParameters) GetTimeZone ¶
func (x *QueryParameters) GetTimeZone() string
func (*QueryParameters) ProtoMessage ¶
func (*QueryParameters) ProtoMessage()
func (*QueryParameters) ProtoReflect ¶
func (x *QueryParameters) ProtoReflect() protoreflect.Message
func (*QueryParameters) Reset ¶
func (x *QueryParameters) Reset()
func (*QueryParameters) String ¶
func (x *QueryParameters) String() string
type QueryResult ¶
type QueryResult struct { // The original conversational query text: // // - If natural language text was provided as input, `query_text` contains // a copy of the input. // - If natural language speech audio was provided as input, `query_text` // contains the speech recognition result. If speech recognizer produced // multiple alternatives, a particular one is picked. // - If automatic spell correction is enabled, `query_text` will contain the // corrected user input. QueryText string `protobuf:"bytes,1,opt,name=query_text,json=queryText,proto3" json:"query_text,omitempty"` // The language that was triggered during intent detection. // See [Language // Support](https://cloud.google.com/dialogflow/docs/reference/language) // for a list of the currently supported language codes. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // The Speech recognition confidence between 0.0 and 1.0. A higher number // indicates an estimated greater likelihood that the recognized words are // correct. The default of 0.0 is a sentinel value indicating that confidence // was not set. // // This field is not guaranteed to be accurate or set. In particular this // field isn't set for StreamingDetectIntent since the streaming endpoint has // separate confidence estimates per portion of the audio in // StreamingRecognitionResult. SpeechRecognitionConfidence float32 `` /* 146-byte string literal not displayed */ // The action name from the matched intent. Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"` // The collection of extracted parameters. // // Depending on your protocol or client library language, this is a // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // // - MapKey type: string // - MapKey value: parameter name // - MapValue type: // - If parameter's entity type is a composite entity: map // - Else: string or number, depending on parameter value type // - MapValue value: // - If parameter's entity type is a composite entity: // map from composite entity property names to property values // - Else: parameter value Parameters *structpb.Struct `protobuf:"bytes,4,opt,name=parameters,proto3" json:"parameters,omitempty"` // This field is set to: // // - `false` if the matched intent has required parameters and not all of // the required parameter values have been collected. // - `true` if all required parameter values have been collected, or if the // matched intent doesn't contain any required parameters. AllRequiredParamsPresent bool `` /* 138-byte string literal not displayed */ // The text to be pronounced to the user or shown on the screen. // Note: This is a legacy field, `fulfillment_messages` should be preferred. FulfillmentText string `protobuf:"bytes,6,opt,name=fulfillment_text,json=fulfillmentText,proto3" json:"fulfillment_text,omitempty"` // The collection of rich messages to present to the user. FulfillmentMessages []*Intent_Message `protobuf:"bytes,7,rep,name=fulfillment_messages,json=fulfillmentMessages,proto3" json:"fulfillment_messages,omitempty"` // If the query was fulfilled by a webhook call, this field is set to the // value of the `source` field returned in the webhook response. WebhookSource string `protobuf:"bytes,8,opt,name=webhook_source,json=webhookSource,proto3" json:"webhook_source,omitempty"` // If the query was fulfilled by a webhook call, this field is set to the // value of the `payload` field returned in the webhook response. WebhookPayload *structpb.Struct `protobuf:"bytes,9,opt,name=webhook_payload,json=webhookPayload,proto3" json:"webhook_payload,omitempty"` // The collection of output contexts. If applicable, // `output_contexts.parameters` contains entries with name // `<parameter name>.original` containing the original parameter values // before the query. OutputContexts []*Context `protobuf:"bytes,10,rep,name=output_contexts,json=outputContexts,proto3" json:"output_contexts,omitempty"` // The intent that matched the conversational query. Some, not // all fields are filled in this message, including but not limited to: // `name`, `display_name`, `end_interaction` and `is_fallback`. Intent *Intent `protobuf:"bytes,11,opt,name=intent,proto3" json:"intent,omitempty"` // The intent detection confidence. Values range from 0.0 // (completely uncertain) to 1.0 (completely certain). // This value is for informational purpose only and is only used to // help match the best intent within the classification threshold. // This value may change for the same end-user expression at any time due to a // model retraining or change in implementation. // If there are `multiple knowledge_answers` messages, this value is set to // the greatest `knowledgeAnswers.match_confidence` value in the list. IntentDetectionConfidence float32 `` /* 141-byte string literal not displayed */ // Free-form diagnostic information for the associated detect intent request. // The fields of this data can change without notice, so you should not write // code that depends on its structure. // The data may contain: // // - webhook call latency // - webhook errors DiagnosticInfo *structpb.Struct `protobuf:"bytes,14,opt,name=diagnostic_info,json=diagnosticInfo,proto3" json:"diagnostic_info,omitempty"` // The sentiment analysis result, which depends on the // `sentiment_analysis_request_config` specified in the request. SentimentAnalysisResult *SentimentAnalysisResult `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
Represents the result of conversational query or event processing.
func (*QueryResult) Descriptor
deprecated
func (*QueryResult) Descriptor() ([]byte, []int)
Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.
func (*QueryResult) GetAction ¶
func (x *QueryResult) GetAction() string
func (*QueryResult) GetAllRequiredParamsPresent ¶
func (x *QueryResult) GetAllRequiredParamsPresent() bool
func (*QueryResult) GetDiagnosticInfo ¶
func (x *QueryResult) GetDiagnosticInfo() *structpb.Struct
func (*QueryResult) GetFulfillmentMessages ¶
func (x *QueryResult) GetFulfillmentMessages() []*Intent_Message
func (*QueryResult) GetFulfillmentText ¶
func (x *QueryResult) GetFulfillmentText() string
func (*QueryResult) GetIntent ¶
func (x *QueryResult) GetIntent() *Intent
func (*QueryResult) GetIntentDetectionConfidence ¶
func (x *QueryResult) GetIntentDetectionConfidence() float32
func (*QueryResult) GetLanguageCode ¶
func (x *QueryResult) GetLanguageCode() string
func (*QueryResult) GetOutputContexts ¶
func (x *QueryResult) GetOutputContexts() []*Context
func (*QueryResult) GetParameters ¶
func (x *QueryResult) GetParameters() *structpb.Struct
func (*QueryResult) GetQueryText ¶
func (x *QueryResult) GetQueryText() string
func (*QueryResult) GetSentimentAnalysisResult ¶
func (x *QueryResult) GetSentimentAnalysisResult() *SentimentAnalysisResult
func (*QueryResult) GetSpeechRecognitionConfidence ¶
func (x *QueryResult) GetSpeechRecognitionConfidence() float32
func (*QueryResult) GetWebhookPayload ¶
func (x *QueryResult) GetWebhookPayload() *structpb.Struct
func (*QueryResult) GetWebhookSource ¶
func (x *QueryResult) GetWebhookSource() string
func (*QueryResult) ProtoMessage ¶
func (*QueryResult) ProtoMessage()
func (*QueryResult) ProtoReflect ¶
func (x *QueryResult) ProtoReflect() protoreflect.Message
func (*QueryResult) Reset ¶
func (x *QueryResult) Reset()
func (*QueryResult) String ¶
func (x *QueryResult) String() string
type RestoreAgentRequest ¶
type RestoreAgentRequest struct { // Required. The project that the agent to restore is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The agent to restore. // // Types that are assignable to Agent: // *RestoreAgentRequest_AgentUri // *RestoreAgentRequest_AgentContent Agent isRestoreAgentRequest_Agent `protobuf_oneof:"agent"` // contains filtered or unexported fields }
The request message for [Agents.RestoreAgent][google.cloud.dialogflow.v2.Agents.RestoreAgent].
func (*RestoreAgentRequest) Descriptor
deprecated
func (*RestoreAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreAgentRequest.ProtoReflect.Descriptor instead.
func (*RestoreAgentRequest) GetAgent ¶
func (m *RestoreAgentRequest) GetAgent() isRestoreAgentRequest_Agent
func (*RestoreAgentRequest) GetAgentContent ¶
func (x *RestoreAgentRequest) GetAgentContent() []byte
func (*RestoreAgentRequest) GetAgentUri ¶
func (x *RestoreAgentRequest) GetAgentUri() string
func (*RestoreAgentRequest) GetParent ¶
func (x *RestoreAgentRequest) GetParent() string
func (*RestoreAgentRequest) ProtoMessage ¶
func (*RestoreAgentRequest) ProtoMessage()
func (*RestoreAgentRequest) ProtoReflect ¶
func (x *RestoreAgentRequest) ProtoReflect() protoreflect.Message
func (*RestoreAgentRequest) Reset ¶
func (x *RestoreAgentRequest) Reset()
func (*RestoreAgentRequest) String ¶
func (x *RestoreAgentRequest) String() string
type RestoreAgentRequest_AgentContent ¶
type RestoreAgentRequest_AgentContent struct { // Zip compressed raw byte content for agent. AgentContent []byte `protobuf:"bytes,3,opt,name=agent_content,json=agentContent,proto3,oneof"` }
type RestoreAgentRequest_AgentUri ¶
type RestoreAgentRequest_AgentUri struct { // The URI to a Google Cloud Storage file containing the agent to restore. // Note: The URI must start with "gs://". AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,proto3,oneof"` }
type SearchAgentsRequest ¶
type SearchAgentsRequest struct { // Required. The project to list agents from. // Format: `projects/<Project ID or '-'>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The next_page_token value returned from a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
func (*SearchAgentsRequest) Descriptor
deprecated
func (*SearchAgentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchAgentsRequest.ProtoReflect.Descriptor instead.
func (*SearchAgentsRequest) GetPageSize ¶
func (x *SearchAgentsRequest) GetPageSize() int32
func (*SearchAgentsRequest) GetPageToken ¶
func (x *SearchAgentsRequest) GetPageToken() string
func (*SearchAgentsRequest) GetParent ¶
func (x *SearchAgentsRequest) GetParent() string
func (*SearchAgentsRequest) ProtoMessage ¶
func (*SearchAgentsRequest) ProtoMessage()
func (*SearchAgentsRequest) ProtoReflect ¶
func (x *SearchAgentsRequest) ProtoReflect() protoreflect.Message
func (*SearchAgentsRequest) Reset ¶
func (x *SearchAgentsRequest) Reset()
func (*SearchAgentsRequest) String ¶
func (x *SearchAgentsRequest) String() string
type SearchAgentsResponse ¶
type SearchAgentsResponse struct { // The list of agents. There will be a maximum number of items returned based // on the page_size field in the request. Agents []*Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // Token to retrieve the next page of results, or empty if there are no // more results in the list. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
func (*SearchAgentsResponse) Descriptor
deprecated
func (*SearchAgentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchAgentsResponse.ProtoReflect.Descriptor instead.
func (*SearchAgentsResponse) GetAgents ¶
func (x *SearchAgentsResponse) GetAgents() []*Agent
func (*SearchAgentsResponse) GetNextPageToken ¶
func (x *SearchAgentsResponse) GetNextPageToken() string
func (*SearchAgentsResponse) ProtoMessage ¶
func (*SearchAgentsResponse) ProtoMessage()
func (*SearchAgentsResponse) ProtoReflect ¶
func (x *SearchAgentsResponse) ProtoReflect() protoreflect.Message
func (*SearchAgentsResponse) Reset ¶
func (x *SearchAgentsResponse) Reset()
func (*SearchAgentsResponse) String ¶
func (x *SearchAgentsResponse) String() string
type Sentiment ¶
type Sentiment struct { // Sentiment score between -1.0 (negative sentiment) and 1.0 (positive // sentiment). Score float32 `protobuf:"fixed32,1,opt,name=score,proto3" json:"score,omitempty"` // A non-negative number in the [0, +inf) range, which represents the absolute // magnitude of sentiment, regardless of score (positive or negative). Magnitude float32 `protobuf:"fixed32,2,opt,name=magnitude,proto3" json:"magnitude,omitempty"` // contains filtered or unexported fields }
The sentiment, such as positive/negative feeling or association, for a unit of analysis, such as the query text.
func (*Sentiment) Descriptor
deprecated
func (*Sentiment) GetMagnitude ¶
func (*Sentiment) ProtoMessage ¶
func (*Sentiment) ProtoMessage()
func (*Sentiment) ProtoReflect ¶
func (x *Sentiment) ProtoReflect() protoreflect.Message
type SentimentAnalysisRequestConfig ¶
type SentimentAnalysisRequestConfig struct { // Instructs the service to perform sentiment analysis on // `query_text`. If not provided, sentiment analysis is not performed on // `query_text`. AnalyzeQueryTextSentiment bool `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
Configures the types of sentiment analysis to perform.
func (*SentimentAnalysisRequestConfig) Descriptor
deprecated
func (*SentimentAnalysisRequestConfig) Descriptor() ([]byte, []int)
Deprecated: Use SentimentAnalysisRequestConfig.ProtoReflect.Descriptor instead.
func (*SentimentAnalysisRequestConfig) GetAnalyzeQueryTextSentiment ¶
func (x *SentimentAnalysisRequestConfig) GetAnalyzeQueryTextSentiment() bool
func (*SentimentAnalysisRequestConfig) ProtoMessage ¶
func (*SentimentAnalysisRequestConfig) ProtoMessage()
func (*SentimentAnalysisRequestConfig) ProtoReflect ¶
func (x *SentimentAnalysisRequestConfig) ProtoReflect() protoreflect.Message
func (*SentimentAnalysisRequestConfig) Reset ¶
func (x *SentimentAnalysisRequestConfig) Reset()
func (*SentimentAnalysisRequestConfig) String ¶
func (x *SentimentAnalysisRequestConfig) String() string
type SentimentAnalysisResult ¶
type SentimentAnalysisResult struct { // The sentiment analysis result for `query_text`. QueryTextSentiment *Sentiment `protobuf:"bytes,1,opt,name=query_text_sentiment,json=queryTextSentiment,proto3" json:"query_text_sentiment,omitempty"` // contains filtered or unexported fields }
The result of sentiment analysis. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral. For [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], it needs to be configured in [DetectIntentRequest.query_params][google.cloud.dialogflow.v2.DetectIntentRequest.query_params]. For [Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent], it needs to be configured in [StreamingDetectIntentRequest.query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params]. And for [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] and [Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent], it needs to be configured in [ConversationProfile.human_agent_assistant_config][google.cloud.dialogflow.v2.ConversationProfile.human_agent_assistant_config]
func (*SentimentAnalysisResult) Descriptor
deprecated
func (*SentimentAnalysisResult) Descriptor() ([]byte, []int)
Deprecated: Use SentimentAnalysisResult.ProtoReflect.Descriptor instead.
func (*SentimentAnalysisResult) GetQueryTextSentiment ¶
func (x *SentimentAnalysisResult) GetQueryTextSentiment() *Sentiment
func (*SentimentAnalysisResult) ProtoMessage ¶
func (*SentimentAnalysisResult) ProtoMessage()
func (*SentimentAnalysisResult) ProtoReflect ¶
func (x *SentimentAnalysisResult) ProtoReflect() protoreflect.Message
func (*SentimentAnalysisResult) Reset ¶
func (x *SentimentAnalysisResult) Reset()
func (*SentimentAnalysisResult) String ¶
func (x *SentimentAnalysisResult) String() string
type SessionEntityType ¶
type SessionEntityType struct { // Required. The unique identifier of this session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`, or `projects/<Project ID>/agent/environments/<Environment // ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display // Name>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. // // `<Entity Type Display Name>` must be the display name of an existing entity // type in the same agent that will be overridden or supplemented. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Indicates whether the additional data should override or // supplement the custom entity type definition. EntityOverrideMode SessionEntityType_EntityOverrideMode `` /* 187-byte string literal not displayed */ // Required. The collection of entities associated with this session entity // type. Entities []*EntityType_Entity `protobuf:"bytes,3,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
A session represents a conversation between a Dialogflow agent and an end-user. You can create special entities, called session entities, during a session. Session entities can extend or replace custom entity types and only exist during the session that they were created for. All session data, including session entities, is stored by Dialogflow for 20 minutes.
For more information, see the [session entity guide](https://cloud.google.com/dialogflow/docs/entities-session).
func (*SessionEntityType) Descriptor
deprecated
func (*SessionEntityType) Descriptor() ([]byte, []int)
Deprecated: Use SessionEntityType.ProtoReflect.Descriptor instead.
func (*SessionEntityType) GetEntities ¶
func (x *SessionEntityType) GetEntities() []*EntityType_Entity
func (*SessionEntityType) GetEntityOverrideMode ¶
func (x *SessionEntityType) GetEntityOverrideMode() SessionEntityType_EntityOverrideMode
func (*SessionEntityType) GetName ¶
func (x *SessionEntityType) GetName() string
func (*SessionEntityType) ProtoMessage ¶
func (*SessionEntityType) ProtoMessage()
func (*SessionEntityType) ProtoReflect ¶
func (x *SessionEntityType) ProtoReflect() protoreflect.Message
func (*SessionEntityType) Reset ¶
func (x *SessionEntityType) Reset()
func (*SessionEntityType) String ¶
func (x *SessionEntityType) String() string
type SessionEntityType_EntityOverrideMode ¶
type SessionEntityType_EntityOverrideMode int32
The types of modifications for a session entity type.
const ( // Not specified. This value should be never used. SessionEntityType_ENTITY_OVERRIDE_MODE_UNSPECIFIED SessionEntityType_EntityOverrideMode = 0 // The collection of session entities overrides the collection of entities // in the corresponding custom entity type. SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE SessionEntityType_EntityOverrideMode = 1 // The collection of session entities extends the collection of entities in // the corresponding custom entity type. // // Note: Even in this override mode calls to `ListSessionEntityTypes`, // `GetSessionEntityType`, `CreateSessionEntityType` and // `UpdateSessionEntityType` only return the additional entities added in // this session entity type. If you want to get the supplemented list, // please call [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType] on the custom entity type // and merge. SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT SessionEntityType_EntityOverrideMode = 2 )
func (SessionEntityType_EntityOverrideMode) Descriptor ¶
func (SessionEntityType_EntityOverrideMode) Descriptor() protoreflect.EnumDescriptor
func (SessionEntityType_EntityOverrideMode) Enum ¶
func (x SessionEntityType_EntityOverrideMode) Enum() *SessionEntityType_EntityOverrideMode
func (SessionEntityType_EntityOverrideMode) EnumDescriptor
deprecated
func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use SessionEntityType_EntityOverrideMode.Descriptor instead.
func (SessionEntityType_EntityOverrideMode) Number ¶
func (x SessionEntityType_EntityOverrideMode) Number() protoreflect.EnumNumber
func (SessionEntityType_EntityOverrideMode) String ¶
func (x SessionEntityType_EntityOverrideMode) String() string
func (SessionEntityType_EntityOverrideMode) Type ¶
func (SessionEntityType_EntityOverrideMode) Type() protoreflect.EnumType
type SessionEntityTypesClient ¶
type SessionEntityTypesClient interface { // Returns the list of all session entity types in the specified session. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. ListSessionEntityTypes(ctx context.Context, in *ListSessionEntityTypesRequest, opts ...grpc.CallOption) (*ListSessionEntityTypesResponse, error) // Retrieves the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. GetSessionEntityType(ctx context.Context, in *GetSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Creates a session entity type. // // If the specified session entity type already exists, overrides the session // entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. CreateSessionEntityType(ctx context.Context, in *CreateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Updates the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. UpdateSessionEntityType(ctx context.Context, in *UpdateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Deletes the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. DeleteSessionEntityType(ctx context.Context, in *DeleteSessionEntityTypeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
SessionEntityTypesClient is the client API for SessionEntityTypes service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSessionEntityTypesClient ¶
func NewSessionEntityTypesClient(cc grpc.ClientConnInterface) SessionEntityTypesClient
type SessionEntityTypesServer ¶
type SessionEntityTypesServer interface { // Returns the list of all session entity types in the specified session. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. ListSessionEntityTypes(context.Context, *ListSessionEntityTypesRequest) (*ListSessionEntityTypesResponse, error) // Retrieves the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error) // Creates a session entity type. // // If the specified session entity type already exists, overrides the session // entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error) // Updates the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error) // Deletes the specified session entity type. // // This method doesn't work with Google Assistant integration. // Contact Dialogflow support if you need to use session entities // with Google Assistant integration. DeleteSessionEntityType(context.Context, *DeleteSessionEntityTypeRequest) (*emptypb.Empty, error) }
SessionEntityTypesServer is the server API for SessionEntityTypes service.
type SessionsClient ¶
type SessionsClient interface { // Processes a natural language query and returns structured, actionable data // as a result. This method is not idempotent, because it may cause contexts // and session entity types to be updated, which in turn might affect // results of future queries. DetectIntent(ctx context.Context, in *DetectIntentRequest, opts ...grpc.CallOption) (*DetectIntentResponse, error) // Processes a natural language query in audio format in a streaming fashion // and returns structured, actionable data as a result. This method is only // available via the gRPC API (not REST). StreamingDetectIntent(ctx context.Context, opts ...grpc.CallOption) (Sessions_StreamingDetectIntentClient, error) }
SessionsClient is the client API for Sessions service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSessionsClient ¶
func NewSessionsClient(cc grpc.ClientConnInterface) SessionsClient
type SessionsServer ¶
type SessionsServer interface { // Processes a natural language query and returns structured, actionable data // as a result. This method is not idempotent, because it may cause contexts // and session entity types to be updated, which in turn might affect // results of future queries. DetectIntent(context.Context, *DetectIntentRequest) (*DetectIntentResponse, error) // Processes a natural language query in audio format in a streaming fashion // and returns structured, actionable data as a result. This method is only // available via the gRPC API (not REST). StreamingDetectIntent(Sessions_StreamingDetectIntentServer) error }
SessionsServer is the server API for Sessions service.
type Sessions_StreamingDetectIntentClient ¶
type Sessions_StreamingDetectIntentClient interface { Send(*StreamingDetectIntentRequest) error Recv() (*StreamingDetectIntentResponse, error) grpc.ClientStream }
type Sessions_StreamingDetectIntentServer ¶
type Sessions_StreamingDetectIntentServer interface { Send(*StreamingDetectIntentResponse) error Recv() (*StreamingDetectIntentRequest, error) grpc.ServerStream }
type SetAgentRequest ¶
type SetAgentRequest struct { // Required. The agent to update. Agent *Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.SetAgent][google.cloud.dialogflow.v2.Agents.SetAgent].
func (*SetAgentRequest) Descriptor
deprecated
func (*SetAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAgentRequest.ProtoReflect.Descriptor instead.
func (*SetAgentRequest) GetAgent ¶
func (x *SetAgentRequest) GetAgent() *Agent
func (*SetAgentRequest) GetUpdateMask ¶
func (x *SetAgentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*SetAgentRequest) ProtoMessage ¶
func (*SetAgentRequest) ProtoMessage()
func (*SetAgentRequest) ProtoReflect ¶
func (x *SetAgentRequest) ProtoReflect() protoreflect.Message
func (*SetAgentRequest) Reset ¶
func (x *SetAgentRequest) Reset()
func (*SetAgentRequest) String ¶
func (x *SetAgentRequest) String() string
type SpeechContext ¶
type SpeechContext struct { // Optional. A list of strings containing words and phrases that the speech // recognizer should recognize with higher likelihood. // // This list can be used to: // // * improve accuracy for words and phrases you expect the user to say, // e.g. typical commands for your Dialogflow agent // * add additional words to the speech recognizer vocabulary // * ... // // See the [Cloud Speech // documentation](https://cloud.google.com/speech-to-text/quotas) for usage // limits. Phrases []string `protobuf:"bytes,1,rep,name=phrases,proto3" json:"phrases,omitempty"` // Optional. Boost for this context compared to other contexts: // // * If the boost is positive, Dialogflow will increase the probability that // the phrases in this context are recognized over similar sounding phrases. // * If the boost is unspecified or non-positive, Dialogflow will not apply // any boost. // // Dialogflow recommends that you use boosts in the range (0, 20] and that you // find a value that fits your use case with binary search. Boost float32 `protobuf:"fixed32,2,opt,name=boost,proto3" json:"boost,omitempty"` // contains filtered or unexported fields }
Hints for the speech recognizer to help with recognition in a specific conversation state.
func (*SpeechContext) Descriptor
deprecated
func (*SpeechContext) Descriptor() ([]byte, []int)
Deprecated: Use SpeechContext.ProtoReflect.Descriptor instead.
func (*SpeechContext) GetBoost ¶
func (x *SpeechContext) GetBoost() float32
func (*SpeechContext) GetPhrases ¶
func (x *SpeechContext) GetPhrases() []string
func (*SpeechContext) ProtoMessage ¶
func (*SpeechContext) ProtoMessage()
func (*SpeechContext) ProtoReflect ¶
func (x *SpeechContext) ProtoReflect() protoreflect.Message
func (*SpeechContext) Reset ¶
func (x *SpeechContext) Reset()
func (*SpeechContext) String ¶
func (x *SpeechContext) String() string
type SpeechModelVariant ¶
type SpeechModelVariant int32
Variant of the specified [Speech model][google.cloud.dialogflow.v2.InputAudioConfig.model] to use.
See the [Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/enhanced-models) for which models have different variants. For example, the "phone_call" model has both a standard and an enhanced variant. When you use an enhanced model, you will generally receive higher quality results than for a standard model.
const ( // No model variant specified. In this case Dialogflow defaults to // USE_BEST_AVAILABLE. SpeechModelVariant_SPEECH_MODEL_VARIANT_UNSPECIFIED SpeechModelVariant = 0 // Use the best available variant of the [Speech // model][InputAudioConfig.model] that the caller is eligible for. // // Please see the [Dialogflow // docs](https://cloud.google.com/dialogflow/docs/data-logging) for // how to make your project eligible for enhanced models. SpeechModelVariant_USE_BEST_AVAILABLE SpeechModelVariant = 1 // Use standard model variant even if an enhanced model is available. See the // [Cloud Speech // documentation](https://cloud.google.com/speech-to-text/docs/enhanced-models) // for details about enhanced models. SpeechModelVariant_USE_STANDARD SpeechModelVariant = 2 // Use an enhanced model variant: // // * If an enhanced variant does not exist for the given // [model][google.cloud.dialogflow.v2.InputAudioConfig.model] and request language, Dialogflow falls // back to the standard variant. // // The [Cloud Speech // documentation](https://cloud.google.com/speech-to-text/docs/enhanced-models) // describes which models have enhanced variants. // // * If the API caller isn't eligible for enhanced models, Dialogflow returns // an error. Please see the [Dialogflow // docs](https://cloud.google.com/dialogflow/docs/data-logging) // for how to make your project eligible. SpeechModelVariant_USE_ENHANCED SpeechModelVariant = 3 )
func (SpeechModelVariant) Descriptor ¶
func (SpeechModelVariant) Descriptor() protoreflect.EnumDescriptor
func (SpeechModelVariant) Enum ¶
func (x SpeechModelVariant) Enum() *SpeechModelVariant
func (SpeechModelVariant) EnumDescriptor
deprecated
func (SpeechModelVariant) EnumDescriptor() ([]byte, []int)
Deprecated: Use SpeechModelVariant.Descriptor instead.
func (SpeechModelVariant) Number ¶
func (x SpeechModelVariant) Number() protoreflect.EnumNumber
func (SpeechModelVariant) String ¶
func (x SpeechModelVariant) String() string
func (SpeechModelVariant) Type ¶
func (SpeechModelVariant) Type() protoreflect.EnumType
type SpeechWordInfo ¶
type SpeechWordInfo struct { // The word this info is for. Word string `protobuf:"bytes,3,opt,name=word,proto3" json:"word,omitempty"` // Time offset relative to the beginning of the audio that corresponds to the // start of the spoken word. This is an experimental feature and the accuracy // of the time offset can vary. StartOffset *durationpb.Duration `protobuf:"bytes,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"` // Time offset relative to the beginning of the audio that corresponds to the // end of the spoken word. This is an experimental feature and the accuracy of // the time offset can vary. EndOffset *durationpb.Duration `protobuf:"bytes,2,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"` // The Speech confidence between 0.0 and 1.0 for this word. A higher number // indicates an estimated greater likelihood that the recognized word is // correct. The default of 0.0 is a sentinel value indicating that confidence // was not set. // // This field is not guaranteed to be fully stable over time for the same // audio input. Users should also not rely on it to always be provided. Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"` // contains filtered or unexported fields }
Information for a word recognized by the speech recognizer.
func (*SpeechWordInfo) Descriptor
deprecated
func (*SpeechWordInfo) Descriptor() ([]byte, []int)
Deprecated: Use SpeechWordInfo.ProtoReflect.Descriptor instead.
func (*SpeechWordInfo) GetConfidence ¶
func (x *SpeechWordInfo) GetConfidence() float32
func (*SpeechWordInfo) GetEndOffset ¶
func (x *SpeechWordInfo) GetEndOffset() *durationpb.Duration
func (*SpeechWordInfo) GetStartOffset ¶
func (x *SpeechWordInfo) GetStartOffset() *durationpb.Duration
func (*SpeechWordInfo) GetWord ¶
func (x *SpeechWordInfo) GetWord() string
func (*SpeechWordInfo) ProtoMessage ¶
func (*SpeechWordInfo) ProtoMessage()
func (*SpeechWordInfo) ProtoReflect ¶
func (x *SpeechWordInfo) ProtoReflect() protoreflect.Message
func (*SpeechWordInfo) Reset ¶
func (x *SpeechWordInfo) Reset()
func (*SpeechWordInfo) String ¶
func (x *SpeechWordInfo) String() string
type SsmlVoiceGender ¶
type SsmlVoiceGender int32
Gender of the voice as described in [SSML voice element](https://www.w3.org/TR/speech-synthesis11/#edef_voice).
const ( // An unspecified gender, which means that the client doesn't care which // gender the selected voice will have. SsmlVoiceGender_SSML_VOICE_GENDER_UNSPECIFIED SsmlVoiceGender = 0 // A male voice. SsmlVoiceGender_SSML_VOICE_GENDER_MALE SsmlVoiceGender = 1 // A female voice. SsmlVoiceGender_SSML_VOICE_GENDER_FEMALE SsmlVoiceGender = 2 // A gender-neutral voice. SsmlVoiceGender_SSML_VOICE_GENDER_NEUTRAL SsmlVoiceGender = 3 )
func (SsmlVoiceGender) Descriptor ¶
func (SsmlVoiceGender) Descriptor() protoreflect.EnumDescriptor
func (SsmlVoiceGender) Enum ¶
func (x SsmlVoiceGender) Enum() *SsmlVoiceGender
func (SsmlVoiceGender) EnumDescriptor
deprecated
func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int)
Deprecated: Use SsmlVoiceGender.Descriptor instead.
func (SsmlVoiceGender) Number ¶
func (x SsmlVoiceGender) Number() protoreflect.EnumNumber
func (SsmlVoiceGender) String ¶
func (x SsmlVoiceGender) String() string
func (SsmlVoiceGender) Type ¶
func (SsmlVoiceGender) Type() protoreflect.EnumType
type StreamingDetectIntentRequest ¶
type StreamingDetectIntentRequest struct { // Required. The name of the session the query is sent to. // Format of the session name: // `projects/<Project ID>/agent/sessions/<Session ID>`, or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume // default 'draft' environment. If `User ID` is not specified, we are using // "-". It's up to the API caller to choose an appropriate `Session ID` and // `User Id`. They can be a random number or some type of user and session // identifiers (preferably hashed). The length of the `Session ID` and // `User ID` must not exceed 36 characters. // // For more information, see the [API interactions // guide](https://cloud.google.com/dialogflow/docs/api-overview). Session string `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"` // The parameters of this query. QueryParams *QueryParameters `protobuf:"bytes,2,opt,name=query_params,json=queryParams,proto3" json:"query_params,omitempty"` // Required. The input specification. It can be set to: // // 1. an audio config which instructs the speech recognizer how to process // the speech audio, // // 2. a conversational query in the form of text, or // // 3. an event that specifies which intent to trigger. QueryInput *QueryInput `protobuf:"bytes,3,opt,name=query_input,json=queryInput,proto3" json:"query_input,omitempty"` // Please use [InputAudioConfig.single_utterance][google.cloud.dialogflow.v2.InputAudioConfig.single_utterance] instead. // If `false` (default), recognition does not cease until // the client closes the stream. If `true`, the recognizer will detect a // single spoken utterance in input audio. Recognition ceases when it detects // the audio's voice has stopped or paused. In this case, once a detected // intent is received, the client should close the stream and start a new // request with a new stream as needed. // This setting is ignored when `query_input` is a piece of text or an event. // // Deprecated: Do not use. SingleUtterance bool `protobuf:"varint,4,opt,name=single_utterance,json=singleUtterance,proto3" json:"single_utterance,omitempty"` // Instructs the speech synthesizer how to generate the output // audio. If this field is not set and agent-level speech synthesizer is not // configured, no output audio is generated. OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,5,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // Mask for [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config] indicating which settings in this // request-level config should override speech synthesizer settings defined at // agent-level. // // If unspecified or empty, [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config] replaces the agent-level // config in its entirety. OutputAudioConfigMask *fieldmaskpb.FieldMask `` /* 128-byte string literal not displayed */ // The input audio content to be recognized. Must be sent if // `query_input` was set to a streaming input audio config. The complete audio // over all streaming messages must not exceed 1 minute. InputAudio []byte `protobuf:"bytes,6,opt,name=input_audio,json=inputAudio,proto3" json:"input_audio,omitempty"` // contains filtered or unexported fields }
The top-level message sent by the client to the [Sessions.StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent] method.
Multiple request messages should be sent in order:
1. The first message must contain [session][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.session],
[query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input] plus optionally [query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params]. If the client wants to receive an audio response, it should also contain [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config]. The message must not contain [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio].
If [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input] was set to [query_input.audio_config][google.cloud.dialogflow.v2.InputAudioConfig], all subsequent messages must contain [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio] to continue with Speech recognition. If you decide to rather detect an intent from text input after you already started Speech recognition, please send a message with [query_input.text][google.cloud.dialogflow.v2.QueryInput.text].
However, note that:
* Dialogflow will bill you for the audio duration so far. * Dialogflow discards all Speech recognition results in favor of the input text. * Dialogflow will use the language code from the first message.
After you sent all input, you must half-close or abort the request stream.
func (*StreamingDetectIntentRequest) Descriptor
deprecated
func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamingDetectIntentRequest.ProtoReflect.Descriptor instead.
func (*StreamingDetectIntentRequest) GetInputAudio ¶
func (x *StreamingDetectIntentRequest) GetInputAudio() []byte
func (*StreamingDetectIntentRequest) GetOutputAudioConfig ¶
func (x *StreamingDetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
func (*StreamingDetectIntentRequest) GetOutputAudioConfigMask ¶
func (x *StreamingDetectIntentRequest) GetOutputAudioConfigMask() *fieldmaskpb.FieldMask
func (*StreamingDetectIntentRequest) GetQueryInput ¶
func (x *StreamingDetectIntentRequest) GetQueryInput() *QueryInput
func (*StreamingDetectIntentRequest) GetQueryParams ¶
func (x *StreamingDetectIntentRequest) GetQueryParams() *QueryParameters
func (*StreamingDetectIntentRequest) GetSession ¶
func (x *StreamingDetectIntentRequest) GetSession() string
func (*StreamingDetectIntentRequest) GetSingleUtterance
deprecated
func (x *StreamingDetectIntentRequest) GetSingleUtterance() bool
Deprecated: Do not use.
func (*StreamingDetectIntentRequest) ProtoMessage ¶
func (*StreamingDetectIntentRequest) ProtoMessage()
func (*StreamingDetectIntentRequest) ProtoReflect ¶
func (x *StreamingDetectIntentRequest) ProtoReflect() protoreflect.Message
func (*StreamingDetectIntentRequest) Reset ¶
func (x *StreamingDetectIntentRequest) Reset()
func (*StreamingDetectIntentRequest) String ¶
func (x *StreamingDetectIntentRequest) String() string
type StreamingDetectIntentResponse ¶
type StreamingDetectIntentResponse struct { // The unique identifier of the response. It can be used to // locate a response in the training example set or for reporting issues. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` // The result of speech recognition. RecognitionResult *StreamingRecognitionResult `protobuf:"bytes,2,opt,name=recognition_result,json=recognitionResult,proto3" json:"recognition_result,omitempty"` // The result of the conversational query or event processing. QueryResult *QueryResult `protobuf:"bytes,3,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` // Specifies the status of the webhook request. WebhookStatus *status.Status `protobuf:"bytes,4,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` // The audio data bytes encoded as specified in the request. // Note: The output audio is generated based on the values of default platform // text responses found in the `query_result.fulfillment_messages` field. If // multiple default text responses exist, they will be concatenated when // generating audio. If no default platform text responses exist, the // generated audio content will be empty. // // In some scenarios, multiple output audio fields may be present in the // response structure. In these cases, only the top-most-level audio output // has content. OutputAudio []byte `protobuf:"bytes,5,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` // The config used by the speech synthesizer to generate the output audio. OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,6,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // contains filtered or unexported fields }
The top-level message returned from the `StreamingDetectIntent` method.
Multiple response messages can be returned in order:
- If the input was set to streaming audio, the first one or more messages contain `recognition_result`. Each `recognition_result` represents a more complete transcript of what the user said. The last `recognition_result` has `is_final` set to `true`.
- The next message contains `response_id`, `query_result` and optionally `webhook_status` if a WebHook was called.
func (*StreamingDetectIntentResponse) Descriptor
deprecated
func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamingDetectIntentResponse.ProtoReflect.Descriptor instead.
func (*StreamingDetectIntentResponse) GetOutputAudio ¶
func (x *StreamingDetectIntentResponse) GetOutputAudio() []byte
func (*StreamingDetectIntentResponse) GetOutputAudioConfig ¶
func (x *StreamingDetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
func (*StreamingDetectIntentResponse) GetQueryResult ¶
func (x *StreamingDetectIntentResponse) GetQueryResult() *QueryResult
func (*StreamingDetectIntentResponse) GetRecognitionResult ¶
func (x *StreamingDetectIntentResponse) GetRecognitionResult() *StreamingRecognitionResult
func (*StreamingDetectIntentResponse) GetResponseId ¶
func (x *StreamingDetectIntentResponse) GetResponseId() string
func (*StreamingDetectIntentResponse) GetWebhookStatus ¶
func (x *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status
func (*StreamingDetectIntentResponse) ProtoMessage ¶
func (*StreamingDetectIntentResponse) ProtoMessage()
func (*StreamingDetectIntentResponse) ProtoReflect ¶
func (x *StreamingDetectIntentResponse) ProtoReflect() protoreflect.Message
func (*StreamingDetectIntentResponse) Reset ¶
func (x *StreamingDetectIntentResponse) Reset()
func (*StreamingDetectIntentResponse) String ¶
func (x *StreamingDetectIntentResponse) String() string
type StreamingRecognitionResult ¶
type StreamingRecognitionResult struct { // Type of the result message. MessageType StreamingRecognitionResult_MessageType `` /* 166-byte string literal not displayed */ // Transcript text representing the words that the user spoke. // Populated if and only if `message_type` = `TRANSCRIPT`. Transcript string `protobuf:"bytes,2,opt,name=transcript,proto3" json:"transcript,omitempty"` // If `false`, the `StreamingRecognitionResult` represents an // interim result that may change. If `true`, the recognizer will not return // any further hypotheses about this piece of the audio. May only be populated // for `message_type` = `TRANSCRIPT`. IsFinal bool `protobuf:"varint,3,opt,name=is_final,json=isFinal,proto3" json:"is_final,omitempty"` // The Speech confidence between 0.0 and 1.0 for the current portion of audio. // A higher number indicates an estimated greater likelihood that the // recognized words are correct. The default of 0.0 is a sentinel value // indicating that confidence was not set. // // This field is typically only provided if `is_final` is true and you should // not rely on it being accurate or even set. Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"` // Word-specific information for the words recognized by Speech in // [transcript][google.cloud.dialogflow.v2.StreamingRecognitionResult.transcript]. Populated if and only if `message_type` = `TRANSCRIPT` and // [InputAudioConfig.enable_word_info] is set. SpeechWordInfo []*SpeechWordInfo `protobuf:"bytes,7,rep,name=speech_word_info,json=speechWordInfo,proto3" json:"speech_word_info,omitempty"` // Time offset of the end of this Speech recognition result relative to the // beginning of the audio. Only populated for `message_type` = `TRANSCRIPT`. SpeechEndOffset *durationpb.Duration `protobuf:"bytes,8,opt,name=speech_end_offset,json=speechEndOffset,proto3" json:"speech_end_offset,omitempty"` // contains filtered or unexported fields }
Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.
Example:
1. transcript: "tube"
2. transcript: "to be a"
3. transcript: "to be"
- transcript: "to be or not to be" is_final: true
5. transcript: " that's"
6. transcript: " that is"
7. message_type: `END_OF_SINGLE_UTTERANCE`
- transcript: " that is the question" is_final: true
Only two of the responses contain final results (#4 and #8 indicated by `is_final: true`). Concatenating these generates the full transcript: "to be or not to be that is the question".
In each response we populate:
* for `TRANSCRIPT`: `transcript` and possibly `is_final`.
* for `END_OF_SINGLE_UTTERANCE`: only `message_type`.
func (*StreamingRecognitionResult) Descriptor
deprecated
func (*StreamingRecognitionResult) Descriptor() ([]byte, []int)
Deprecated: Use StreamingRecognitionResult.ProtoReflect.Descriptor instead.
func (*StreamingRecognitionResult) GetConfidence ¶
func (x *StreamingRecognitionResult) GetConfidence() float32
func (*StreamingRecognitionResult) GetIsFinal ¶
func (x *StreamingRecognitionResult) GetIsFinal() bool
func (*StreamingRecognitionResult) GetMessageType ¶
func (x *StreamingRecognitionResult) GetMessageType() StreamingRecognitionResult_MessageType
func (*StreamingRecognitionResult) GetSpeechEndOffset ¶
func (x *StreamingRecognitionResult) GetSpeechEndOffset() *durationpb.Duration
func (*StreamingRecognitionResult) GetSpeechWordInfo ¶
func (x *StreamingRecognitionResult) GetSpeechWordInfo() []*SpeechWordInfo
func (*StreamingRecognitionResult) GetTranscript ¶
func (x *StreamingRecognitionResult) GetTranscript() string
func (*StreamingRecognitionResult) ProtoMessage ¶
func (*StreamingRecognitionResult) ProtoMessage()
func (*StreamingRecognitionResult) ProtoReflect ¶
func (x *StreamingRecognitionResult) ProtoReflect() protoreflect.Message
func (*StreamingRecognitionResult) Reset ¶
func (x *StreamingRecognitionResult) Reset()
func (*StreamingRecognitionResult) String ¶
func (x *StreamingRecognitionResult) String() string
type StreamingRecognitionResult_MessageType ¶
type StreamingRecognitionResult_MessageType int32
Type of the response message.
const ( // Not specified. Should never be used. StreamingRecognitionResult_MESSAGE_TYPE_UNSPECIFIED StreamingRecognitionResult_MessageType = 0 // Message contains a (possibly partial) transcript. StreamingRecognitionResult_TRANSCRIPT StreamingRecognitionResult_MessageType = 1 // Event indicates that the server has detected the end of the user's speech // utterance and expects no additional inputs. // Therefore, the server will not process additional audio (although it may subsequently return additional results). The // client should stop sending additional audio data, half-close the gRPC // connection, and wait for any additional results until the server closes // the gRPC connection. This message is only sent if `single_utterance` was // set to `true`, and is not used otherwise. StreamingRecognitionResult_END_OF_SINGLE_UTTERANCE StreamingRecognitionResult_MessageType = 2 )
func (StreamingRecognitionResult_MessageType) Descriptor ¶
func (StreamingRecognitionResult_MessageType) Descriptor() protoreflect.EnumDescriptor
func (StreamingRecognitionResult_MessageType) EnumDescriptor
deprecated
func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamingRecognitionResult_MessageType.Descriptor instead.
func (StreamingRecognitionResult_MessageType) Number ¶
func (x StreamingRecognitionResult_MessageType) Number() protoreflect.EnumNumber
func (StreamingRecognitionResult_MessageType) String ¶
func (x StreamingRecognitionResult_MessageType) String() string
func (StreamingRecognitionResult_MessageType) Type ¶
func (StreamingRecognitionResult_MessageType) Type() protoreflect.EnumType
type SynthesizeSpeechConfig ¶
type SynthesizeSpeechConfig struct { // Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal // native speed supported by the specific voice. 2.0 is twice as fast, and // 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any // other values < 0.25 or > 4.0 will return an error. SpeakingRate float64 `protobuf:"fixed64,1,opt,name=speaking_rate,json=speakingRate,proto3" json:"speaking_rate,omitempty"` // Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 // semitones from the original pitch. -20 means decrease 20 semitones from the // original pitch. Pitch float64 `protobuf:"fixed64,2,opt,name=pitch,proto3" json:"pitch,omitempty"` // Optional. Volume gain (in dB) of the normal native volume supported by the // specific voice, in the range [-96.0, 16.0]. If unset, or set to a value of // 0.0 (dB), will play at normal native signal amplitude. A value of -6.0 (dB) // will play at approximately half the amplitude of the normal native signal // amplitude. A value of +6.0 (dB) will play at approximately twice the // amplitude of the normal native signal amplitude. We strongly recommend not // to exceed +10 (dB) as there's usually no effective increase in loudness for // any value greater than that. VolumeGainDb float64 `protobuf:"fixed64,3,opt,name=volume_gain_db,json=volumeGainDb,proto3" json:"volume_gain_db,omitempty"` // Optional. An identifier which selects 'audio effects' profiles that are // applied on (post synthesized) text to speech. Effects are applied on top of // each other in the order they are given. EffectsProfileId []string `protobuf:"bytes,5,rep,name=effects_profile_id,json=effectsProfileId,proto3" json:"effects_profile_id,omitempty"` // Optional. The desired voice of the synthesized audio. Voice *VoiceSelectionParams `protobuf:"bytes,4,opt,name=voice,proto3" json:"voice,omitempty"` // contains filtered or unexported fields }
Configuration of how speech should be synthesized.
func (*SynthesizeSpeechConfig) Descriptor
deprecated
func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int)
Deprecated: Use SynthesizeSpeechConfig.ProtoReflect.Descriptor instead.
func (*SynthesizeSpeechConfig) GetEffectsProfileId ¶
func (x *SynthesizeSpeechConfig) GetEffectsProfileId() []string
func (*SynthesizeSpeechConfig) GetPitch ¶
func (x *SynthesizeSpeechConfig) GetPitch() float64
func (*SynthesizeSpeechConfig) GetSpeakingRate ¶
func (x *SynthesizeSpeechConfig) GetSpeakingRate() float64
func (*SynthesizeSpeechConfig) GetVoice ¶
func (x *SynthesizeSpeechConfig) GetVoice() *VoiceSelectionParams
func (*SynthesizeSpeechConfig) GetVolumeGainDb ¶
func (x *SynthesizeSpeechConfig) GetVolumeGainDb() float64
func (*SynthesizeSpeechConfig) ProtoMessage ¶
func (*SynthesizeSpeechConfig) ProtoMessage()
func (*SynthesizeSpeechConfig) ProtoReflect ¶
func (x *SynthesizeSpeechConfig) ProtoReflect() protoreflect.Message
func (*SynthesizeSpeechConfig) Reset ¶
func (x *SynthesizeSpeechConfig) Reset()
func (*SynthesizeSpeechConfig) String ¶
func (x *SynthesizeSpeechConfig) String() string
type TextInput ¶
type TextInput struct { // Required. The UTF-8 encoded natural language text to be processed. // Text length must not exceed 256 characters. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // Required. The language of this conversational query. See [Language // Support](https://cloud.google.com/dialogflow/docs/reference/language) // for a list of the currently supported language codes. Note that queries in // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // contains filtered or unexported fields }
Represents the natural language text to be processed.
func (*TextInput) Descriptor
deprecated
func (*TextInput) GetLanguageCode ¶
func (*TextInput) ProtoMessage ¶
func (*TextInput) ProtoMessage()
func (*TextInput) ProtoReflect ¶
func (x *TextInput) ProtoReflect() protoreflect.Message
type TrainAgentRequest ¶
type TrainAgentRequest struct { // Required. The project that the agent to train is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent].
func (*TrainAgentRequest) Descriptor
deprecated
func (*TrainAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use TrainAgentRequest.ProtoReflect.Descriptor instead.
func (*TrainAgentRequest) GetParent ¶
func (x *TrainAgentRequest) GetParent() string
func (*TrainAgentRequest) ProtoMessage ¶
func (*TrainAgentRequest) ProtoMessage()
func (*TrainAgentRequest) ProtoReflect ¶
func (x *TrainAgentRequest) ProtoReflect() protoreflect.Message
func (*TrainAgentRequest) Reset ¶
func (x *TrainAgentRequest) Reset()
func (*TrainAgentRequest) String ¶
func (x *TrainAgentRequest) String() string
type UnimplementedAgentsServer ¶
type UnimplementedAgentsServer struct { }
UnimplementedAgentsServer can be embedded to have forward compatible implementations.
func (*UnimplementedAgentsServer) DeleteAgent ¶
func (*UnimplementedAgentsServer) DeleteAgent(context.Context, *DeleteAgentRequest) (*emptypb.Empty, error)
func (*UnimplementedAgentsServer) ExportAgent ¶
func (*UnimplementedAgentsServer) ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error)
func (*UnimplementedAgentsServer) GetAgent ¶
func (*UnimplementedAgentsServer) GetAgent(context.Context, *GetAgentRequest) (*Agent, error)
func (*UnimplementedAgentsServer) GetValidationResult ¶
func (*UnimplementedAgentsServer) GetValidationResult(context.Context, *GetValidationResultRequest) (*ValidationResult, error)
func (*UnimplementedAgentsServer) ImportAgent ¶
func (*UnimplementedAgentsServer) ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error)
func (*UnimplementedAgentsServer) RestoreAgent ¶
func (*UnimplementedAgentsServer) RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error)
func (*UnimplementedAgentsServer) SearchAgents ¶
func (*UnimplementedAgentsServer) SearchAgents(context.Context, *SearchAgentsRequest) (*SearchAgentsResponse, error)
func (*UnimplementedAgentsServer) SetAgent ¶
func (*UnimplementedAgentsServer) SetAgent(context.Context, *SetAgentRequest) (*Agent, error)
func (*UnimplementedAgentsServer) TrainAgent ¶
func (*UnimplementedAgentsServer) TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error)
type UnimplementedContextsServer ¶
type UnimplementedContextsServer struct { }
UnimplementedContextsServer can be embedded to have forward compatible implementations.
func (*UnimplementedContextsServer) CreateContext ¶
func (*UnimplementedContextsServer) CreateContext(context.Context, *CreateContextRequest) (*Context, error)
func (*UnimplementedContextsServer) DeleteAllContexts ¶
func (*UnimplementedContextsServer) DeleteAllContexts(context.Context, *DeleteAllContextsRequest) (*emptypb.Empty, error)
func (*UnimplementedContextsServer) DeleteContext ¶
func (*UnimplementedContextsServer) DeleteContext(context.Context, *DeleteContextRequest) (*emptypb.Empty, error)
func (*UnimplementedContextsServer) GetContext ¶
func (*UnimplementedContextsServer) GetContext(context.Context, *GetContextRequest) (*Context, error)
func (*UnimplementedContextsServer) ListContexts ¶
func (*UnimplementedContextsServer) ListContexts(context.Context, *ListContextsRequest) (*ListContextsResponse, error)
func (*UnimplementedContextsServer) UpdateContext ¶
func (*UnimplementedContextsServer) UpdateContext(context.Context, *UpdateContextRequest) (*Context, error)
type UnimplementedEntityTypesServer ¶
type UnimplementedEntityTypesServer struct { }
UnimplementedEntityTypesServer can be embedded to have forward compatible implementations.
func (*UnimplementedEntityTypesServer) BatchCreateEntities ¶
func (*UnimplementedEntityTypesServer) BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error)
func (*UnimplementedEntityTypesServer) BatchDeleteEntities ¶
func (*UnimplementedEntityTypesServer) BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error)
func (*UnimplementedEntityTypesServer) BatchDeleteEntityTypes ¶
func (*UnimplementedEntityTypesServer) BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error)
func (*UnimplementedEntityTypesServer) BatchUpdateEntities ¶
func (*UnimplementedEntityTypesServer) BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error)
func (*UnimplementedEntityTypesServer) BatchUpdateEntityTypes ¶
func (*UnimplementedEntityTypesServer) BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error)
func (*UnimplementedEntityTypesServer) CreateEntityType ¶
func (*UnimplementedEntityTypesServer) CreateEntityType(context.Context, *CreateEntityTypeRequest) (*EntityType, error)
func (*UnimplementedEntityTypesServer) DeleteEntityType ¶
func (*UnimplementedEntityTypesServer) DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*emptypb.Empty, error)
func (*UnimplementedEntityTypesServer) GetEntityType ¶
func (*UnimplementedEntityTypesServer) GetEntityType(context.Context, *GetEntityTypeRequest) (*EntityType, error)
func (*UnimplementedEntityTypesServer) ListEntityTypes ¶
func (*UnimplementedEntityTypesServer) ListEntityTypes(context.Context, *ListEntityTypesRequest) (*ListEntityTypesResponse, error)
func (*UnimplementedEntityTypesServer) UpdateEntityType ¶
func (*UnimplementedEntityTypesServer) UpdateEntityType(context.Context, *UpdateEntityTypeRequest) (*EntityType, error)
type UnimplementedEnvironmentsServer ¶
type UnimplementedEnvironmentsServer struct { }
UnimplementedEnvironmentsServer can be embedded to have forward compatible implementations.
func (*UnimplementedEnvironmentsServer) ListEnvironments ¶
func (*UnimplementedEnvironmentsServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error)
type UnimplementedIntentsServer ¶
type UnimplementedIntentsServer struct { }
UnimplementedIntentsServer can be embedded to have forward compatible implementations.
func (*UnimplementedIntentsServer) BatchDeleteIntents ¶
func (*UnimplementedIntentsServer) BatchDeleteIntents(context.Context, *BatchDeleteIntentsRequest) (*longrunning.Operation, error)
func (*UnimplementedIntentsServer) BatchUpdateIntents ¶
func (*UnimplementedIntentsServer) BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error)
func (*UnimplementedIntentsServer) CreateIntent ¶
func (*UnimplementedIntentsServer) CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error)
func (*UnimplementedIntentsServer) DeleteIntent ¶
func (*UnimplementedIntentsServer) DeleteIntent(context.Context, *DeleteIntentRequest) (*emptypb.Empty, error)
func (*UnimplementedIntentsServer) GetIntent ¶
func (*UnimplementedIntentsServer) GetIntent(context.Context, *GetIntentRequest) (*Intent, error)
func (*UnimplementedIntentsServer) ListIntents ¶
func (*UnimplementedIntentsServer) ListIntents(context.Context, *ListIntentsRequest) (*ListIntentsResponse, error)
func (*UnimplementedIntentsServer) UpdateIntent ¶
func (*UnimplementedIntentsServer) UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error)
type UnimplementedSessionEntityTypesServer ¶
type UnimplementedSessionEntityTypesServer struct { }
UnimplementedSessionEntityTypesServer can be embedded to have forward compatible implementations.
func (*UnimplementedSessionEntityTypesServer) CreateSessionEntityType ¶
func (*UnimplementedSessionEntityTypesServer) CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error)
func (*UnimplementedSessionEntityTypesServer) DeleteSessionEntityType ¶
func (*UnimplementedSessionEntityTypesServer) DeleteSessionEntityType(context.Context, *DeleteSessionEntityTypeRequest) (*emptypb.Empty, error)
func (*UnimplementedSessionEntityTypesServer) GetSessionEntityType ¶
func (*UnimplementedSessionEntityTypesServer) GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error)
func (*UnimplementedSessionEntityTypesServer) ListSessionEntityTypes ¶
func (*UnimplementedSessionEntityTypesServer) ListSessionEntityTypes(context.Context, *ListSessionEntityTypesRequest) (*ListSessionEntityTypesResponse, error)
func (*UnimplementedSessionEntityTypesServer) UpdateSessionEntityType ¶
func (*UnimplementedSessionEntityTypesServer) UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error)
type UnimplementedSessionsServer ¶
type UnimplementedSessionsServer struct { }
UnimplementedSessionsServer can be embedded to have forward compatible implementations.
func (*UnimplementedSessionsServer) DetectIntent ¶
func (*UnimplementedSessionsServer) DetectIntent(context.Context, *DetectIntentRequest) (*DetectIntentResponse, error)
func (*UnimplementedSessionsServer) StreamingDetectIntent ¶
func (*UnimplementedSessionsServer) StreamingDetectIntent(Sessions_StreamingDetectIntentServer) error
type UpdateContextRequest ¶
type UpdateContextRequest struct { // Required. The context to update. Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
func (*UpdateContextRequest) Descriptor
deprecated
func (*UpdateContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateContextRequest.ProtoReflect.Descriptor instead.
func (*UpdateContextRequest) GetContext ¶
func (x *UpdateContextRequest) GetContext() *Context
func (*UpdateContextRequest) GetUpdateMask ¶
func (x *UpdateContextRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateContextRequest) ProtoMessage ¶
func (*UpdateContextRequest) ProtoMessage()
func (*UpdateContextRequest) ProtoReflect ¶
func (x *UpdateContextRequest) ProtoReflect() protoreflect.Message
func (*UpdateContextRequest) Reset ¶
func (x *UpdateContextRequest) Reset()
func (*UpdateContextRequest) String ¶
func (x *UpdateContextRequest) String() string
type UpdateEntityTypeRequest ¶
type UpdateEntityTypeRequest struct { // Required. The entity type to update. EntityType *EntityType `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType].
func (*UpdateEntityTypeRequest) Descriptor
deprecated
func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntityTypeRequest) GetEntityType ¶
func (x *UpdateEntityTypeRequest) GetEntityType() *EntityType
func (*UpdateEntityTypeRequest) GetLanguageCode ¶
func (x *UpdateEntityTypeRequest) GetLanguageCode() string
func (*UpdateEntityTypeRequest) GetUpdateMask ¶
func (x *UpdateEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEntityTypeRequest) ProtoMessage ¶
func (*UpdateEntityTypeRequest) ProtoMessage()
func (*UpdateEntityTypeRequest) ProtoReflect ¶
func (x *UpdateEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntityTypeRequest) Reset ¶
func (x *UpdateEntityTypeRequest) Reset()
func (*UpdateEntityTypeRequest) String ¶
func (x *UpdateEntityTypeRequest) String() string
type UpdateIntentRequest ¶
type UpdateIntentRequest struct { // Required. The intent to update. Intent *Intent `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language used to access language-specific data. // If not specified, the agent's default language is used. // For more information, see // [Multilingual intent and entity // data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent].
func (*UpdateIntentRequest) Descriptor
deprecated
func (*UpdateIntentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIntentRequest.ProtoReflect.Descriptor instead.
func (*UpdateIntentRequest) GetIntent ¶
func (x *UpdateIntentRequest) GetIntent() *Intent
func (*UpdateIntentRequest) GetIntentView ¶
func (x *UpdateIntentRequest) GetIntentView() IntentView
func (*UpdateIntentRequest) GetLanguageCode ¶
func (x *UpdateIntentRequest) GetLanguageCode() string
func (*UpdateIntentRequest) GetUpdateMask ¶
func (x *UpdateIntentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateIntentRequest) ProtoMessage ¶
func (*UpdateIntentRequest) ProtoMessage()
func (*UpdateIntentRequest) ProtoReflect ¶
func (x *UpdateIntentRequest) ProtoReflect() protoreflect.Message
func (*UpdateIntentRequest) Reset ¶
func (x *UpdateIntentRequest) Reset()
func (*UpdateIntentRequest) String ¶
func (x *UpdateIntentRequest) String() string
type UpdateSessionEntityTypeRequest ¶
type UpdateSessionEntityTypeRequest struct { // Required. The session entity type to update. SessionEntityType *SessionEntityType `protobuf:"bytes,1,opt,name=session_entity_type,json=sessionEntityType,proto3" json:"session_entity_type,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType].
func (*UpdateSessionEntityTypeRequest) Descriptor
deprecated
func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSessionEntityTypeRequest.ProtoReflect.Descriptor instead.
func (*UpdateSessionEntityTypeRequest) GetSessionEntityType ¶
func (x *UpdateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
func (*UpdateSessionEntityTypeRequest) GetUpdateMask ¶
func (x *UpdateSessionEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateSessionEntityTypeRequest) ProtoMessage ¶
func (*UpdateSessionEntityTypeRequest) ProtoMessage()
func (*UpdateSessionEntityTypeRequest) ProtoReflect ¶
func (x *UpdateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateSessionEntityTypeRequest) Reset ¶
func (x *UpdateSessionEntityTypeRequest) Reset()
func (*UpdateSessionEntityTypeRequest) String ¶
func (x *UpdateSessionEntityTypeRequest) String() string
type ValidationError ¶
type ValidationError struct { // The severity of the error. Severity ValidationError_Severity `` /* 127-byte string literal not displayed */ // The names of the entries that the error is associated with. // Format: // // - "projects/<Project ID>/agent", if the error is associated with the entire // agent. // - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is // associated with certain intents. // - "projects/<Project // ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the // error is associated with certain intent training phrases. // - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter // ID>", if the error is associated with certain intent parameters. // - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is // associated with certain entities. Entries []string `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries,omitempty"` // The detailed error messsage. ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // contains filtered or unexported fields }
Represents a single validation error.
func (*ValidationError) Descriptor
deprecated
func (*ValidationError) Descriptor() ([]byte, []int)
Deprecated: Use ValidationError.ProtoReflect.Descriptor instead.
func (*ValidationError) GetEntries ¶
func (x *ValidationError) GetEntries() []string
func (*ValidationError) GetErrorMessage ¶
func (x *ValidationError) GetErrorMessage() string
func (*ValidationError) GetSeverity ¶
func (x *ValidationError) GetSeverity() ValidationError_Severity
func (*ValidationError) ProtoMessage ¶
func (*ValidationError) ProtoMessage()
func (*ValidationError) ProtoReflect ¶
func (x *ValidationError) ProtoReflect() protoreflect.Message
func (*ValidationError) Reset ¶
func (x *ValidationError) Reset()
func (*ValidationError) String ¶
func (x *ValidationError) String() string
type ValidationError_Severity ¶
type ValidationError_Severity int32
Represents a level of severity.
const ( // Not specified. This value should never be used. ValidationError_SEVERITY_UNSPECIFIED ValidationError_Severity = 0 // The agent doesn't follow Dialogflow best practicies. ValidationError_INFO ValidationError_Severity = 1 // The agent may not behave as expected. ValidationError_WARNING ValidationError_Severity = 2 // The agent may experience partial failures. ValidationError_ERROR ValidationError_Severity = 3 // The agent may completely fail. ValidationError_CRITICAL ValidationError_Severity = 4 )
func (ValidationError_Severity) Descriptor ¶
func (ValidationError_Severity) Descriptor() protoreflect.EnumDescriptor
func (ValidationError_Severity) Enum ¶
func (x ValidationError_Severity) Enum() *ValidationError_Severity
func (ValidationError_Severity) EnumDescriptor
deprecated
func (ValidationError_Severity) EnumDescriptor() ([]byte, []int)
Deprecated: Use ValidationError_Severity.Descriptor instead.
func (ValidationError_Severity) Number ¶
func (x ValidationError_Severity) Number() protoreflect.EnumNumber
func (ValidationError_Severity) String ¶
func (x ValidationError_Severity) String() string
func (ValidationError_Severity) Type ¶
func (ValidationError_Severity) Type() protoreflect.EnumType
type ValidationResult ¶
type ValidationResult struct { // Contains all validation errors. ValidationErrors []*ValidationError `protobuf:"bytes,1,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"` // contains filtered or unexported fields }
Represents the output of agent validation.
func (*ValidationResult) Descriptor
deprecated
func (*ValidationResult) Descriptor() ([]byte, []int)
Deprecated: Use ValidationResult.ProtoReflect.Descriptor instead.
func (*ValidationResult) GetValidationErrors ¶
func (x *ValidationResult) GetValidationErrors() []*ValidationError
func (*ValidationResult) ProtoMessage ¶
func (*ValidationResult) ProtoMessage()
func (*ValidationResult) ProtoReflect ¶
func (x *ValidationResult) ProtoReflect() protoreflect.Message
func (*ValidationResult) Reset ¶
func (x *ValidationResult) Reset()
func (*ValidationResult) String ¶
func (x *ValidationResult) String() string
type VoiceSelectionParams ¶
type VoiceSelectionParams struct { // Optional. The name of the voice. If not set, the service will choose a // voice based on the other parameters such as language_code and // [ssml_gender][google.cloud.dialogflow.v2.VoiceSelectionParams.ssml_gender]. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The preferred gender of the voice. If not set, the service will // choose a voice based on the other parameters such as language_code and // [name][google.cloud.dialogflow.v2.VoiceSelectionParams.name]. Note that this is only a preference, not requirement. If a // voice of the appropriate gender is not available, the synthesizer should // substitute a voice with a different gender rather than failing the request. SsmlGender SsmlVoiceGender `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
Description of which voice to use for speech synthesis.
func (*VoiceSelectionParams) Descriptor
deprecated
func (*VoiceSelectionParams) Descriptor() ([]byte, []int)
Deprecated: Use VoiceSelectionParams.ProtoReflect.Descriptor instead.
func (*VoiceSelectionParams) GetName ¶
func (x *VoiceSelectionParams) GetName() string
func (*VoiceSelectionParams) GetSsmlGender ¶
func (x *VoiceSelectionParams) GetSsmlGender() SsmlVoiceGender
func (*VoiceSelectionParams) ProtoMessage ¶
func (*VoiceSelectionParams) ProtoMessage()
func (*VoiceSelectionParams) ProtoReflect ¶
func (x *VoiceSelectionParams) ProtoReflect() protoreflect.Message
func (*VoiceSelectionParams) Reset ¶
func (x *VoiceSelectionParams) Reset()
func (*VoiceSelectionParams) String ¶
func (x *VoiceSelectionParams) String() string
type WebhookRequest ¶
type WebhookRequest struct { // The unique identifier of detectIntent request session. // Can be used to identify end-user inside webhook implementation. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`, or // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User // ID>/sessions/<Session ID>`. Session string `protobuf:"bytes,4,opt,name=session,proto3" json:"session,omitempty"` // The unique identifier of the response. Contains the same value as // `[Streaming]DetectIntentResponse.response_id`. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` // The result of the conversational query or event processing. Contains the // same value as `[Streaming]DetectIntentResponse.query_result`. QueryResult *QueryResult `protobuf:"bytes,2,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` // Optional. The contents of the original request that was passed to // `[Streaming]DetectIntent` call. OriginalDetectIntentRequest *OriginalDetectIntentRequest `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
The request message for a webhook call.
func (*WebhookRequest) Descriptor
deprecated
func (*WebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use WebhookRequest.ProtoReflect.Descriptor instead.
func (*WebhookRequest) GetOriginalDetectIntentRequest ¶
func (x *WebhookRequest) GetOriginalDetectIntentRequest() *OriginalDetectIntentRequest
func (*WebhookRequest) GetQueryResult ¶
func (x *WebhookRequest) GetQueryResult() *QueryResult
func (*WebhookRequest) GetResponseId ¶
func (x *WebhookRequest) GetResponseId() string
func (*WebhookRequest) GetSession ¶
func (x *WebhookRequest) GetSession() string
func (*WebhookRequest) ProtoMessage ¶
func (*WebhookRequest) ProtoMessage()
func (*WebhookRequest) ProtoReflect ¶
func (x *WebhookRequest) ProtoReflect() protoreflect.Message
func (*WebhookRequest) Reset ¶
func (x *WebhookRequest) Reset()
func (*WebhookRequest) String ¶
func (x *WebhookRequest) String() string
type WebhookResponse ¶
type WebhookResponse struct { // Optional. The text response message intended for the end-user. // It is recommended to use `fulfillment_messages.text.text[0]` instead. // When provided, Dialogflow uses this field to populate // [QueryResult.fulfillment_text][google.cloud.dialogflow.v2.QueryResult.fulfillment_text] sent to the integration or API caller. FulfillmentText string `protobuf:"bytes,1,opt,name=fulfillment_text,json=fulfillmentText,proto3" json:"fulfillment_text,omitempty"` // Optional. The rich response messages intended for the end-user. // When provided, Dialogflow uses this field to populate // [QueryResult.fulfillment_messages][google.cloud.dialogflow.v2.QueryResult.fulfillment_messages] sent to the integration or API caller. FulfillmentMessages []*Intent_Message `protobuf:"bytes,2,rep,name=fulfillment_messages,json=fulfillmentMessages,proto3" json:"fulfillment_messages,omitempty"` // Optional. A custom field used to identify the webhook source. // Arbitrary strings are supported. // When provided, Dialogflow uses this field to populate // [QueryResult.webhook_source][google.cloud.dialogflow.v2.QueryResult.webhook_source] sent to the integration or API caller. Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` // Optional. This field can be used to pass custom data from your webhook to the // integration or API caller. Arbitrary JSON objects are supported. // When provided, Dialogflow uses this field to populate // [QueryResult.webhook_payload][google.cloud.dialogflow.v2.QueryResult.webhook_payload] sent to the integration or API caller. // This field is also used by the // [Google Assistant // integration](https://cloud.google.com/dialogflow/docs/integrations/aog) // for rich response messages. // See the format definition at [Google Assistant Dialogflow webhook // format](https://developers.google.com/assistant/actions/build/json/dialogflow-webhook-json) Payload *structpb.Struct `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // Optional. The collection of output contexts that will overwrite currently // active contexts for the session and reset their lifespans. // When provided, Dialogflow uses this field to populate // [QueryResult.output_contexts][google.cloud.dialogflow.v2.QueryResult.output_contexts] sent to the integration or API caller. OutputContexts []*Context `protobuf:"bytes,5,rep,name=output_contexts,json=outputContexts,proto3" json:"output_contexts,omitempty"` // Optional. Invokes the supplied events. // When this field is set, Dialogflow ignores the `fulfillment_text`, // `fulfillment_messages`, and `payload` fields. FollowupEventInput *EventInput `protobuf:"bytes,6,opt,name=followup_event_input,json=followupEventInput,proto3" json:"followup_event_input,omitempty"` // Optional. Additional session entity types to replace or extend developer // entity types with. The entity synonyms apply to all languages and persist // for the session. Setting this data from a webhook overwrites // the session entity types that have been set using `detectIntent`, // `streamingDetectIntent` or [SessionEntityType][google.cloud.dialogflow.v2.SessionEntityType] management methods. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,10,rep,name=session_entity_types,json=sessionEntityTypes,proto3" json:"session_entity_types,omitempty"` // contains filtered or unexported fields }
The response message for a webhook call.
This response is validated by the Dialogflow server. If validation fails, an error will be returned in the [QueryResult.diagnostic_info][google.cloud.dialogflow.v2.QueryResult.diagnostic_info] field. Setting JSON fields to an empty value with the wrong type is a common error. To avoid this error:
- Use `""` for empty strings - Use `{}` or `null` for empty objects - Use `[]` or `null` for empty arrays
For more information, see the [Protocol Buffers Language Guide](https://developers.google.com/protocol-buffers/docs/proto3#json).
func (*WebhookResponse) Descriptor
deprecated
func (*WebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use WebhookResponse.ProtoReflect.Descriptor instead.
func (*WebhookResponse) GetFollowupEventInput ¶
func (x *WebhookResponse) GetFollowupEventInput() *EventInput
func (*WebhookResponse) GetFulfillmentMessages ¶
func (x *WebhookResponse) GetFulfillmentMessages() []*Intent_Message
func (*WebhookResponse) GetFulfillmentText ¶
func (x *WebhookResponse) GetFulfillmentText() string
func (*WebhookResponse) GetOutputContexts ¶
func (x *WebhookResponse) GetOutputContexts() []*Context
func (*WebhookResponse) GetPayload ¶
func (x *WebhookResponse) GetPayload() *structpb.Struct
func (*WebhookResponse) GetSessionEntityTypes ¶
func (x *WebhookResponse) GetSessionEntityTypes() []*SessionEntityType
func (*WebhookResponse) GetSource ¶
func (x *WebhookResponse) GetSource() string
func (*WebhookResponse) ProtoMessage ¶
func (*WebhookResponse) ProtoMessage()
func (*WebhookResponse) ProtoReflect ¶
func (x *WebhookResponse) ProtoReflect() protoreflect.Message
func (*WebhookResponse) Reset ¶
func (x *WebhookResponse) Reset()
func (*WebhookResponse) String ¶
func (x *WebhookResponse) String() string