Documentation
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
- func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
- func RegisterExperimentsServer(s *grpc.Server, srv ExperimentsServer)
- func RegisterFlowsServer(s *grpc.Server, srv FlowsServer)
- func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
- func RegisterPagesServer(s *grpc.Server, srv PagesServer)
- func RegisterSecuritySettingsServiceServer(s *grpc.Server, srv SecuritySettingsServiceServer)
- func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
- func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
- func RegisterTransitionRouteGroupsServer(s *grpc.Server, srv TransitionRouteGroupsServer)
- func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)
- func RegisterWebhooksServer(s *grpc.Server, srv WebhooksServer)
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)
- func (x *Agent) GetAvatarUri() string
- func (x *Agent) GetDefaultLanguageCode() string
- func (x *Agent) GetDescription() string
- func (x *Agent) GetDisplayName() string
- func (x *Agent) GetEnableSpellCorrection() bool
- func (x *Agent) GetEnableStackdriverLogging() bool
- func (x *Agent) GetName() string
- func (x *Agent) GetSpeechToTextSettings() *SpeechToTextSettings
- func (x *Agent) GetStartFlow() string
- func (x *Agent) GetTimeZone() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type AgentsClient
- type AgentsServer
- type AudioEncoding
- func (AudioEncoding) Descriptor() protoreflect.EnumDescriptor
- func (x AudioEncoding) Enum() *AudioEncoding
- func (AudioEncoding) EnumDescriptor() ([]byte, []int)
- func (x AudioEncoding) Number() protoreflect.EnumNumber
- func (x AudioEncoding) String() string
- func (AudioEncoding) Type() protoreflect.EnumType
- type AudioInput
- type CreateAgentRequest
- func (*CreateAgentRequest) Descriptor() ([]byte, []int)
- func (x *CreateAgentRequest) GetAgent() *Agent
- func (x *CreateAgentRequest) GetParent() string
- func (*CreateAgentRequest) ProtoMessage()
- func (x *CreateAgentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentRequest) Reset()
- func (x *CreateAgentRequest) String() string
- type CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *CreateEntityTypeRequest) GetEntityType() *EntityType
- func (x *CreateEntityTypeRequest) GetLanguageCode() string
- func (x *CreateEntityTypeRequest) GetParent() string
- func (*CreateEntityTypeRequest) ProtoMessage()
- func (x *CreateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityTypeRequest) Reset()
- func (x *CreateEntityTypeRequest) String() string
- type CreateEnvironmentRequest
- func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)
- func (x *CreateEnvironmentRequest) GetEnvironment() *Environment
- func (x *CreateEnvironmentRequest) GetParent() string
- func (*CreateEnvironmentRequest) ProtoMessage()
- func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentRequest) Reset()
- func (x *CreateEnvironmentRequest) String() string
- type CreateExperimentRequest
- func (*CreateExperimentRequest) Descriptor() ([]byte, []int)
- func (x *CreateExperimentRequest) GetExperiment() *Experiment
- func (x *CreateExperimentRequest) GetParent() string
- func (*CreateExperimentRequest) ProtoMessage()
- func (x *CreateExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExperimentRequest) Reset()
- func (x *CreateExperimentRequest) String() string
- type CreateFlowRequest
- func (*CreateFlowRequest) Descriptor() ([]byte, []int)
- func (x *CreateFlowRequest) GetFlow() *Flow
- func (x *CreateFlowRequest) GetLanguageCode() string
- func (x *CreateFlowRequest) GetParent() string
- func (*CreateFlowRequest) ProtoMessage()
- func (x *CreateFlowRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFlowRequest) Reset()
- func (x *CreateFlowRequest) String() string
- type CreateIntentRequest
- func (*CreateIntentRequest) Descriptor() ([]byte, []int)
- func (x *CreateIntentRequest) GetIntent() *Intent
- 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 CreatePageRequest
- func (*CreatePageRequest) Descriptor() ([]byte, []int)
- func (x *CreatePageRequest) GetLanguageCode() string
- func (x *CreatePageRequest) GetPage() *Page
- func (x *CreatePageRequest) GetParent() string
- func (*CreatePageRequest) ProtoMessage()
- func (x *CreatePageRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePageRequest) Reset()
- func (x *CreatePageRequest) String() string
- type CreateSecuritySettingsRequest
- func (*CreateSecuritySettingsRequest) Descriptor() ([]byte, []int)
- func (x *CreateSecuritySettingsRequest) GetParent() string
- func (x *CreateSecuritySettingsRequest) GetSecuritySettings() *SecuritySettings
- func (*CreateSecuritySettingsRequest) ProtoMessage()
- func (x *CreateSecuritySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSecuritySettingsRequest) Reset()
- func (x *CreateSecuritySettingsRequest) String() string
- type CreateSessionEntityTypeRequest
- func (*CreateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *CreateSessionEntityTypeRequest) GetParent() string
- func (x *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (*CreateSessionEntityTypeRequest) ProtoMessage()
- func (x *CreateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSessionEntityTypeRequest) Reset()
- func (x *CreateSessionEntityTypeRequest) String() string
- type CreateTransitionRouteGroupRequest
- func (*CreateTransitionRouteGroupRequest) Descriptor() ([]byte, []int)
- func (x *CreateTransitionRouteGroupRequest) GetLanguageCode() string
- func (x *CreateTransitionRouteGroupRequest) GetParent() string
- func (x *CreateTransitionRouteGroupRequest) GetTransitionRouteGroup() *TransitionRouteGroup
- func (*CreateTransitionRouteGroupRequest) ProtoMessage()
- func (x *CreateTransitionRouteGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTransitionRouteGroupRequest) Reset()
- func (x *CreateTransitionRouteGroupRequest) String() string
- type CreateVersionOperationMetadata
- func (*CreateVersionOperationMetadata) Descriptor() ([]byte, []int)
- func (x *CreateVersionOperationMetadata) GetVersion() string
- func (*CreateVersionOperationMetadata) ProtoMessage()
- func (x *CreateVersionOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateVersionOperationMetadata) Reset()
- func (x *CreateVersionOperationMetadata) String() string
- type CreateVersionRequest
- func (*CreateVersionRequest) Descriptor() ([]byte, []int)
- func (x *CreateVersionRequest) GetParent() string
- func (x *CreateVersionRequest) GetVersion() *Version
- func (*CreateVersionRequest) ProtoMessage()
- func (x *CreateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateVersionRequest) Reset()
- func (x *CreateVersionRequest) String() string
- type CreateWebhookRequest
- func (*CreateWebhookRequest) Descriptor() ([]byte, []int)
- func (x *CreateWebhookRequest) GetParent() string
- func (x *CreateWebhookRequest) GetWebhook() *Webhook
- func (*CreateWebhookRequest) ProtoMessage()
- func (x *CreateWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWebhookRequest) Reset()
- func (x *CreateWebhookRequest) String() string
- type DeleteAgentRequest
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *DeleteEntityTypeRequest) GetForce() bool
- func (x *DeleteEntityTypeRequest) GetName() string
- func (*DeleteEntityTypeRequest) ProtoMessage()
- func (x *DeleteEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityTypeRequest) Reset()
- func (x *DeleteEntityTypeRequest) String() string
- type DeleteEnvironmentRequest
- func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)
- func (x *DeleteEnvironmentRequest) GetName() string
- func (*DeleteEnvironmentRequest) ProtoMessage()
- func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentRequest) Reset()
- func (x *DeleteEnvironmentRequest) String() string
- type DeleteExperimentRequest
- func (*DeleteExperimentRequest) Descriptor() ([]byte, []int)
- func (x *DeleteExperimentRequest) GetName() string
- func (*DeleteExperimentRequest) ProtoMessage()
- func (x *DeleteExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteExperimentRequest) Reset()
- func (x *DeleteExperimentRequest) String() string
- type DeleteFlowRequest
- func (*DeleteFlowRequest) Descriptor() ([]byte, []int)
- func (x *DeleteFlowRequest) GetForce() bool
- func (x *DeleteFlowRequest) GetName() string
- func (*DeleteFlowRequest) ProtoMessage()
- func (x *DeleteFlowRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFlowRequest) Reset()
- func (x *DeleteFlowRequest) String() string
- type DeleteIntentRequest
- type DeletePageRequest
- func (*DeletePageRequest) Descriptor() ([]byte, []int)
- func (x *DeletePageRequest) GetForce() bool
- func (x *DeletePageRequest) GetName() string
- func (*DeletePageRequest) ProtoMessage()
- func (x *DeletePageRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePageRequest) Reset()
- func (x *DeletePageRequest) String() string
- type DeleteSecuritySettingsRequest
- func (*DeleteSecuritySettingsRequest) Descriptor() ([]byte, []int)
- func (x *DeleteSecuritySettingsRequest) GetName() string
- func (*DeleteSecuritySettingsRequest) ProtoMessage()
- func (x *DeleteSecuritySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSecuritySettingsRequest) Reset()
- func (x *DeleteSecuritySettingsRequest) String() string
- type DeleteSessionEntityTypeRequest
- func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *DeleteSessionEntityTypeRequest) GetName() string
- func (*DeleteSessionEntityTypeRequest) ProtoMessage()
- func (x *DeleteSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSessionEntityTypeRequest) Reset()
- func (x *DeleteSessionEntityTypeRequest) String() string
- type DeleteTransitionRouteGroupRequest
- func (*DeleteTransitionRouteGroupRequest) Descriptor() ([]byte, []int)
- func (x *DeleteTransitionRouteGroupRequest) GetForce() bool
- func (x *DeleteTransitionRouteGroupRequest) GetName() string
- func (*DeleteTransitionRouteGroupRequest) ProtoMessage()
- func (x *DeleteTransitionRouteGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTransitionRouteGroupRequest) Reset()
- func (x *DeleteTransitionRouteGroupRequest) String() string
- type DeleteVersionRequest
- func (*DeleteVersionRequest) Descriptor() ([]byte, []int)
- func (x *DeleteVersionRequest) GetName() string
- func (*DeleteVersionRequest) ProtoMessage()
- func (x *DeleteVersionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteVersionRequest) Reset()
- func (x *DeleteVersionRequest) String() string
- type DeleteWebhookRequest
- func (*DeleteWebhookRequest) Descriptor() ([]byte, []int)
- func (x *DeleteWebhookRequest) GetForce() bool
- func (x *DeleteWebhookRequest) GetName() string
- func (*DeleteWebhookRequest) ProtoMessage()
- func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebhookRequest) Reset()
- func (x *DeleteWebhookRequest) String() string
- type DetectIntentRequest
- func (*DetectIntentRequest) Descriptor() ([]byte, []int)
- func (x *DetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentRequest) GetQueryInput() *QueryInput
- func (x *DetectIntentRequest) GetQueryParams() *QueryParameters
- func (x *DetectIntentRequest) GetSession() string
- func (*DetectIntentRequest) ProtoMessage()
- func (x *DetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *DetectIntentRequest) Reset()
- func (x *DetectIntentRequest) String() string
- type DetectIntentResponse
- func (*DetectIntentResponse) Descriptor() ([]byte, []int)
- func (x *DetectIntentResponse) GetOutputAudio() []byte
- func (x *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentResponse) GetQueryResult() *QueryResult
- func (x *DetectIntentResponse) GetResponseId() string
- func (*DetectIntentResponse) ProtoMessage()
- func (x *DetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *DetectIntentResponse) Reset()
- func (x *DetectIntentResponse) String() string
- type DtmfInput
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)
- func (x *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
- func (x *EntityType) GetDisplayName() string
- func (x *EntityType) GetEnableFuzzyExtraction() bool
- func (x *EntityType) GetEntities() []*EntityType_Entity
- func (x *EntityType) GetExcludedPhrases() []*EntityType_ExcludedPhrase
- 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 EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_AutoExpansionMode) Enum() *EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int)
- func (x EntityType_AutoExpansionMode) Number() protoreflect.EnumNumber
- func (x EntityType_AutoExpansionMode) String() string
- func (EntityType_AutoExpansionMode) Type() protoreflect.EnumType
- type EntityType_Entity
- func (*EntityType_Entity) Descriptor() ([]byte, []int)
- func (x *EntityType_Entity) GetSynonyms() []string
- func (x *EntityType_Entity) GetValue() string
- func (*EntityType_Entity) ProtoMessage()
- func (x *EntityType_Entity) ProtoReflect() protoreflect.Message
- func (x *EntityType_Entity) Reset()
- func (x *EntityType_Entity) String() string
- type EntityType_ExcludedPhrase
- func (*EntityType_ExcludedPhrase) Descriptor() ([]byte, []int)
- func (x *EntityType_ExcludedPhrase) GetValue() string
- func (*EntityType_ExcludedPhrase) ProtoMessage()
- func (x *EntityType_ExcludedPhrase) ProtoReflect() protoreflect.Message
- func (x *EntityType_ExcludedPhrase) Reset()
- func (x *EntityType_ExcludedPhrase) String() string
- type EntityType_Kind
- func (EntityType_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_Kind) Enum() *EntityType_Kind
- func (EntityType_Kind) EnumDescriptor() ([]byte, []int)
- func (x EntityType_Kind) Number() protoreflect.EnumNumber
- func (x EntityType_Kind) String() string
- func (EntityType_Kind) Type() protoreflect.EnumType
- type EntityTypesClient
- type EntityTypesServer
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)
- func (x *Environment) GetDescription() string
- func (x *Environment) GetDisplayName() string
- func (x *Environment) GetName() string
- func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
- func (x *Environment) GetVersionConfigs() []*Environment_VersionConfig
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type Environment_VersionConfig
- func (*Environment_VersionConfig) Descriptor() ([]byte, []int)
- func (x *Environment_VersionConfig) GetVersion() string
- func (*Environment_VersionConfig) ProtoMessage()
- func (x *Environment_VersionConfig) ProtoReflect() protoreflect.Message
- func (x *Environment_VersionConfig) Reset()
- func (x *Environment_VersionConfig) String() string
- type EnvironmentsClient
- type EnvironmentsServer
- type EventHandler
- func (*EventHandler) Descriptor() ([]byte, []int)
- func (x *EventHandler) GetEvent() string
- func (x *EventHandler) GetName() string
- func (m *EventHandler) GetTarget() isEventHandler_Target
- func (x *EventHandler) GetTargetFlow() string
- func (x *EventHandler) GetTargetPage() string
- func (x *EventHandler) GetTriggerFulfillment() *Fulfillment
- func (*EventHandler) ProtoMessage()
- func (x *EventHandler) ProtoReflect() protoreflect.Message
- func (x *EventHandler) Reset()
- func (x *EventHandler) String() string
- type EventHandler_TargetFlow
- type EventHandler_TargetPage
- type EventInput
- type Experiment
- func (*Experiment) Descriptor() ([]byte, []int)
- func (x *Experiment) GetCreateTime() *timestamppb.Timestamp
- func (x *Experiment) GetDefinition() *Experiment_Definition
- func (x *Experiment) GetDescription() string
- func (x *Experiment) GetDisplayName() string
- func (x *Experiment) GetEndTime() *timestamppb.Timestamp
- func (x *Experiment) GetExperimentLength() *durationpb.Duration
- func (x *Experiment) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *Experiment) GetName() string
- func (x *Experiment) GetResult() *Experiment_Result
- func (x *Experiment) GetStartTime() *timestamppb.Timestamp
- func (x *Experiment) GetState() Experiment_State
- func (x *Experiment) GetVariantsHistory() []*VariantsHistory
- func (*Experiment) ProtoMessage()
- func (x *Experiment) ProtoReflect() protoreflect.Message
- func (x *Experiment) Reset()
- func (x *Experiment) String() string
- type Experiment_Definition
- func (*Experiment_Definition) Descriptor() ([]byte, []int)
- func (x *Experiment_Definition) GetCondition() string
- func (m *Experiment_Definition) GetVariants() isExperiment_Definition_Variants
- func (x *Experiment_Definition) GetVersionVariants() *VersionVariants
- func (*Experiment_Definition) ProtoMessage()
- func (x *Experiment_Definition) ProtoReflect() protoreflect.Message
- func (x *Experiment_Definition) Reset()
- func (x *Experiment_Definition) String() string
- type Experiment_Definition_VersionVariants
- type Experiment_Result
- func (*Experiment_Result) Descriptor() ([]byte, []int)
- func (x *Experiment_Result) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *Experiment_Result) GetVersionMetrics() []*Experiment_Result_VersionMetrics
- func (*Experiment_Result) ProtoMessage()
- func (x *Experiment_Result) ProtoReflect() protoreflect.Message
- func (x *Experiment_Result) Reset()
- func (x *Experiment_Result) String() string
- type Experiment_Result_ConfidenceInterval
- func (*Experiment_Result_ConfidenceInterval) Descriptor() ([]byte, []int)
- func (x *Experiment_Result_ConfidenceInterval) GetConfidenceLevel() float64
- func (x *Experiment_Result_ConfidenceInterval) GetLowerBound() float64
- func (x *Experiment_Result_ConfidenceInterval) GetRatio() float64
- func (x *Experiment_Result_ConfidenceInterval) GetUpperBound() float64
- func (*Experiment_Result_ConfidenceInterval) ProtoMessage()
- func (x *Experiment_Result_ConfidenceInterval) ProtoReflect() protoreflect.Message
- func (x *Experiment_Result_ConfidenceInterval) Reset()
- func (x *Experiment_Result_ConfidenceInterval) String() string
- type Experiment_Result_Metric
- func (*Experiment_Result_Metric) Descriptor() ([]byte, []int)
- func (x *Experiment_Result_Metric) GetConfidenceInterval() *Experiment_Result_ConfidenceInterval
- func (x *Experiment_Result_Metric) GetRatio() float64
- func (x *Experiment_Result_Metric) GetType() Experiment_Result_MetricType
- func (m *Experiment_Result_Metric) GetValue() isExperiment_Result_Metric_Value
- func (*Experiment_Result_Metric) ProtoMessage()
- func (x *Experiment_Result_Metric) ProtoReflect() protoreflect.Message
- func (x *Experiment_Result_Metric) Reset()
- func (x *Experiment_Result_Metric) String() string
- type Experiment_Result_MetricType
- func (Experiment_Result_MetricType) Descriptor() protoreflect.EnumDescriptor
- func (x Experiment_Result_MetricType) Enum() *Experiment_Result_MetricType
- func (Experiment_Result_MetricType) EnumDescriptor() ([]byte, []int)
- func (x Experiment_Result_MetricType) Number() protoreflect.EnumNumber
- func (x Experiment_Result_MetricType) String() string
- func (Experiment_Result_MetricType) Type() protoreflect.EnumType
- type Experiment_Result_Metric_Ratio
- type Experiment_Result_VersionMetrics
- func (*Experiment_Result_VersionMetrics) Descriptor() ([]byte, []int)
- func (x *Experiment_Result_VersionMetrics) GetMetrics() []*Experiment_Result_Metric
- func (x *Experiment_Result_VersionMetrics) GetSessionCount() int32
- func (x *Experiment_Result_VersionMetrics) GetVersion() string
- func (*Experiment_Result_VersionMetrics) ProtoMessage()
- func (x *Experiment_Result_VersionMetrics) ProtoReflect() protoreflect.Message
- func (x *Experiment_Result_VersionMetrics) Reset()
- func (x *Experiment_Result_VersionMetrics) String() string
- type Experiment_State
- func (Experiment_State) Descriptor() protoreflect.EnumDescriptor
- func (x Experiment_State) Enum() *Experiment_State
- func (Experiment_State) EnumDescriptor() ([]byte, []int)
- func (x Experiment_State) Number() protoreflect.EnumNumber
- func (x Experiment_State) String() string
- func (Experiment_State) Type() protoreflect.EnumType
- type ExperimentsClient
- type ExperimentsServer
- type ExportAgentRequest
- func (*ExportAgentRequest) Descriptor() ([]byte, []int)
- func (x *ExportAgentRequest) GetAgentUri() string
- func (x *ExportAgentRequest) GetName() string
- func (*ExportAgentRequest) ProtoMessage()
- func (x *ExportAgentRequest) ProtoReflect() protoreflect.Message
- func (x *ExportAgentRequest) Reset()
- func (x *ExportAgentRequest) String() string
- type ExportAgentResponse
- func (*ExportAgentResponse) Descriptor() ([]byte, []int)
- func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
- func (x *ExportAgentResponse) GetAgentContent() []byte
- func (x *ExportAgentResponse) GetAgentUri() string
- func (*ExportAgentResponse) ProtoMessage()
- func (x *ExportAgentResponse) ProtoReflect() protoreflect.Message
- func (x *ExportAgentResponse) Reset()
- func (x *ExportAgentResponse) String() string
- type ExportAgentResponse_AgentContent
- type ExportAgentResponse_AgentUri
- type Flow
- func (*Flow) Descriptor() ([]byte, []int)
- func (x *Flow) GetDescription() string
- func (x *Flow) GetDisplayName() string
- func (x *Flow) GetEventHandlers() []*EventHandler
- func (x *Flow) GetName() string
- func (x *Flow) GetNluSettings() *NluSettings
- func (x *Flow) GetTransitionRoutes() []*TransitionRoute
- func (*Flow) ProtoMessage()
- func (x *Flow) ProtoReflect() protoreflect.Message
- func (x *Flow) Reset()
- func (x *Flow) String() string
- type FlowsClient
- type FlowsServer
- type Form
- type Form_Parameter
- func (*Form_Parameter) Descriptor() ([]byte, []int)
- func (x *Form_Parameter) GetDefaultValue() *structpb.Value
- func (x *Form_Parameter) GetDisplayName() string
- func (x *Form_Parameter) GetEntityType() string
- func (x *Form_Parameter) GetFillBehavior() *Form_Parameter_FillBehavior
- func (x *Form_Parameter) GetIsList() bool
- func (x *Form_Parameter) GetRedact() bool
- func (x *Form_Parameter) GetRequired() bool
- func (*Form_Parameter) ProtoMessage()
- func (x *Form_Parameter) ProtoReflect() protoreflect.Message
- func (x *Form_Parameter) Reset()
- func (x *Form_Parameter) String() string
- type Form_Parameter_FillBehavior
- func (*Form_Parameter_FillBehavior) Descriptor() ([]byte, []int)
- func (x *Form_Parameter_FillBehavior) GetInitialPromptFulfillment() *Fulfillment
- func (x *Form_Parameter_FillBehavior) GetRepromptEventHandlers() []*EventHandler
- func (*Form_Parameter_FillBehavior) ProtoMessage()
- func (x *Form_Parameter_FillBehavior) ProtoReflect() protoreflect.Message
- func (x *Form_Parameter_FillBehavior) Reset()
- func (x *Form_Parameter_FillBehavior) String() string
- type FulfillIntentRequest
- func (*FulfillIntentRequest) Descriptor() ([]byte, []int)
- func (x *FulfillIntentRequest) GetMatch() *Match
- func (x *FulfillIntentRequest) GetMatchIntentRequest() *MatchIntentRequest
- func (x *FulfillIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (*FulfillIntentRequest) ProtoMessage()
- func (x *FulfillIntentRequest) ProtoReflect() protoreflect.Message
- func (x *FulfillIntentRequest) Reset()
- func (x *FulfillIntentRequest) String() string
- type FulfillIntentResponse
- func (*FulfillIntentResponse) Descriptor() ([]byte, []int)
- func (x *FulfillIntentResponse) GetOutputAudio() []byte
- func (x *FulfillIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *FulfillIntentResponse) GetQueryResult() *QueryResult
- func (x *FulfillIntentResponse) GetResponseId() string
- func (*FulfillIntentResponse) ProtoMessage()
- func (x *FulfillIntentResponse) ProtoReflect() protoreflect.Message
- func (x *FulfillIntentResponse) Reset()
- func (x *FulfillIntentResponse) String() string
- type Fulfillment
- func (*Fulfillment) Descriptor() ([]byte, []int)
- func (x *Fulfillment) GetConditionalCases() []*Fulfillment_ConditionalCases
- func (x *Fulfillment) GetMessages() []*ResponseMessage
- func (x *Fulfillment) GetSetParameterActions() []*Fulfillment_SetParameterAction
- func (x *Fulfillment) GetTag() string
- func (x *Fulfillment) GetWebhook() string
- func (*Fulfillment) ProtoMessage()
- func (x *Fulfillment) ProtoReflect() protoreflect.Message
- func (x *Fulfillment) Reset()
- func (x *Fulfillment) String() string
- type Fulfillment_ConditionalCases
- func (*Fulfillment_ConditionalCases) Descriptor() ([]byte, []int)
- func (x *Fulfillment_ConditionalCases) GetCases() []*Fulfillment_ConditionalCases_Case
- func (*Fulfillment_ConditionalCases) ProtoMessage()
- func (x *Fulfillment_ConditionalCases) ProtoReflect() protoreflect.Message
- func (x *Fulfillment_ConditionalCases) Reset()
- func (x *Fulfillment_ConditionalCases) String() string
- type Fulfillment_ConditionalCases_Case
- func (*Fulfillment_ConditionalCases_Case) Descriptor() ([]byte, []int)
- func (x *Fulfillment_ConditionalCases_Case) GetCaseContent() []*Fulfillment_ConditionalCases_Case_CaseContent
- func (x *Fulfillment_ConditionalCases_Case) GetCondition() string
- func (*Fulfillment_ConditionalCases_Case) ProtoMessage()
- func (x *Fulfillment_ConditionalCases_Case) ProtoReflect() protoreflect.Message
- func (x *Fulfillment_ConditionalCases_Case) Reset()
- func (x *Fulfillment_ConditionalCases_Case) String() string
- type Fulfillment_ConditionalCases_Case_CaseContent
- func (*Fulfillment_ConditionalCases_Case_CaseContent) Descriptor() ([]byte, []int)
- func (x *Fulfillment_ConditionalCases_Case_CaseContent) GetAdditionalCases() *Fulfillment_ConditionalCases
- func (m *Fulfillment_ConditionalCases_Case_CaseContent) GetCasesOrMessage() isFulfillment_ConditionalCases_Case_CaseContent_CasesOrMessage
- func (x *Fulfillment_ConditionalCases_Case_CaseContent) GetMessage() *ResponseMessage
- func (*Fulfillment_ConditionalCases_Case_CaseContent) ProtoMessage()
- func (x *Fulfillment_ConditionalCases_Case_CaseContent) ProtoReflect() protoreflect.Message
- func (x *Fulfillment_ConditionalCases_Case_CaseContent) Reset()
- func (x *Fulfillment_ConditionalCases_Case_CaseContent) String() string
- type Fulfillment_ConditionalCases_Case_CaseContent_AdditionalCases
- type Fulfillment_ConditionalCases_Case_CaseContent_Message
- type Fulfillment_SetParameterAction
- func (*Fulfillment_SetParameterAction) Descriptor() ([]byte, []int)
- func (x *Fulfillment_SetParameterAction) GetParameter() string
- func (x *Fulfillment_SetParameterAction) GetValue() *structpb.Value
- func (*Fulfillment_SetParameterAction) ProtoMessage()
- func (x *Fulfillment_SetParameterAction) ProtoReflect() protoreflect.Message
- func (x *Fulfillment_SetParameterAction) Reset()
- func (x *Fulfillment_SetParameterAction) String() string
- type GetAgentRequest
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *GetEntityTypeRequest) GetLanguageCode() string
- func (x *GetEntityTypeRequest) GetName() string
- func (*GetEntityTypeRequest) ProtoMessage()
- func (x *GetEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntityTypeRequest) Reset()
- func (x *GetEntityTypeRequest) String() string
- type GetEnvironmentRequest
- func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)
- func (x *GetEnvironmentRequest) GetName() string
- func (*GetEnvironmentRequest) ProtoMessage()
- func (x *GetEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnvironmentRequest) Reset()
- func (x *GetEnvironmentRequest) String() string
- type GetExperimentRequest
- func (*GetExperimentRequest) Descriptor() ([]byte, []int)
- func (x *GetExperimentRequest) GetName() string
- func (*GetExperimentRequest) ProtoMessage()
- func (x *GetExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *GetExperimentRequest) Reset()
- func (x *GetExperimentRequest) String() string
- type GetFlowRequest
- func (*GetFlowRequest) Descriptor() ([]byte, []int)
- func (x *GetFlowRequest) GetLanguageCode() string
- func (x *GetFlowRequest) GetName() string
- func (*GetFlowRequest) ProtoMessage()
- func (x *GetFlowRequest) ProtoReflect() protoreflect.Message
- func (x *GetFlowRequest) Reset()
- func (x *GetFlowRequest) String() string
- type GetIntentRequest
- func (*GetIntentRequest) Descriptor() ([]byte, []int)
- 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 GetPageRequest
- func (*GetPageRequest) Descriptor() ([]byte, []int)
- func (x *GetPageRequest) GetLanguageCode() string
- func (x *GetPageRequest) GetName() string
- func (*GetPageRequest) ProtoMessage()
- func (x *GetPageRequest) ProtoReflect() protoreflect.Message
- func (x *GetPageRequest) Reset()
- func (x *GetPageRequest) String() string
- type GetSecuritySettingsRequest
- func (*GetSecuritySettingsRequest) Descriptor() ([]byte, []int)
- func (x *GetSecuritySettingsRequest) GetName() string
- func (*GetSecuritySettingsRequest) ProtoMessage()
- func (x *GetSecuritySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecuritySettingsRequest) Reset()
- func (x *GetSecuritySettingsRequest) String() string
- type GetSessionEntityTypeRequest
- func (*GetSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *GetSessionEntityTypeRequest) GetName() string
- func (*GetSessionEntityTypeRequest) ProtoMessage()
- func (x *GetSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetSessionEntityTypeRequest) Reset()
- func (x *GetSessionEntityTypeRequest) String() string
- type GetTransitionRouteGroupRequest
- func (*GetTransitionRouteGroupRequest) Descriptor() ([]byte, []int)
- func (x *GetTransitionRouteGroupRequest) GetLanguageCode() string
- func (x *GetTransitionRouteGroupRequest) GetName() string
- func (*GetTransitionRouteGroupRequest) ProtoMessage()
- func (x *GetTransitionRouteGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransitionRouteGroupRequest) Reset()
- func (x *GetTransitionRouteGroupRequest) String() string
- type GetVersionRequest
- type GetWebhookRequest
- type InputAudioConfig
- func (*InputAudioConfig) Descriptor() ([]byte, []int)
- func (x *InputAudioConfig) GetAudioEncoding() AudioEncoding
- func (x *InputAudioConfig) GetEnableWordInfo() bool
- func (x *InputAudioConfig) GetModel() string
- func (x *InputAudioConfig) GetModelVariant() SpeechModelVariant
- func (x *InputAudioConfig) GetPhraseHints() []string
- func (x *InputAudioConfig) GetSampleRateHertz() int32
- func (x *InputAudioConfig) GetSingleUtterance() bool
- func (*InputAudioConfig) ProtoMessage()
- func (x *InputAudioConfig) ProtoReflect() protoreflect.Message
- func (x *InputAudioConfig) Reset()
- func (x *InputAudioConfig) String() string
- type Intent
- func (*Intent) Descriptor() ([]byte, []int)
- func (x *Intent) GetDescription() string
- func (x *Intent) GetDisplayName() string
- func (x *Intent) GetIsFallback() bool
- func (x *Intent) GetLabels() map[string]string
- func (x *Intent) GetName() string
- func (x *Intent) GetParameters() []*Intent_Parameter
- func (x *Intent) GetPriority() int32
- func (x *Intent) GetTrainingPhrases() []*Intent_TrainingPhrase
- func (*Intent) ProtoMessage()
- func (x *Intent) ProtoReflect() protoreflect.Message
- func (x *Intent) Reset()
- func (x *Intent) String() string
- type IntentInput
- type IntentView
- type Intent_Parameter
- func (*Intent_Parameter) Descriptor() ([]byte, []int)
- func (x *Intent_Parameter) GetEntityType() string
- func (x *Intent_Parameter) GetId() string
- func (x *Intent_Parameter) GetIsList() bool
- func (x *Intent_Parameter) GetRedact() bool
- func (*Intent_Parameter) ProtoMessage()
- func (x *Intent_Parameter) ProtoReflect() protoreflect.Message
- func (x *Intent_Parameter) Reset()
- func (x *Intent_Parameter) String() string
- type Intent_TrainingPhrase
- func (*Intent_TrainingPhrase) Descriptor() ([]byte, []int)
- func (x *Intent_TrainingPhrase) GetId() string
- func (x *Intent_TrainingPhrase) GetParts() []*Intent_TrainingPhrase_Part
- func (x *Intent_TrainingPhrase) GetRepeatCount() int32
- func (*Intent_TrainingPhrase) ProtoMessage()
- func (x *Intent_TrainingPhrase) ProtoReflect() protoreflect.Message
- func (x *Intent_TrainingPhrase) Reset()
- func (x *Intent_TrainingPhrase) String() string
- type Intent_TrainingPhrase_Part
- func (*Intent_TrainingPhrase_Part) Descriptor() ([]byte, []int)
- func (x *Intent_TrainingPhrase_Part) GetParameterId() string
- func (x *Intent_TrainingPhrase_Part) GetText() string
- 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 IntentsClient
- type IntentsServer
- type ListAgentsRequest
- func (*ListAgentsRequest) Descriptor() ([]byte, []int)
- func (x *ListAgentsRequest) GetPageSize() int32
- func (x *ListAgentsRequest) GetPageToken() string
- func (x *ListAgentsRequest) GetParent() string
- func (*ListAgentsRequest) ProtoMessage()
- func (x *ListAgentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentsRequest) Reset()
- func (x *ListAgentsRequest) String() string
- type ListAgentsResponse
- func (*ListAgentsResponse) Descriptor() ([]byte, []int)
- func (x *ListAgentsResponse) GetAgents() []*Agent
- func (x *ListAgentsResponse) GetNextPageToken() string
- func (*ListAgentsResponse) ProtoMessage()
- func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentsResponse) Reset()
- func (x *ListAgentsResponse) String() string
- type ListEntityTypesRequest
- func (*ListEntityTypesRequest) Descriptor() ([]byte, []int)
- func (x *ListEntityTypesRequest) GetLanguageCode() string
- func (x *ListEntityTypesRequest) GetPageSize() int32
- func (x *ListEntityTypesRequest) GetPageToken() string
- func (x *ListEntityTypesRequest) GetParent() string
- func (*ListEntityTypesRequest) ProtoMessage()
- func (x *ListEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesRequest) Reset()
- func (x *ListEntityTypesRequest) String() string
- type ListEntityTypesResponse
- func (*ListEntityTypesResponse) Descriptor() ([]byte, []int)
- func (x *ListEntityTypesResponse) GetEntityTypes() []*EntityType
- func (x *ListEntityTypesResponse) GetNextPageToken() string
- func (*ListEntityTypesResponse) ProtoMessage()
- func (x *ListEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntityTypesResponse) Reset()
- func (x *ListEntityTypesResponse) String() string
- type ListEnvironmentsRequest
- func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
- func (x *ListEnvironmentsRequest) GetPageSize() int32
- func (x *ListEnvironmentsRequest) GetPageToken() string
- func (x *ListEnvironmentsRequest) GetParent() string
- func (*ListEnvironmentsRequest) ProtoMessage()
- func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsRequest) Reset()
- func (x *ListEnvironmentsRequest) String() string
- type ListEnvironmentsResponse
- func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)
- func (x *ListEnvironmentsResponse) GetEnvironments() []*Environment
- func (x *ListEnvironmentsResponse) GetNextPageToken() string
- func (*ListEnvironmentsResponse) ProtoMessage()
- func (x *ListEnvironmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsResponse) Reset()
- func (x *ListEnvironmentsResponse) String() string
- type ListExperimentsRequest
- func (*ListExperimentsRequest) Descriptor() ([]byte, []int)
- func (x *ListExperimentsRequest) GetPageSize() int32
- func (x *ListExperimentsRequest) GetPageToken() string
- func (x *ListExperimentsRequest) GetParent() string
- func (*ListExperimentsRequest) ProtoMessage()
- func (x *ListExperimentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExperimentsRequest) Reset()
- func (x *ListExperimentsRequest) String() string
- type ListExperimentsResponse
- func (*ListExperimentsResponse) Descriptor() ([]byte, []int)
- func (x *ListExperimentsResponse) GetExperiments() []*Experiment
- func (x *ListExperimentsResponse) GetNextPageToken() string
- func (*ListExperimentsResponse) ProtoMessage()
- func (x *ListExperimentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExperimentsResponse) Reset()
- func (x *ListExperimentsResponse) String() string
- type ListFlowsRequest
- func (*ListFlowsRequest) Descriptor() ([]byte, []int)
- func (x *ListFlowsRequest) GetLanguageCode() string
- func (x *ListFlowsRequest) GetPageSize() int32
- func (x *ListFlowsRequest) GetPageToken() string
- func (x *ListFlowsRequest) GetParent() string
- func (*ListFlowsRequest) ProtoMessage()
- func (x *ListFlowsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFlowsRequest) Reset()
- func (x *ListFlowsRequest) String() string
- type ListFlowsResponse
- func (*ListFlowsResponse) Descriptor() ([]byte, []int)
- func (x *ListFlowsResponse) GetFlows() []*Flow
- func (x *ListFlowsResponse) GetNextPageToken() string
- func (*ListFlowsResponse) ProtoMessage()
- func (x *ListFlowsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFlowsResponse) Reset()
- func (x *ListFlowsResponse) String() string
- type ListIntentsRequest
- func (*ListIntentsRequest) Descriptor() ([]byte, []int)
- func (x *ListIntentsRequest) GetIntentView() IntentView
- func (x *ListIntentsRequest) GetLanguageCode() string
- func (x *ListIntentsRequest) GetPageSize() int32
- func (x *ListIntentsRequest) GetPageToken() string
- func (x *ListIntentsRequest) GetParent() string
- func (*ListIntentsRequest) ProtoMessage()
- func (x *ListIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIntentsRequest) Reset()
- func (x *ListIntentsRequest) String() string
- type ListIntentsResponse
- func (*ListIntentsResponse) Descriptor() ([]byte, []int)
- func (x *ListIntentsResponse) GetIntents() []*Intent
- func (x *ListIntentsResponse) GetNextPageToken() string
- func (*ListIntentsResponse) ProtoMessage()
- func (x *ListIntentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIntentsResponse) Reset()
- func (x *ListIntentsResponse) String() string
- type ListPagesRequest
- func (*ListPagesRequest) Descriptor() ([]byte, []int)
- func (x *ListPagesRequest) GetLanguageCode() string
- func (x *ListPagesRequest) GetPageSize() int32
- func (x *ListPagesRequest) GetPageToken() string
- func (x *ListPagesRequest) GetParent() string
- func (*ListPagesRequest) ProtoMessage()
- func (x *ListPagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPagesRequest) Reset()
- func (x *ListPagesRequest) String() string
- type ListPagesResponse
- func (*ListPagesResponse) Descriptor() ([]byte, []int)
- func (x *ListPagesResponse) GetNextPageToken() string
- func (x *ListPagesResponse) GetPages() []*Page
- func (*ListPagesResponse) ProtoMessage()
- func (x *ListPagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPagesResponse) Reset()
- func (x *ListPagesResponse) String() string
- type ListSecuritySettingsRequest
- func (*ListSecuritySettingsRequest) Descriptor() ([]byte, []int)
- func (x *ListSecuritySettingsRequest) GetPageSize() int32
- func (x *ListSecuritySettingsRequest) GetPageToken() string
- func (x *ListSecuritySettingsRequest) GetParent() string
- func (*ListSecuritySettingsRequest) ProtoMessage()
- func (x *ListSecuritySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSecuritySettingsRequest) Reset()
- func (x *ListSecuritySettingsRequest) String() string
- type ListSecuritySettingsResponse
- func (*ListSecuritySettingsResponse) Descriptor() ([]byte, []int)
- func (x *ListSecuritySettingsResponse) GetNextPageToken() string
- func (x *ListSecuritySettingsResponse) GetSecuritySettings() []*SecuritySettings
- func (*ListSecuritySettingsResponse) ProtoMessage()
- func (x *ListSecuritySettingsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSecuritySettingsResponse) Reset()
- func (x *ListSecuritySettingsResponse) String() string
- type ListSessionEntityTypesRequest
- func (*ListSessionEntityTypesRequest) Descriptor() ([]byte, []int)
- func (x *ListSessionEntityTypesRequest) GetPageSize() int32
- func (x *ListSessionEntityTypesRequest) GetPageToken() string
- func (x *ListSessionEntityTypesRequest) GetParent() string
- func (*ListSessionEntityTypesRequest) ProtoMessage()
- func (x *ListSessionEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ListSessionEntityTypesRequest) Reset()
- func (x *ListSessionEntityTypesRequest) String() string
- type ListSessionEntityTypesResponse
- func (*ListSessionEntityTypesResponse) Descriptor() ([]byte, []int)
- func (x *ListSessionEntityTypesResponse) GetNextPageToken() string
- func (x *ListSessionEntityTypesResponse) GetSessionEntityTypes() []*SessionEntityType
- func (*ListSessionEntityTypesResponse) ProtoMessage()
- func (x *ListSessionEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ListSessionEntityTypesResponse) Reset()
- func (x *ListSessionEntityTypesResponse) String() string
- type ListTransitionRouteGroupsRequest
- func (*ListTransitionRouteGroupsRequest) Descriptor() ([]byte, []int)
- func (x *ListTransitionRouteGroupsRequest) GetLanguageCode() string
- func (x *ListTransitionRouteGroupsRequest) GetPageSize() int32
- func (x *ListTransitionRouteGroupsRequest) GetPageToken() string
- func (x *ListTransitionRouteGroupsRequest) GetParent() string
- func (*ListTransitionRouteGroupsRequest) ProtoMessage()
- func (x *ListTransitionRouteGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTransitionRouteGroupsRequest) Reset()
- func (x *ListTransitionRouteGroupsRequest) String() string
- type ListTransitionRouteGroupsResponse
- func (*ListTransitionRouteGroupsResponse) Descriptor() ([]byte, []int)
- func (x *ListTransitionRouteGroupsResponse) GetNextPageToken() string
- func (x *ListTransitionRouteGroupsResponse) GetTransitionRouteGroups() []*TransitionRouteGroup
- func (*ListTransitionRouteGroupsResponse) ProtoMessage()
- func (x *ListTransitionRouteGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTransitionRouteGroupsResponse) Reset()
- func (x *ListTransitionRouteGroupsResponse) String() string
- type ListVersionsRequest
- func (*ListVersionsRequest) Descriptor() ([]byte, []int)
- func (x *ListVersionsRequest) GetPageSize() int32
- func (x *ListVersionsRequest) GetPageToken() string
- func (x *ListVersionsRequest) GetParent() string
- func (*ListVersionsRequest) ProtoMessage()
- func (x *ListVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListVersionsRequest) Reset()
- func (x *ListVersionsRequest) String() string
- type ListVersionsResponse
- func (*ListVersionsResponse) Descriptor() ([]byte, []int)
- func (x *ListVersionsResponse) GetNextPageToken() string
- func (x *ListVersionsResponse) GetVersions() []*Version
- func (*ListVersionsResponse) ProtoMessage()
- func (x *ListVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListVersionsResponse) Reset()
- func (x *ListVersionsResponse) String() string
- type ListWebhooksRequest
- func (*ListWebhooksRequest) Descriptor() ([]byte, []int)
- func (x *ListWebhooksRequest) GetPageSize() int32
- func (x *ListWebhooksRequest) GetPageToken() string
- func (x *ListWebhooksRequest) GetParent() string
- func (*ListWebhooksRequest) ProtoMessage()
- func (x *ListWebhooksRequest) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksRequest) Reset()
- func (x *ListWebhooksRequest) String() string
- type ListWebhooksResponse
- func (*ListWebhooksResponse) Descriptor() ([]byte, []int)
- func (x *ListWebhooksResponse) GetNextPageToken() string
- func (x *ListWebhooksResponse) GetWebhooks() []*Webhook
- func (*ListWebhooksResponse) ProtoMessage()
- func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksResponse) Reset()
- func (x *ListWebhooksResponse) String() string
- type LoadVersionRequest
- func (*LoadVersionRequest) Descriptor() ([]byte, []int)
- func (x *LoadVersionRequest) GetAllowOverrideAgentResources() bool
- func (x *LoadVersionRequest) GetName() string
- func (*LoadVersionRequest) ProtoMessage()
- func (x *LoadVersionRequest) ProtoReflect() protoreflect.Message
- func (x *LoadVersionRequest) Reset()
- func (x *LoadVersionRequest) String() string
- type LookupEnvironmentHistoryRequest
- func (*LookupEnvironmentHistoryRequest) Descriptor() ([]byte, []int)
- func (x *LookupEnvironmentHistoryRequest) GetName() string
- func (x *LookupEnvironmentHistoryRequest) GetPageSize() int32
- func (x *LookupEnvironmentHistoryRequest) GetPageToken() string
- func (*LookupEnvironmentHistoryRequest) ProtoMessage()
- func (x *LookupEnvironmentHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *LookupEnvironmentHistoryRequest) Reset()
- func (x *LookupEnvironmentHistoryRequest) String() string
- type LookupEnvironmentHistoryResponse
- func (*LookupEnvironmentHistoryResponse) Descriptor() ([]byte, []int)
- func (x *LookupEnvironmentHistoryResponse) GetEnvironments() []*Environment
- func (x *LookupEnvironmentHistoryResponse) GetNextPageToken() string
- func (*LookupEnvironmentHistoryResponse) ProtoMessage()
- func (x *LookupEnvironmentHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *LookupEnvironmentHistoryResponse) Reset()
- func (x *LookupEnvironmentHistoryResponse) String() string
- type Match
- func (*Match) Descriptor() ([]byte, []int)
- func (x *Match) GetConfidence() float32
- func (x *Match) GetEvent() string
- func (x *Match) GetIntent() *Intent
- func (x *Match) GetMatchType() Match_MatchType
- func (x *Match) GetParameters() *structpb.Struct
- func (x *Match) GetResolvedInput() string
- func (*Match) ProtoMessage()
- func (x *Match) ProtoReflect() protoreflect.Message
- func (x *Match) Reset()
- func (x *Match) String() string
- type MatchIntentRequest
- func (*MatchIntentRequest) Descriptor() ([]byte, []int)
- func (x *MatchIntentRequest) GetQueryInput() *QueryInput
- func (x *MatchIntentRequest) GetQueryParams() *QueryParameters
- func (x *MatchIntentRequest) GetSession() string
- func (*MatchIntentRequest) ProtoMessage()
- func (x *MatchIntentRequest) ProtoReflect() protoreflect.Message
- func (x *MatchIntentRequest) Reset()
- func (x *MatchIntentRequest) String() string
- type MatchIntentResponse
- func (*MatchIntentResponse) Descriptor() ([]byte, []int)
- func (x *MatchIntentResponse) GetCurrentPage() *Page
- func (x *MatchIntentResponse) GetMatches() []*Match
- func (m *MatchIntentResponse) GetQuery() isMatchIntentResponse_Query
- func (x *MatchIntentResponse) GetText() string
- func (x *MatchIntentResponse) GetTranscript() string
- func (x *MatchIntentResponse) GetTriggerEvent() string
- func (x *MatchIntentResponse) GetTriggerIntent() string
- func (*MatchIntentResponse) ProtoMessage()
- func (x *MatchIntentResponse) ProtoReflect() protoreflect.Message
- func (x *MatchIntentResponse) Reset()
- func (x *MatchIntentResponse) String() string
- type MatchIntentResponse_Text
- type MatchIntentResponse_Transcript
- type MatchIntentResponse_TriggerEvent
- type MatchIntentResponse_TriggerIntent
- type Match_MatchType
- func (Match_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x Match_MatchType) Enum() *Match_MatchType
- func (Match_MatchType) EnumDescriptor() ([]byte, []int)
- func (x Match_MatchType) Number() protoreflect.EnumNumber
- func (x Match_MatchType) String() string
- func (Match_MatchType) Type() protoreflect.EnumType
- type NluSettings
- func (*NluSettings) Descriptor() ([]byte, []int)
- func (x *NluSettings) GetClassificationThreshold() float32
- func (x *NluSettings) GetModelTrainingMode() NluSettings_ModelTrainingMode
- func (x *NluSettings) GetModelType() NluSettings_ModelType
- func (*NluSettings) ProtoMessage()
- func (x *NluSettings) ProtoReflect() protoreflect.Message
- func (x *NluSettings) Reset()
- func (x *NluSettings) String() string
- type NluSettings_ModelTrainingMode
- func (NluSettings_ModelTrainingMode) Descriptor() protoreflect.EnumDescriptor
- func (x NluSettings_ModelTrainingMode) Enum() *NluSettings_ModelTrainingMode
- func (NluSettings_ModelTrainingMode) EnumDescriptor() ([]byte, []int)
- func (x NluSettings_ModelTrainingMode) Number() protoreflect.EnumNumber
- func (x NluSettings_ModelTrainingMode) String() string
- func (NluSettings_ModelTrainingMode) Type() protoreflect.EnumType
- type NluSettings_ModelType
- func (NluSettings_ModelType) Descriptor() protoreflect.EnumDescriptor
- func (x NluSettings_ModelType) Enum() *NluSettings_ModelType
- func (NluSettings_ModelType) EnumDescriptor() ([]byte, []int)
- func (x NluSettings_ModelType) Number() protoreflect.EnumNumber
- func (x NluSettings_ModelType) String() string
- func (NluSettings_ModelType) Type() protoreflect.EnumType
- type OutputAudioConfig
- func (*OutputAudioConfig) Descriptor() ([]byte, []int)
- func (x *OutputAudioConfig) GetAudioEncoding() OutputAudioEncoding
- func (x *OutputAudioConfig) GetSampleRateHertz() int32
- func (x *OutputAudioConfig) GetSynthesizeSpeechConfig() *SynthesizeSpeechConfig
- func (*OutputAudioConfig) ProtoMessage()
- func (x *OutputAudioConfig) ProtoReflect() protoreflect.Message
- func (x *OutputAudioConfig) Reset()
- func (x *OutputAudioConfig) String() string
- type OutputAudioEncoding
- func (OutputAudioEncoding) Descriptor() protoreflect.EnumDescriptor
- func (x OutputAudioEncoding) Enum() *OutputAudioEncoding
- func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int)
- func (x OutputAudioEncoding) Number() protoreflect.EnumNumber
- func (x OutputAudioEncoding) String() string
- func (OutputAudioEncoding) Type() protoreflect.EnumType
- type Page
- func (*Page) Descriptor() ([]byte, []int)
- func (x *Page) GetDisplayName() string
- func (x *Page) GetEntryFulfillment() *Fulfillment
- func (x *Page) GetEventHandlers() []*EventHandler
- func (x *Page) GetForm() *Form
- func (x *Page) GetName() string
- func (x *Page) GetTransitionRouteGroups() []string
- func (x *Page) GetTransitionRoutes() []*TransitionRoute
- func (*Page) ProtoMessage()
- func (x *Page) ProtoReflect() protoreflect.Message
- func (x *Page) Reset()
- func (x *Page) String() string
- type PageInfo
- type PageInfo_FormInfo
- func (*PageInfo_FormInfo) Descriptor() ([]byte, []int)
- func (x *PageInfo_FormInfo) GetParameterInfo() []*PageInfo_FormInfo_ParameterInfo
- func (*PageInfo_FormInfo) ProtoMessage()
- func (x *PageInfo_FormInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo_FormInfo) Reset()
- func (x *PageInfo_FormInfo) String() string
- type PageInfo_FormInfo_ParameterInfo
- func (*PageInfo_FormInfo_ParameterInfo) Descriptor() ([]byte, []int)
- func (x *PageInfo_FormInfo_ParameterInfo) GetDisplayName() string
- func (x *PageInfo_FormInfo_ParameterInfo) GetJustCollected() bool
- func (x *PageInfo_FormInfo_ParameterInfo) GetRequired() bool
- func (x *PageInfo_FormInfo_ParameterInfo) GetState() PageInfo_FormInfo_ParameterInfo_ParameterState
- func (x *PageInfo_FormInfo_ParameterInfo) GetValue() *structpb.Value
- func (*PageInfo_FormInfo_ParameterInfo) ProtoMessage()
- func (x *PageInfo_FormInfo_ParameterInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo_FormInfo_ParameterInfo) Reset()
- func (x *PageInfo_FormInfo_ParameterInfo) String() string
- type PageInfo_FormInfo_ParameterInfo_ParameterState
- func (PageInfo_FormInfo_ParameterInfo_ParameterState) Descriptor() protoreflect.EnumDescriptor
- func (x PageInfo_FormInfo_ParameterInfo_ParameterState) Enum() *PageInfo_FormInfo_ParameterInfo_ParameterState
- func (PageInfo_FormInfo_ParameterInfo_ParameterState) EnumDescriptor() ([]byte, []int)
- func (x PageInfo_FormInfo_ParameterInfo_ParameterState) Number() protoreflect.EnumNumber
- func (x PageInfo_FormInfo_ParameterInfo_ParameterState) String() string
- func (PageInfo_FormInfo_ParameterInfo_ParameterState) Type() protoreflect.EnumType
- type PagesClient
- type PagesServer
- type QueryInput
- func (*QueryInput) Descriptor() ([]byte, []int)
- func (x *QueryInput) GetAudio() *AudioInput
- func (x *QueryInput) GetDtmf() *DtmfInput
- func (x *QueryInput) GetEvent() *EventInput
- func (m *QueryInput) GetInput() isQueryInput_Input
- func (x *QueryInput) GetIntent() *IntentInput
- func (x *QueryInput) GetLanguageCode() string
- 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_Audio
- type QueryInput_Dtmf
- type QueryInput_Event
- type QueryInput_Intent
- type QueryInput_Text
- type QueryParameters
- func (*QueryParameters) Descriptor() ([]byte, []int)
- func (x *QueryParameters) GetAnalyzeQueryTextSentiment() bool
- func (x *QueryParameters) GetGeoLocation() *latlng.LatLng
- func (x *QueryParameters) GetParameters() *structpb.Struct
- func (x *QueryParameters) GetPayload() *structpb.Struct
- func (x *QueryParameters) GetSessionEntityTypes() []*SessionEntityType
- func (x *QueryParameters) GetTimeZone() string
- func (x *QueryParameters) GetWebhookHeaders() map[string]string
- func (*QueryParameters) ProtoMessage()
- func (x *QueryParameters) ProtoReflect() protoreflect.Message
- func (x *QueryParameters) Reset()
- func (x *QueryParameters) String() string
- type QueryResult
- func (*QueryResult) Descriptor() ([]byte, []int)
- func (x *QueryResult) GetCurrentPage() *Page
- func (x *QueryResult) GetDiagnosticInfo() *structpb.Struct
- func (x *QueryResult) GetIntent() *Intent
- func (x *QueryResult) GetIntentDetectionConfidence() float32
- func (x *QueryResult) GetLanguageCode() string
- func (x *QueryResult) GetMatch() *Match
- func (x *QueryResult) GetParameters() *structpb.Struct
- func (m *QueryResult) GetQuery() isQueryResult_Query
- func (x *QueryResult) GetResponseMessages() []*ResponseMessage
- func (x *QueryResult) GetSentimentAnalysisResult() *SentimentAnalysisResult
- func (x *QueryResult) GetText() string
- func (x *QueryResult) GetTranscript() string
- func (x *QueryResult) GetTriggerEvent() string
- func (x *QueryResult) GetTriggerIntent() string
- func (x *QueryResult) GetWebhookPayloads() []*structpb.Struct
- func (x *QueryResult) GetWebhookStatuses() []*status.Status
- func (*QueryResult) ProtoMessage()
- func (x *QueryResult) ProtoReflect() protoreflect.Message
- func (x *QueryResult) Reset()
- func (x *QueryResult) String() string
- type QueryResult_Text
- type QueryResult_Transcript
- type QueryResult_TriggerEvent
- type QueryResult_TriggerIntent
- type ResponseMessage
- func (*ResponseMessage) Descriptor() ([]byte, []int)
- func (x *ResponseMessage) GetConversationSuccess() *ResponseMessage_ConversationSuccess
- func (x *ResponseMessage) GetEndInteraction() *ResponseMessage_EndInteraction
- func (x *ResponseMessage) GetLiveAgentHandoff() *ResponseMessage_LiveAgentHandoff
- func (m *ResponseMessage) GetMessage() isResponseMessage_Message
- func (x *ResponseMessage) GetMixedAudio() *ResponseMessage_MixedAudio
- func (x *ResponseMessage) GetOutputAudioText() *ResponseMessage_OutputAudioText
- func (x *ResponseMessage) GetPayload() *structpb.Struct
- func (x *ResponseMessage) GetPlayAudio() *ResponseMessage_PlayAudio
- func (x *ResponseMessage) GetText() *ResponseMessage_Text
- func (*ResponseMessage) ProtoMessage()
- func (x *ResponseMessage) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage) Reset()
- func (x *ResponseMessage) String() string
- type ResponseMessage_ConversationSuccess
- func (*ResponseMessage_ConversationSuccess) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_ConversationSuccess) GetMetadata() *structpb.Struct
- func (*ResponseMessage_ConversationSuccess) ProtoMessage()
- func (x *ResponseMessage_ConversationSuccess) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_ConversationSuccess) Reset()
- func (x *ResponseMessage_ConversationSuccess) String() string
- type ResponseMessage_ConversationSuccess_
- type ResponseMessage_EndInteraction
- func (*ResponseMessage_EndInteraction) Descriptor() ([]byte, []int)
- func (*ResponseMessage_EndInteraction) ProtoMessage()
- func (x *ResponseMessage_EndInteraction) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_EndInteraction) Reset()
- func (x *ResponseMessage_EndInteraction) String() string
- type ResponseMessage_EndInteraction_
- type ResponseMessage_LiveAgentHandoff
- func (*ResponseMessage_LiveAgentHandoff) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_LiveAgentHandoff) GetMetadata() *structpb.Struct
- func (*ResponseMessage_LiveAgentHandoff) ProtoMessage()
- func (x *ResponseMessage_LiveAgentHandoff) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_LiveAgentHandoff) Reset()
- func (x *ResponseMessage_LiveAgentHandoff) String() string
- type ResponseMessage_LiveAgentHandoff_
- type ResponseMessage_MixedAudio
- func (*ResponseMessage_MixedAudio) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_MixedAudio) GetSegments() []*ResponseMessage_MixedAudio_Segment
- func (*ResponseMessage_MixedAudio) ProtoMessage()
- func (x *ResponseMessage_MixedAudio) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_MixedAudio) Reset()
- func (x *ResponseMessage_MixedAudio) String() string
- type ResponseMessage_MixedAudio_
- type ResponseMessage_MixedAudio_Segment
- func (*ResponseMessage_MixedAudio_Segment) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_MixedAudio_Segment) GetAllowPlaybackInterruption() bool
- func (x *ResponseMessage_MixedAudio_Segment) GetAudio() []byte
- func (m *ResponseMessage_MixedAudio_Segment) GetContent() isResponseMessage_MixedAudio_Segment_Content
- func (x *ResponseMessage_MixedAudio_Segment) GetUri() string
- func (*ResponseMessage_MixedAudio_Segment) ProtoMessage()
- func (x *ResponseMessage_MixedAudio_Segment) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_MixedAudio_Segment) Reset()
- func (x *ResponseMessage_MixedAudio_Segment) String() string
- type ResponseMessage_MixedAudio_Segment_Audio
- type ResponseMessage_MixedAudio_Segment_Uri
- type ResponseMessage_OutputAudioText
- func (*ResponseMessage_OutputAudioText) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_OutputAudioText) GetAllowPlaybackInterruption() bool
- func (m *ResponseMessage_OutputAudioText) GetSource() isResponseMessage_OutputAudioText_Source
- func (x *ResponseMessage_OutputAudioText) GetSsml() string
- func (x *ResponseMessage_OutputAudioText) GetText() string
- func (*ResponseMessage_OutputAudioText) ProtoMessage()
- func (x *ResponseMessage_OutputAudioText) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_OutputAudioText) Reset()
- func (x *ResponseMessage_OutputAudioText) String() string
- type ResponseMessage_OutputAudioText_
- type ResponseMessage_OutputAudioText_Ssml
- type ResponseMessage_OutputAudioText_Text
- type ResponseMessage_Payload
- type ResponseMessage_PlayAudio
- func (*ResponseMessage_PlayAudio) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_PlayAudio) GetAllowPlaybackInterruption() bool
- func (x *ResponseMessage_PlayAudio) GetAudioUri() string
- func (*ResponseMessage_PlayAudio) ProtoMessage()
- func (x *ResponseMessage_PlayAudio) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_PlayAudio) Reset()
- func (x *ResponseMessage_PlayAudio) String() string
- type ResponseMessage_PlayAudio_
- type ResponseMessage_Text
- func (*ResponseMessage_Text) Descriptor() ([]byte, []int)
- func (x *ResponseMessage_Text) GetAllowPlaybackInterruption() bool
- func (x *ResponseMessage_Text) GetText() []string
- func (*ResponseMessage_Text) ProtoMessage()
- func (x *ResponseMessage_Text) ProtoReflect() protoreflect.Message
- func (x *ResponseMessage_Text) Reset()
- func (x *ResponseMessage_Text) String() string
- type ResponseMessage_Text_
- type RestoreAgentRequest
- func (*RestoreAgentRequest) Descriptor() ([]byte, []int)
- func (m *RestoreAgentRequest) GetAgent() isRestoreAgentRequest_Agent
- func (x *RestoreAgentRequest) GetAgentContent() []byte
- func (x *RestoreAgentRequest) GetAgentUri() string
- func (x *RestoreAgentRequest) GetName() 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 SecuritySettings
- func (*SecuritySettings) Descriptor() ([]byte, []int)
- func (m *SecuritySettings) GetDataRetention() isSecuritySettings_DataRetention
- func (x *SecuritySettings) GetDisplayName() string
- func (x *SecuritySettings) GetInspectTemplate() string
- func (x *SecuritySettings) GetName() string
- func (x *SecuritySettings) GetPurgeDataTypes() []SecuritySettings_PurgeDataType
- func (x *SecuritySettings) GetRedactionScope() SecuritySettings_RedactionScope
- func (x *SecuritySettings) GetRedactionStrategy() SecuritySettings_RedactionStrategy
- func (x *SecuritySettings) GetRetentionWindowDays() int32
- func (*SecuritySettings) ProtoMessage()
- func (x *SecuritySettings) ProtoReflect() protoreflect.Message
- func (x *SecuritySettings) Reset()
- func (x *SecuritySettings) String() string
- type SecuritySettingsServiceClient
- type SecuritySettingsServiceServer
- type SecuritySettings_PurgeDataType
- func (SecuritySettings_PurgeDataType) Descriptor() protoreflect.EnumDescriptor
- func (x SecuritySettings_PurgeDataType) Enum() *SecuritySettings_PurgeDataType
- func (SecuritySettings_PurgeDataType) EnumDescriptor() ([]byte, []int)
- func (x SecuritySettings_PurgeDataType) Number() protoreflect.EnumNumber
- func (x SecuritySettings_PurgeDataType) String() string
- func (SecuritySettings_PurgeDataType) Type() protoreflect.EnumType
- type SecuritySettings_RedactionScope
- func (SecuritySettings_RedactionScope) Descriptor() protoreflect.EnumDescriptor
- func (x SecuritySettings_RedactionScope) Enum() *SecuritySettings_RedactionScope
- func (SecuritySettings_RedactionScope) EnumDescriptor() ([]byte, []int)
- func (x SecuritySettings_RedactionScope) Number() protoreflect.EnumNumber
- func (x SecuritySettings_RedactionScope) String() string
- func (SecuritySettings_RedactionScope) Type() protoreflect.EnumType
- type SecuritySettings_RedactionStrategy
- func (SecuritySettings_RedactionStrategy) Descriptor() protoreflect.EnumDescriptor
- func (x SecuritySettings_RedactionStrategy) Enum() *SecuritySettings_RedactionStrategy
- func (SecuritySettings_RedactionStrategy) EnumDescriptor() ([]byte, []int)
- func (x SecuritySettings_RedactionStrategy) Number() protoreflect.EnumNumber
- func (x SecuritySettings_RedactionStrategy) String() string
- func (SecuritySettings_RedactionStrategy) Type() protoreflect.EnumType
- type SecuritySettings_RetentionWindowDays
- type SentimentAnalysisResult
- func (*SentimentAnalysisResult) Descriptor() ([]byte, []int)
- func (x *SentimentAnalysisResult) GetMagnitude() float32
- func (x *SentimentAnalysisResult) GetScore() float32
- func (*SentimentAnalysisResult) ProtoMessage()
- func (x *SentimentAnalysisResult) ProtoReflect() protoreflect.Message
- func (x *SentimentAnalysisResult) Reset()
- func (x *SentimentAnalysisResult) String() string
- type SessionEntityType
- func (*SessionEntityType) Descriptor() ([]byte, []int)
- func (x *SessionEntityType) GetEntities() []*EntityType_Entity
- func (x *SessionEntityType) GetEntityOverrideMode() SessionEntityType_EntityOverrideMode
- func (x *SessionEntityType) GetName() string
- func (*SessionEntityType) ProtoMessage()
- func (x *SessionEntityType) ProtoReflect() protoreflect.Message
- func (x *SessionEntityType) Reset()
- func (x *SessionEntityType) String() string
- type SessionEntityType_EntityOverrideMode
- func (SessionEntityType_EntityOverrideMode) Descriptor() protoreflect.EnumDescriptor
- func (x SessionEntityType_EntityOverrideMode) Enum() *SessionEntityType_EntityOverrideMode
- func (SessionEntityType_EntityOverrideMode) EnumDescriptor() ([]byte, []int)
- func (x SessionEntityType_EntityOverrideMode) Number() protoreflect.EnumNumber
- func (x SessionEntityType_EntityOverrideMode) String() string
- func (SessionEntityType_EntityOverrideMode) Type() protoreflect.EnumType
- type SessionEntityTypesClient
- type SessionEntityTypesServer
- type SessionInfo
- func (*SessionInfo) Descriptor() ([]byte, []int)
- func (x *SessionInfo) GetParameters() map[string]*structpb.Value
- func (x *SessionInfo) GetSession() string
- func (*SessionInfo) ProtoMessage()
- func (x *SessionInfo) ProtoReflect() protoreflect.Message
- func (x *SessionInfo) Reset()
- func (x *SessionInfo) String() string
- type SessionsClient
- type SessionsServer
- type Sessions_StreamingDetectIntentClient
- type Sessions_StreamingDetectIntentServer
- type SpeechModelVariant
- func (SpeechModelVariant) Descriptor() protoreflect.EnumDescriptor
- func (x SpeechModelVariant) Enum() *SpeechModelVariant
- func (SpeechModelVariant) EnumDescriptor() ([]byte, []int)
- func (x SpeechModelVariant) Number() protoreflect.EnumNumber
- func (x SpeechModelVariant) String() string
- func (SpeechModelVariant) Type() protoreflect.EnumType
- type SpeechToTextSettings
- func (*SpeechToTextSettings) Descriptor() ([]byte, []int)
- func (x *SpeechToTextSettings) GetEnableSpeechAdaptation() bool
- func (*SpeechToTextSettings) ProtoMessage()
- func (x *SpeechToTextSettings) ProtoReflect() protoreflect.Message
- func (x *SpeechToTextSettings) Reset()
- func (x *SpeechToTextSettings) String() string
- type SpeechWordInfo
- func (*SpeechWordInfo) Descriptor() ([]byte, []int)
- func (x *SpeechWordInfo) GetConfidence() float32
- func (x *SpeechWordInfo) GetEndOffset() *durationpb.Duration
- func (x *SpeechWordInfo) GetStartOffset() *durationpb.Duration
- func (x *SpeechWordInfo) GetWord() string
- func (*SpeechWordInfo) ProtoMessage()
- func (x *SpeechWordInfo) ProtoReflect() protoreflect.Message
- func (x *SpeechWordInfo) Reset()
- func (x *SpeechWordInfo) String() string
- type SsmlVoiceGender
- func (SsmlVoiceGender) Descriptor() protoreflect.EnumDescriptor
- func (x SsmlVoiceGender) Enum() *SsmlVoiceGender
- func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int)
- func (x SsmlVoiceGender) Number() protoreflect.EnumNumber
- func (x SsmlVoiceGender) String() string
- func (SsmlVoiceGender) Type() protoreflect.EnumType
- type StartExperimentRequest
- func (*StartExperimentRequest) Descriptor() ([]byte, []int)
- func (x *StartExperimentRequest) GetName() string
- func (*StartExperimentRequest) ProtoMessage()
- func (x *StartExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *StartExperimentRequest) Reset()
- func (x *StartExperimentRequest) String() string
- type StopExperimentRequest
- func (*StopExperimentRequest) Descriptor() ([]byte, []int)
- func (x *StopExperimentRequest) GetName() string
- func (*StopExperimentRequest) ProtoMessage()
- func (x *StopExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *StopExperimentRequest) Reset()
- func (x *StopExperimentRequest) String() string
- type StreamingDetectIntentRequest
- func (*StreamingDetectIntentRequest) Descriptor() ([]byte, []int)
- func (x *StreamingDetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (x *StreamingDetectIntentRequest) GetQueryInput() *QueryInput
- func (x *StreamingDetectIntentRequest) GetQueryParams() *QueryParameters
- func (x *StreamingDetectIntentRequest) GetSession() string
- func (*StreamingDetectIntentRequest) ProtoMessage()
- func (x *StreamingDetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *StreamingDetectIntentRequest) Reset()
- func (x *StreamingDetectIntentRequest) String() string
- type StreamingDetectIntentResponse
- func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int)
- func (x *StreamingDetectIntentResponse) GetDetectIntentResponse() *DetectIntentResponse
- func (x *StreamingDetectIntentResponse) GetRecognitionResult() *StreamingRecognitionResult
- func (m *StreamingDetectIntentResponse) GetResponse() isStreamingDetectIntentResponse_Response
- func (*StreamingDetectIntentResponse) ProtoMessage()
- func (x *StreamingDetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *StreamingDetectIntentResponse) Reset()
- func (x *StreamingDetectIntentResponse) String() string
- type StreamingDetectIntentResponse_DetectIntentResponse
- type StreamingDetectIntentResponse_RecognitionResult
- type StreamingRecognitionResult
- func (*StreamingRecognitionResult) Descriptor() ([]byte, []int)
- 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) GetStability() float32
- func (x *StreamingRecognitionResult) GetTranscript() string
- func (*StreamingRecognitionResult) ProtoMessage()
- func (x *StreamingRecognitionResult) ProtoReflect() protoreflect.Message
- func (x *StreamingRecognitionResult) Reset()
- func (x *StreamingRecognitionResult) String() string
- type StreamingRecognitionResult_MessageType
- func (StreamingRecognitionResult_MessageType) Descriptor() protoreflect.EnumDescriptor
- func (x StreamingRecognitionResult_MessageType) Enum() *StreamingRecognitionResult_MessageType
- func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int)
- func (x StreamingRecognitionResult_MessageType) Number() protoreflect.EnumNumber
- func (x StreamingRecognitionResult_MessageType) String() string
- func (StreamingRecognitionResult_MessageType) Type() protoreflect.EnumType
- type SynthesizeSpeechConfig
- func (*SynthesizeSpeechConfig) Descriptor() ([]byte, []int)
- func (x *SynthesizeSpeechConfig) GetEffectsProfileId() []string
- func (x *SynthesizeSpeechConfig) GetPitch() float64
- func (x *SynthesizeSpeechConfig) GetSpeakingRate() float64
- func (x *SynthesizeSpeechConfig) GetVoice() *VoiceSelectionParams
- func (x *SynthesizeSpeechConfig) GetVolumeGainDb() float64
- func (*SynthesizeSpeechConfig) ProtoMessage()
- func (x *SynthesizeSpeechConfig) ProtoReflect() protoreflect.Message
- func (x *SynthesizeSpeechConfig) Reset()
- func (x *SynthesizeSpeechConfig) String() string
- type TextInput
- type TrainFlowRequest
- type TransitionRoute
- func (*TransitionRoute) Descriptor() ([]byte, []int)
- func (x *TransitionRoute) GetCondition() string
- func (x *TransitionRoute) GetIntent() string
- func (x *TransitionRoute) GetName() string
- func (m *TransitionRoute) GetTarget() isTransitionRoute_Target
- func (x *TransitionRoute) GetTargetFlow() string
- func (x *TransitionRoute) GetTargetPage() string
- func (x *TransitionRoute) GetTriggerFulfillment() *Fulfillment
- func (*TransitionRoute) ProtoMessage()
- func (x *TransitionRoute) ProtoReflect() protoreflect.Message
- func (x *TransitionRoute) Reset()
- func (x *TransitionRoute) String() string
- type TransitionRouteGroup
- func (*TransitionRouteGroup) Descriptor() ([]byte, []int)
- func (x *TransitionRouteGroup) GetDisplayName() string
- func (x *TransitionRouteGroup) GetName() string
- func (x *TransitionRouteGroup) GetTransitionRoutes() []*TransitionRoute
- func (*TransitionRouteGroup) ProtoMessage()
- func (x *TransitionRouteGroup) ProtoReflect() protoreflect.Message
- func (x *TransitionRouteGroup) Reset()
- func (x *TransitionRouteGroup) String() string
- type TransitionRouteGroupsClient
- type TransitionRouteGroupsServer
- type TransitionRoute_TargetFlow
- type TransitionRoute_TargetPage
- type UnimplementedAgentsServer
- func (*UnimplementedAgentsServer) CreateAgent(context.Context, *CreateAgentRequest) (*Agent, error)
- 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) ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
- func (*UnimplementedAgentsServer) RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error)
- func (*UnimplementedAgentsServer) UpdateAgent(context.Context, *UpdateAgentRequest) (*Agent, error)
- type UnimplementedEntityTypesServer
- 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
- func (*UnimplementedEnvironmentsServer) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*longrunning.Operation, error)
- func (*UnimplementedEnvironmentsServer) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*emptypb.Empty, error)
- func (*UnimplementedEnvironmentsServer) GetEnvironment(context.Context, *GetEnvironmentRequest) (*Environment, error)
- func (*UnimplementedEnvironmentsServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsResponse, error)
- func (*UnimplementedEnvironmentsServer) LookupEnvironmentHistory(context.Context, *LookupEnvironmentHistoryRequest) (*LookupEnvironmentHistoryResponse, error)
- func (*UnimplementedEnvironmentsServer) UpdateEnvironment(context.Context, *UpdateEnvironmentRequest) (*longrunning.Operation, error)
- type UnimplementedExperimentsServer
- func (*UnimplementedExperimentsServer) CreateExperiment(context.Context, *CreateExperimentRequest) (*Experiment, error)
- func (*UnimplementedExperimentsServer) DeleteExperiment(context.Context, *DeleteExperimentRequest) (*emptypb.Empty, error)
- func (*UnimplementedExperimentsServer) GetExperiment(context.Context, *GetExperimentRequest) (*Experiment, error)
- func (*UnimplementedExperimentsServer) ListExperiments(context.Context, *ListExperimentsRequest) (*ListExperimentsResponse, error)
- func (*UnimplementedExperimentsServer) StartExperiment(context.Context, *StartExperimentRequest) (*Experiment, error)
- func (*UnimplementedExperimentsServer) StopExperiment(context.Context, *StopExperimentRequest) (*Experiment, error)
- func (*UnimplementedExperimentsServer) UpdateExperiment(context.Context, *UpdateExperimentRequest) (*Experiment, error)
- type UnimplementedFlowsServer
- func (*UnimplementedFlowsServer) CreateFlow(context.Context, *CreateFlowRequest) (*Flow, error)
- func (*UnimplementedFlowsServer) DeleteFlow(context.Context, *DeleteFlowRequest) (*emptypb.Empty, error)
- func (*UnimplementedFlowsServer) GetFlow(context.Context, *GetFlowRequest) (*Flow, error)
- func (*UnimplementedFlowsServer) ListFlows(context.Context, *ListFlowsRequest) (*ListFlowsResponse, error)
- func (*UnimplementedFlowsServer) TrainFlow(context.Context, *TrainFlowRequest) (*longrunning.Operation, error)
- func (*UnimplementedFlowsServer) UpdateFlow(context.Context, *UpdateFlowRequest) (*Flow, error)
- type UnimplementedIntentsServer
- 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 UnimplementedPagesServer
- func (*UnimplementedPagesServer) CreatePage(context.Context, *CreatePageRequest) (*Page, error)
- func (*UnimplementedPagesServer) DeletePage(context.Context, *DeletePageRequest) (*emptypb.Empty, error)
- func (*UnimplementedPagesServer) GetPage(context.Context, *GetPageRequest) (*Page, error)
- func (*UnimplementedPagesServer) ListPages(context.Context, *ListPagesRequest) (*ListPagesResponse, error)
- func (*UnimplementedPagesServer) UpdatePage(context.Context, *UpdatePageRequest) (*Page, error)
- type UnimplementedSecuritySettingsServiceServer
- func (*UnimplementedSecuritySettingsServiceServer) CreateSecuritySettings(context.Context, *CreateSecuritySettingsRequest) (*SecuritySettings, error)
- func (*UnimplementedSecuritySettingsServiceServer) DeleteSecuritySettings(context.Context, *DeleteSecuritySettingsRequest) (*emptypb.Empty, error)
- func (*UnimplementedSecuritySettingsServiceServer) GetSecuritySettings(context.Context, *GetSecuritySettingsRequest) (*SecuritySettings, error)
- func (*UnimplementedSecuritySettingsServiceServer) ListSecuritySettings(context.Context, *ListSecuritySettingsRequest) (*ListSecuritySettingsResponse, error)
- func (*UnimplementedSecuritySettingsServiceServer) UpdateSecuritySettings(context.Context, *UpdateSecuritySettingsRequest) (*SecuritySettings, 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
- func (*UnimplementedSessionsServer) DetectIntent(context.Context, *DetectIntentRequest) (*DetectIntentResponse, error)
- func (*UnimplementedSessionsServer) FulfillIntent(context.Context, *FulfillIntentRequest) (*FulfillIntentResponse, error)
- func (*UnimplementedSessionsServer) MatchIntent(context.Context, *MatchIntentRequest) (*MatchIntentResponse, error)
- func (*UnimplementedSessionsServer) StreamingDetectIntent(Sessions_StreamingDetectIntentServer) error
- type UnimplementedTransitionRouteGroupsServer
- func (*UnimplementedTransitionRouteGroupsServer) CreateTransitionRouteGroup(context.Context, *CreateTransitionRouteGroupRequest) (*TransitionRouteGroup, error)
- func (*UnimplementedTransitionRouteGroupsServer) DeleteTransitionRouteGroup(context.Context, *DeleteTransitionRouteGroupRequest) (*emptypb.Empty, error)
- func (*UnimplementedTransitionRouteGroupsServer) GetTransitionRouteGroup(context.Context, *GetTransitionRouteGroupRequest) (*TransitionRouteGroup, error)
- func (*UnimplementedTransitionRouteGroupsServer) ListTransitionRouteGroups(context.Context, *ListTransitionRouteGroupsRequest) (*ListTransitionRouteGroupsResponse, error)
- func (*UnimplementedTransitionRouteGroupsServer) UpdateTransitionRouteGroup(context.Context, *UpdateTransitionRouteGroupRequest) (*TransitionRouteGroup, error)
- type UnimplementedVersionsServer
- func (*UnimplementedVersionsServer) CreateVersion(context.Context, *CreateVersionRequest) (*longrunning.Operation, error)
- func (*UnimplementedVersionsServer) DeleteVersion(context.Context, *DeleteVersionRequest) (*emptypb.Empty, error)
- func (*UnimplementedVersionsServer) GetVersion(context.Context, *GetVersionRequest) (*Version, error)
- func (*UnimplementedVersionsServer) ListVersions(context.Context, *ListVersionsRequest) (*ListVersionsResponse, error)
- func (*UnimplementedVersionsServer) LoadVersion(context.Context, *LoadVersionRequest) (*longrunning.Operation, error)
- func (*UnimplementedVersionsServer) UpdateVersion(context.Context, *UpdateVersionRequest) (*Version, error)
- type UnimplementedWebhooksServer
- func (*UnimplementedWebhooksServer) CreateWebhook(context.Context, *CreateWebhookRequest) (*Webhook, error)
- func (*UnimplementedWebhooksServer) DeleteWebhook(context.Context, *DeleteWebhookRequest) (*emptypb.Empty, error)
- func (*UnimplementedWebhooksServer) GetWebhook(context.Context, *GetWebhookRequest) (*Webhook, error)
- func (*UnimplementedWebhooksServer) ListWebhooks(context.Context, *ListWebhooksRequest) (*ListWebhooksResponse, error)
- func (*UnimplementedWebhooksServer) UpdateWebhook(context.Context, *UpdateWebhookRequest) (*Webhook, error)
- type UpdateAgentRequest
- func (*UpdateAgentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateAgentRequest) GetAgent() *Agent
- func (x *UpdateAgentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateAgentRequest) ProtoMessage()
- func (x *UpdateAgentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentRequest) Reset()
- func (x *UpdateAgentRequest) String() string
- type UpdateEntityTypeRequest
- func (*UpdateEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *UpdateEntityTypeRequest) GetEntityType() *EntityType
- func (x *UpdateEntityTypeRequest) GetLanguageCode() string
- func (x *UpdateEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEntityTypeRequest) ProtoMessage()
- func (x *UpdateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityTypeRequest) Reset()
- func (x *UpdateEntityTypeRequest) String() string
- type UpdateEnvironmentRequest
- func (*UpdateEnvironmentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateEnvironmentRequest) GetEnvironment() *Environment
- func (x *UpdateEnvironmentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEnvironmentRequest) ProtoMessage()
- func (x *UpdateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEnvironmentRequest) Reset()
- func (x *UpdateEnvironmentRequest) String() string
- type UpdateExperimentRequest
- func (*UpdateExperimentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateExperimentRequest) GetExperiment() *Experiment
- func (x *UpdateExperimentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateExperimentRequest) ProtoMessage()
- func (x *UpdateExperimentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateExperimentRequest) Reset()
- func (x *UpdateExperimentRequest) String() string
- type UpdateFlowRequest
- func (*UpdateFlowRequest) Descriptor() ([]byte, []int)
- func (x *UpdateFlowRequest) GetFlow() *Flow
- func (x *UpdateFlowRequest) GetLanguageCode() string
- func (x *UpdateFlowRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateFlowRequest) ProtoMessage()
- func (x *UpdateFlowRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFlowRequest) Reset()
- func (x *UpdateFlowRequest) String() string
- type UpdateIntentRequest
- func (*UpdateIntentRequest) Descriptor() ([]byte, []int)
- func (x *UpdateIntentRequest) GetIntent() *Intent
- 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 UpdatePageRequest
- func (*UpdatePageRequest) Descriptor() ([]byte, []int)
- func (x *UpdatePageRequest) GetLanguageCode() string
- func (x *UpdatePageRequest) GetPage() *Page
- func (x *UpdatePageRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdatePageRequest) ProtoMessage()
- func (x *UpdatePageRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePageRequest) Reset()
- func (x *UpdatePageRequest) String() string
- type UpdateSecuritySettingsRequest
- func (*UpdateSecuritySettingsRequest) Descriptor() ([]byte, []int)
- func (x *UpdateSecuritySettingsRequest) GetSecuritySettings() *SecuritySettings
- func (x *UpdateSecuritySettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSecuritySettingsRequest) ProtoMessage()
- func (x *UpdateSecuritySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSecuritySettingsRequest) Reset()
- func (x *UpdateSecuritySettingsRequest) String() string
- type UpdateSessionEntityTypeRequest
- func (*UpdateSessionEntityTypeRequest) Descriptor() ([]byte, []int)
- func (x *UpdateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (x *UpdateSessionEntityTypeRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSessionEntityTypeRequest) ProtoMessage()
- func (x *UpdateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSessionEntityTypeRequest) Reset()
- func (x *UpdateSessionEntityTypeRequest) String() string
- type UpdateTransitionRouteGroupRequest
- func (*UpdateTransitionRouteGroupRequest) Descriptor() ([]byte, []int)
- func (x *UpdateTransitionRouteGroupRequest) GetLanguageCode() string
- func (x *UpdateTransitionRouteGroupRequest) GetTransitionRouteGroup() *TransitionRouteGroup
- func (x *UpdateTransitionRouteGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateTransitionRouteGroupRequest) ProtoMessage()
- func (x *UpdateTransitionRouteGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTransitionRouteGroupRequest) Reset()
- func (x *UpdateTransitionRouteGroupRequest) String() string
- type UpdateVersionRequest
- func (*UpdateVersionRequest) Descriptor() ([]byte, []int)
- func (x *UpdateVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateVersionRequest) GetVersion() *Version
- func (*UpdateVersionRequest) ProtoMessage()
- func (x *UpdateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateVersionRequest) Reset()
- func (x *UpdateVersionRequest) String() string
- type UpdateWebhookRequest
- func (*UpdateWebhookRequest) Descriptor() ([]byte, []int)
- func (x *UpdateWebhookRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateWebhookRequest) GetWebhook() *Webhook
- func (*UpdateWebhookRequest) ProtoMessage()
- func (x *UpdateWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWebhookRequest) Reset()
- func (x *UpdateWebhookRequest) String() string
- type VariantsHistory
- func (*VariantsHistory) Descriptor() ([]byte, []int)
- func (x *VariantsHistory) GetUpdateTime() *timestamppb.Timestamp
- func (m *VariantsHistory) GetVariants() isVariantsHistory_Variants
- func (x *VariantsHistory) GetVersionVariants() *VersionVariants
- func (*VariantsHistory) ProtoMessage()
- func (x *VariantsHistory) ProtoReflect() protoreflect.Message
- func (x *VariantsHistory) Reset()
- func (x *VariantsHistory) String() string
- type VariantsHistory_VersionVariants
- type Version
- func (*Version) Descriptor() ([]byte, []int)
- func (x *Version) GetCreateTime() *timestamppb.Timestamp
- func (x *Version) GetDescription() string
- func (x *Version) GetDisplayName() string
- func (x *Version) GetName() string
- func (x *Version) GetNluSettings() *NluSettings
- func (x *Version) GetState() Version_State
- func (*Version) ProtoMessage()
- func (x *Version) ProtoReflect() protoreflect.Message
- func (x *Version) Reset()
- func (x *Version) String() string
- type VersionVariants
- type VersionVariants_Variant
- func (*VersionVariants_Variant) Descriptor() ([]byte, []int)
- func (x *VersionVariants_Variant) GetIsControlGroup() bool
- func (x *VersionVariants_Variant) GetTrafficAllocation() float32
- func (x *VersionVariants_Variant) GetVersion() string
- func (*VersionVariants_Variant) ProtoMessage()
- func (x *VersionVariants_Variant) ProtoReflect() protoreflect.Message
- func (x *VersionVariants_Variant) Reset()
- func (x *VersionVariants_Variant) String() string
- type Version_State
- func (Version_State) Descriptor() protoreflect.EnumDescriptor
- func (x Version_State) Enum() *Version_State
- func (Version_State) EnumDescriptor() ([]byte, []int)
- func (x Version_State) Number() protoreflect.EnumNumber
- func (x Version_State) String() string
- func (Version_State) Type() protoreflect.EnumType
- type VersionsClient
- type VersionsServer
- type VoiceSelectionParams
- func (*VoiceSelectionParams) Descriptor() ([]byte, []int)
- func (x *VoiceSelectionParams) GetName() string
- func (x *VoiceSelectionParams) GetSsmlGender() SsmlVoiceGender
- func (*VoiceSelectionParams) ProtoMessage()
- func (x *VoiceSelectionParams) ProtoReflect() protoreflect.Message
- func (x *VoiceSelectionParams) Reset()
- func (x *VoiceSelectionParams) String() string
- type Webhook
- func (*Webhook) Descriptor() ([]byte, []int)
- func (x *Webhook) GetDisabled() bool
- func (x *Webhook) GetDisplayName() string
- func (x *Webhook) GetGenericWebService() *Webhook_GenericWebService
- func (x *Webhook) GetName() string
- func (x *Webhook) GetTimeout() *durationpb.Duration
- func (m *Webhook) GetWebhook() isWebhook_Webhook
- func (*Webhook) ProtoMessage()
- func (x *Webhook) ProtoReflect() protoreflect.Message
- func (x *Webhook) Reset()
- func (x *Webhook) String() string
- type WebhookRequest
- func (*WebhookRequest) Descriptor() ([]byte, []int)
- func (x *WebhookRequest) GetDetectIntentResponseId() string
- func (x *WebhookRequest) GetFulfillmentInfo() *WebhookRequest_FulfillmentInfo
- func (x *WebhookRequest) GetIntentInfo() *WebhookRequest_IntentInfo
- func (x *WebhookRequest) GetMessages() []*ResponseMessage
- func (x *WebhookRequest) GetPageInfo() *PageInfo
- func (x *WebhookRequest) GetPayload() *structpb.Struct
- func (x *WebhookRequest) GetSessionInfo() *SessionInfo
- func (*WebhookRequest) ProtoMessage()
- func (x *WebhookRequest) ProtoReflect() protoreflect.Message
- func (x *WebhookRequest) Reset()
- func (x *WebhookRequest) String() string
- type WebhookRequest_FulfillmentInfo
- func (*WebhookRequest_FulfillmentInfo) Descriptor() ([]byte, []int)
- func (x *WebhookRequest_FulfillmentInfo) GetTag() string
- func (*WebhookRequest_FulfillmentInfo) ProtoMessage()
- func (x *WebhookRequest_FulfillmentInfo) ProtoReflect() protoreflect.Message
- func (x *WebhookRequest_FulfillmentInfo) Reset()
- func (x *WebhookRequest_FulfillmentInfo) String() string
- type WebhookRequest_IntentInfo
- func (*WebhookRequest_IntentInfo) Descriptor() ([]byte, []int)
- func (x *WebhookRequest_IntentInfo) GetLastMatchedIntent() string
- func (x *WebhookRequest_IntentInfo) GetParameters() map[string]*WebhookRequest_IntentInfo_IntentParameterValue
- func (*WebhookRequest_IntentInfo) ProtoMessage()
- func (x *WebhookRequest_IntentInfo) ProtoReflect() protoreflect.Message
- func (x *WebhookRequest_IntentInfo) Reset()
- func (x *WebhookRequest_IntentInfo) String() string
- type WebhookRequest_IntentInfo_IntentParameterValue
- func (*WebhookRequest_IntentInfo_IntentParameterValue) Descriptor() ([]byte, []int)
- func (x *WebhookRequest_IntentInfo_IntentParameterValue) GetOriginalValue() string
- func (x *WebhookRequest_IntentInfo_IntentParameterValue) GetResolvedValue() *structpb.Value
- func (*WebhookRequest_IntentInfo_IntentParameterValue) ProtoMessage()
- func (x *WebhookRequest_IntentInfo_IntentParameterValue) ProtoReflect() protoreflect.Message
- func (x *WebhookRequest_IntentInfo_IntentParameterValue) Reset()
- func (x *WebhookRequest_IntentInfo_IntentParameterValue) String() string
- type WebhookResponse
- func (*WebhookResponse) Descriptor() ([]byte, []int)
- func (x *WebhookResponse) GetFulfillmentResponse() *WebhookResponse_FulfillmentResponse
- func (x *WebhookResponse) GetPageInfo() *PageInfo
- func (x *WebhookResponse) GetPayload() *structpb.Struct
- func (x *WebhookResponse) GetSessionInfo() *SessionInfo
- func (x *WebhookResponse) GetTargetFlow() string
- func (x *WebhookResponse) GetTargetPage() string
- func (m *WebhookResponse) GetTransition() isWebhookResponse_Transition
- func (*WebhookResponse) ProtoMessage()
- func (x *WebhookResponse) ProtoReflect() protoreflect.Message
- func (x *WebhookResponse) Reset()
- func (x *WebhookResponse) String() string
- type WebhookResponse_FulfillmentResponse
- func (*WebhookResponse_FulfillmentResponse) Descriptor() ([]byte, []int)
- func (x *WebhookResponse_FulfillmentResponse) GetMergeBehavior() WebhookResponse_FulfillmentResponse_MergeBehavior
- func (x *WebhookResponse_FulfillmentResponse) GetMessages() []*ResponseMessage
- func (*WebhookResponse_FulfillmentResponse) ProtoMessage()
- func (x *WebhookResponse_FulfillmentResponse) ProtoReflect() protoreflect.Message
- func (x *WebhookResponse_FulfillmentResponse) Reset()
- func (x *WebhookResponse_FulfillmentResponse) String() string
- type WebhookResponse_FulfillmentResponse_MergeBehavior
- func (WebhookResponse_FulfillmentResponse_MergeBehavior) Descriptor() protoreflect.EnumDescriptor
- func (x WebhookResponse_FulfillmentResponse_MergeBehavior) Enum() *WebhookResponse_FulfillmentResponse_MergeBehavior
- func (WebhookResponse_FulfillmentResponse_MergeBehavior) EnumDescriptor() ([]byte, []int)
- func (x WebhookResponse_FulfillmentResponse_MergeBehavior) Number() protoreflect.EnumNumber
- func (x WebhookResponse_FulfillmentResponse_MergeBehavior) String() string
- func (WebhookResponse_FulfillmentResponse_MergeBehavior) Type() protoreflect.EnumType
- type WebhookResponse_TargetFlow
- type WebhookResponse_TargetPage
- type Webhook_GenericWebService
- func (*Webhook_GenericWebService) Descriptor() ([]byte, []int)
- func (x *Webhook_GenericWebService) GetPassword() string
- func (x *Webhook_GenericWebService) GetRequestHeaders() map[string]string
- func (x *Webhook_GenericWebService) GetUri() string
- func (x *Webhook_GenericWebService) GetUsername() string
- func (*Webhook_GenericWebService) ProtoMessage()
- func (x *Webhook_GenericWebService) ProtoReflect() protoreflect.Message
- func (x *Webhook_GenericWebService) Reset()
- func (x *Webhook_GenericWebService) String() string
- type Webhook_GenericWebService_
- type WebhooksClient
- type WebhooksServer
Constants ¶
Variables ¶
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", 4: "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS", 3: "OUTPUT_AUDIO_ENCODING_OGG_OPUS", 5: "OUTPUT_AUDIO_ENCODING_MULAW", } OutputAudioEncoding_value = map[string]int32{ "OUTPUT_AUDIO_ENCODING_UNSPECIFIED": 0, "OUTPUT_AUDIO_ENCODING_LINEAR_16": 1, "OUTPUT_AUDIO_ENCODING_MP3": 2, "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS": 4, "OUTPUT_AUDIO_ENCODING_OGG_OPUS": 3, "OUTPUT_AUDIO_ENCODING_MULAW": 5, } )
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 ( Experiment_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "DRAFT", 2: "RUNNING", 3: "DONE", } Experiment_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "DRAFT": 1, "RUNNING": 2, "DONE": 3, } )
Enum value maps for Experiment_State.
var ( Experiment_Result_MetricType_name = map[int32]string{ 0: "METRIC_UNSPECIFIED", 1: "CONTAINED_SESSION_NO_CALLBACK_RATE", 2: "LIVE_AGENT_HANDOFF_RATE", 3: "CALLBACK_SESSION_RATE", 4: "ABANDONED_SESSION_RATE", 5: "SESSION_END_RATE", } Experiment_Result_MetricType_value = map[string]int32{ "METRIC_UNSPECIFIED": 0, "CONTAINED_SESSION_NO_CALLBACK_RATE": 1, "LIVE_AGENT_HANDOFF_RATE": 2, "CALLBACK_SESSION_RATE": 3, "ABANDONED_SESSION_RATE": 4, "SESSION_END_RATE": 5, } )
Enum value maps for Experiment_Result_MetricType.
var ( NluSettings_ModelType_name = map[int32]string{ 0: "MODEL_TYPE_UNSPECIFIED", 1: "MODEL_TYPE_STANDARD", 3: "MODEL_TYPE_ADVANCED", } NluSettings_ModelType_value = map[string]int32{ "MODEL_TYPE_UNSPECIFIED": 0, "MODEL_TYPE_STANDARD": 1, "MODEL_TYPE_ADVANCED": 3, } )
Enum value maps for NluSettings_ModelType.
var ( NluSettings_ModelTrainingMode_name = map[int32]string{ 0: "MODEL_TRAINING_MODE_UNSPECIFIED", 1: "MODEL_TRAINING_MODE_AUTOMATIC", 2: "MODEL_TRAINING_MODE_MANUAL", } NluSettings_ModelTrainingMode_value = map[string]int32{ "MODEL_TRAINING_MODE_UNSPECIFIED": 0, "MODEL_TRAINING_MODE_AUTOMATIC": 1, "MODEL_TRAINING_MODE_MANUAL": 2, } )
Enum value maps for NluSettings_ModelTrainingMode.
var ( IntentView_name = map[int32]string{ 0: "INTENT_VIEW_UNSPECIFIED", 1: "INTENT_VIEW_PARTIAL", 2: "INTENT_VIEW_FULL", } IntentView_value = map[string]int32{ "INTENT_VIEW_UNSPECIFIED": 0, "INTENT_VIEW_PARTIAL": 1, "INTENT_VIEW_FULL": 2, } )
Enum value maps for IntentView.
var ( SecuritySettings_RedactionStrategy_name = map[int32]string{ 0: "REDACTION_STRATEGY_UNSPECIFIED", 1: "REDACT_WITH_SERVICE", } SecuritySettings_RedactionStrategy_value = map[string]int32{ "REDACTION_STRATEGY_UNSPECIFIED": 0, "REDACT_WITH_SERVICE": 1, } )
Enum value maps for SecuritySettings_RedactionStrategy.
var ( SecuritySettings_RedactionScope_name = map[int32]string{ 0: "REDACTION_SCOPE_UNSPECIFIED", 2: "REDACT_DISK_STORAGE", } SecuritySettings_RedactionScope_value = map[string]int32{ "REDACTION_SCOPE_UNSPECIFIED": 0, "REDACT_DISK_STORAGE": 2, } )
Enum value maps for SecuritySettings_RedactionScope.
var ( SecuritySettings_PurgeDataType_name = map[int32]string{ 0: "PURGE_DATA_TYPE_UNSPECIFIED", 1: "DIALOGFLOW_HISTORY", } SecuritySettings_PurgeDataType_value = map[string]int32{ "PURGE_DATA_TYPE_UNSPECIFIED": 0, "DIALOGFLOW_HISTORY": 1, } )
Enum value maps for SecuritySettings_PurgeDataType.
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 ( Match_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "INTENT", 2: "DIRECT_INTENT", 3: "PARAMETER_FILLING", 4: "NO_MATCH", 5: "NO_INPUT", 6: "EVENT", } Match_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "INTENT": 1, "DIRECT_INTENT": 2, "PARAMETER_FILLING": 3, "NO_MATCH": 4, "NO_INPUT": 5, "EVENT": 6, } )
Enum value maps for Match_MatchType.
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 ( Version_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "RUNNING", 2: "SUCCEEDED", 3: "FAILED", } Version_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "RUNNING": 1, "SUCCEEDED": 2, "FAILED": 3, } )
Enum value maps for Version_State.
var ( WebhookResponse_FulfillmentResponse_MergeBehavior_name = map[int32]string{ 0: "MERGE_BEHAVIOR_UNSPECIFIED", 1: "APPEND", 2: "REPLACE", } WebhookResponse_FulfillmentResponse_MergeBehavior_value = map[string]int32{ "MERGE_BEHAVIOR_UNSPECIFIED": 0, "APPEND": 1, "REPLACE": 2, } )
Enum value maps for WebhookResponse_FulfillmentResponse_MergeBehavior.
var ( PageInfo_FormInfo_ParameterInfo_ParameterState_name = map[int32]string{ 0: "PARAMETER_STATE_UNSPECIFIED", 1: "EMPTY", 2: "INVALID", 3: "FILLED", } PageInfo_FormInfo_ParameterInfo_ParameterState_value = map[string]int32{ "PARAMETER_STATE_UNSPECIFIED": 0, "EMPTY": 1, "INVALID": 2, "FILLED": 3, } )
Enum value maps for PageInfo_FormInfo_ParameterInfo_ParameterState.
var File_google_cloud_dialogflow_cx_v3beta1_agent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_audio_config_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_environment_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_experiment_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_flow_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_fulfillment_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_gcs_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_intent_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_ivr_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_page_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_response_message_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_security_settings_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_session_entity_type_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_session_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_transition_route_group_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_version_proto protoreflect.FileDescriptor
var File_google_cloud_dialogflow_cx_v3beta1_webhook_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAgentsServer ¶
func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
func RegisterEntityTypesServer ¶
func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
func RegisterEnvironmentsServer ¶
func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
func RegisterExperimentsServer ¶
func RegisterExperimentsServer(s *grpc.Server, srv ExperimentsServer)
func RegisterFlowsServer ¶
func RegisterFlowsServer(s *grpc.Server, srv FlowsServer)
func RegisterIntentsServer ¶
func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
func RegisterPagesServer ¶
func RegisterPagesServer(s *grpc.Server, srv PagesServer)
func RegisterSecuritySettingsServiceServer ¶
func RegisterSecuritySettingsServiceServer(s *grpc.Server, srv SecuritySettingsServiceServer)
func RegisterSessionEntityTypesServer ¶
func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
func RegisterSessionsServer ¶
func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
func RegisterTransitionRouteGroupsServer ¶
func RegisterTransitionRouteGroupsServer(s *grpc.Server, srv TransitionRouteGroupsServer)
func RegisterVersionsServer ¶
func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)
func RegisterWebhooksServer ¶
func RegisterWebhooksServer(s *grpc.Server, srv WebhooksServer)
Types ¶
type Agent ¶
type Agent struct { // The unique identifier of the agent. // Required for the // [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateAgent] // method. // [Agents.CreateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.CreateAgent] // populates the name automatically. // Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The human-readable name of the agent, unique within the location. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Immutable. 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 // [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.UpdateAgent] // method. DefaultLanguageCode string `protobuf:"bytes,3,opt,name=default_language_code,json=defaultLanguageCode,proto3" json:"default_language_code,omitempty"` // Required. The time zone of the 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"` // The description of the 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"` // 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"` // Speech recognition related settings. SpeechToTextSettings *SpeechToTextSettings `` /* 126-byte string literal not displayed */ // Immutable. Name of the start flow in this agent. A start flow will be // automatically created when the agent is created, and can only be deleted by // deleting the agent. Format: `projects/<Project ID>/locations/<Location // ID>/agents/<Agent ID>/flows/<Flow ID>`. StartFlow string `protobuf:"bytes,16,opt,name=start_flow,json=startFlow,proto3" json:"start_flow,omitempty"` // Indicates if stackdriver logging is enabled for the agent. EnableStackdriverLogging bool `` /* 137-byte string literal not displayed */ // Indicates if automatic spell correction is enabled in detect intent