Documentation
¶
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterChangelogsServer(s *grpc.Server, srv ChangelogsServer)
- func RegisterDeploymentsServer(s *grpc.Server, srv DeploymentsServer)
- 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 RegisterTestCasesServer(s *grpc.Server, srv TestCasesServer)
- func RegisterTransitionRouteGroupsServer(s *grpc.Server, srv TransitionRouteGroupsServer)
- func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)
- func RegisterWebhooksServer(s *grpc.Server, srv WebhooksServer)
- type AdvancedSettings
- func (*AdvancedSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedSettings) GetAudioExportGcsDestination() *GcsDestination
- func (x *AdvancedSettings) GetLoggingSettings() *AdvancedSettings_LoggingSettings
- func (*AdvancedSettings) ProtoMessage()
- func (x *AdvancedSettings) ProtoReflect() protoreflect.Message
- func (x *AdvancedSettings) Reset()
- func (x *AdvancedSettings) String() string
- type AdvancedSettings_LoggingSettings
- func (*AdvancedSettings_LoggingSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedSettings_LoggingSettings) GetEnableInteractionLogging() bool
- func (x *AdvancedSettings_LoggingSettings) GetEnableStackdriverLogging() bool
- func (*AdvancedSettings_LoggingSettings) ProtoMessage()
- func (x *AdvancedSettings_LoggingSettings) ProtoReflect() protoreflect.Message
- func (x *AdvancedSettings_LoggingSettings) Reset()
- func (x *AdvancedSettings_LoggingSettings) String() string
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)deprecated
- func (x *Agent) GetAdvancedSettings() *AdvancedSettings
- 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() booldeprecated
- func (x *Agent) GetGenAppBuilderSettings() *Agent_GenAppBuilderSettings
- func (x *Agent) GetGitIntegrationSettings() *Agent_GitIntegrationSettings
- func (x *Agent) GetLocked() bool
- func (x *Agent) GetName() string
- func (x *Agent) GetSecuritySettings() string
- func (x *Agent) GetSpeechToTextSettings() *SpeechToTextSettings
- func (x *Agent) GetStartFlow() string
- func (x *Agent) GetSupportedLanguageCodes() []string
- func (x *Agent) GetTextToSpeechSettings() *TextToSpeechSettings
- func (x *Agent) GetTimeZone() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type AgentValidationResult
- func (*AgentValidationResult) Descriptor() ([]byte, []int)deprecated
- func (x *AgentValidationResult) GetFlowValidationResults() []*FlowValidationResult
- func (x *AgentValidationResult) GetName() string
- func (*AgentValidationResult) ProtoMessage()
- func (x *AgentValidationResult) ProtoReflect() protoreflect.Message
- func (x *AgentValidationResult) Reset()
- func (x *AgentValidationResult) String() string
- type Agent_GenAppBuilderSettings
- func (*Agent_GenAppBuilderSettings) Descriptor() ([]byte, []int)deprecated
- func (x *Agent_GenAppBuilderSettings) GetEngine() string
- func (*Agent_GenAppBuilderSettings) ProtoMessage()
- func (x *Agent_GenAppBuilderSettings) ProtoReflect() protoreflect.Message
- func (x *Agent_GenAppBuilderSettings) Reset()
- func (x *Agent_GenAppBuilderSettings) String() string
- type Agent_GitIntegrationSettings
- func (*Agent_GitIntegrationSettings) Descriptor() ([]byte, []int)deprecated
- func (m *Agent_GitIntegrationSettings) GetGitSettings() isAgent_GitIntegrationSettings_GitSettings
- func (x *Agent_GitIntegrationSettings) GetGithubSettings() *Agent_GitIntegrationSettings_GithubSettings
- func (*Agent_GitIntegrationSettings) ProtoMessage()
- func (x *Agent_GitIntegrationSettings) ProtoReflect() protoreflect.Message
- func (x *Agent_GitIntegrationSettings) Reset()
- func (x *Agent_GitIntegrationSettings) String() string
- type Agent_GitIntegrationSettings_GithubSettings
- func (*Agent_GitIntegrationSettings_GithubSettings) Descriptor() ([]byte, []int)deprecated
- func (x *Agent_GitIntegrationSettings_GithubSettings) GetAccessToken() string
- func (x *Agent_GitIntegrationSettings_GithubSettings) GetBranches() []string
- func (x *Agent_GitIntegrationSettings_GithubSettings) GetDisplayName() string
- func (x *Agent_GitIntegrationSettings_GithubSettings) GetRepositoryUri() string
- func (x *Agent_GitIntegrationSettings_GithubSettings) GetTrackingBranch() string
- func (*Agent_GitIntegrationSettings_GithubSettings) ProtoMessage()
- func (x *Agent_GitIntegrationSettings_GithubSettings) ProtoReflect() protoreflect.Message
- func (x *Agent_GitIntegrationSettings_GithubSettings) Reset()
- func (x *Agent_GitIntegrationSettings_GithubSettings) String() string
- type Agent_GitIntegrationSettings_GithubSettings_
- type AgentsClient
- type AgentsServer
- type AudioEncoding
- func (AudioEncoding) Descriptor() protoreflect.EnumDescriptor
- func (x AudioEncoding) Enum() *AudioEncoding
- func (AudioEncoding) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudioEncoding) Number() protoreflect.EnumNumber
- func (x AudioEncoding) String() string
- func (AudioEncoding) Type() protoreflect.EnumType
- type AudioInput
- func (*AudioInput) Descriptor() ([]byte, []int)deprecated
- func (x *AudioInput) GetAudio() []byte
- func (x *AudioInput) GetConfig() *InputAudioConfig
- func (*AudioInput) ProtoMessage()
- func (x *AudioInput) ProtoReflect() protoreflect.Message
- func (x *AudioInput) Reset()
- func (x *AudioInput) String() string
- type BatchDeleteTestCasesRequest
- func (*BatchDeleteTestCasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteTestCasesRequest) GetNames() []string
- func (x *BatchDeleteTestCasesRequest) GetParent() string
- func (*BatchDeleteTestCasesRequest) ProtoMessage()
- func (x *BatchDeleteTestCasesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteTestCasesRequest) Reset()
- func (x *BatchDeleteTestCasesRequest) String() string
- type BatchRunTestCasesMetadata
- func (*BatchRunTestCasesMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BatchRunTestCasesMetadata) GetErrors() []*TestError
- func (*BatchRunTestCasesMetadata) ProtoMessage()
- func (x *BatchRunTestCasesMetadata) ProtoReflect() protoreflect.Message
- func (x *BatchRunTestCasesMetadata) Reset()
- func (x *BatchRunTestCasesMetadata) String() string
- type BatchRunTestCasesRequest
- func (*BatchRunTestCasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchRunTestCasesRequest) GetEnvironment() string
- func (x *BatchRunTestCasesRequest) GetParent() string
- func (x *BatchRunTestCasesRequest) GetTestCases() []string
- func (*BatchRunTestCasesRequest) ProtoMessage()
- func (x *BatchRunTestCasesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchRunTestCasesRequest) Reset()
- func (x *BatchRunTestCasesRequest) String() string
- type BatchRunTestCasesResponse
- func (*BatchRunTestCasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchRunTestCasesResponse) GetResults() []*TestCaseResult
- func (*BatchRunTestCasesResponse) ProtoMessage()
- func (x *BatchRunTestCasesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchRunTestCasesResponse) Reset()
- func (x *BatchRunTestCasesResponse) String() string
- type CalculateCoverageRequest
- func (*CalculateCoverageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CalculateCoverageRequest) GetAgent() string
- func (x *CalculateCoverageRequest) GetType() CalculateCoverageRequest_CoverageType
- func (*CalculateCoverageRequest) ProtoMessage()
- func (x *CalculateCoverageRequest) ProtoReflect() protoreflect.Message
- func (x *CalculateCoverageRequest) Reset()
- func (x *CalculateCoverageRequest) String() string
- type CalculateCoverageRequest_CoverageType
- func (CalculateCoverageRequest_CoverageType) Descriptor() protoreflect.EnumDescriptor
- func (x CalculateCoverageRequest_CoverageType) Enum() *CalculateCoverageRequest_CoverageType
- func (CalculateCoverageRequest_CoverageType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CalculateCoverageRequest_CoverageType) Number() protoreflect.EnumNumber
- func (x CalculateCoverageRequest_CoverageType) String() string
- func (CalculateCoverageRequest_CoverageType) Type() protoreflect.EnumType
- type CalculateCoverageResponse
- func (*CalculateCoverageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CalculateCoverageResponse) GetAgent() string
- func (m *CalculateCoverageResponse) GetCoverageType() isCalculateCoverageResponse_CoverageType
- func (x *CalculateCoverageResponse) GetIntentCoverage() *IntentCoverage
- func (x *CalculateCoverageResponse) GetRouteGroupCoverage() *TransitionRouteGroupCoverage
- func (x *CalculateCoverageResponse) GetTransitionCoverage() *TransitionCoverage
- func (*CalculateCoverageResponse) ProtoMessage()
- func (x *CalculateCoverageResponse) ProtoReflect() protoreflect.Message
- func (x *CalculateCoverageResponse) Reset()
- func (x *CalculateCoverageResponse) String() string
- type CalculateCoverageResponse_IntentCoverage
- type CalculateCoverageResponse_RouteGroupCoverage
- type CalculateCoverageResponse_TransitionCoverage
- type Changelog
- func (*Changelog) Descriptor() ([]byte, []int)deprecated
- func (x *Changelog) GetAction() string
- func (x *Changelog) GetCreateTime() *timestamppb.Timestamp
- func (x *Changelog) GetDisplayName() string
- func (x *Changelog) GetName() string
- func (x *Changelog) GetResource() string
- func (x *Changelog) GetType() string
- func (x *Changelog) GetUserEmail() string
- func (*Changelog) ProtoMessage()
- func (x *Changelog) ProtoReflect() protoreflect.Message
- func (x *Changelog) Reset()
- func (x *Changelog) String() string
- type ChangelogsClient
- type ChangelogsServer
- type CloudConversationDebuggingInfo
- func (*CloudConversationDebuggingInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CloudConversationDebuggingInfo) GetAudioDataChunks() int32
- func (x *CloudConversationDebuggingInfo) GetBargeinEventTriggered() bool
- func (x *CloudConversationDebuggingInfo) GetClientHalfCloseStreamingTimeOffset() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetClientHalfCloseTimeOffset() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetDtmfFinalResultsTimes() []*durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetDtmfPartialResultsTimes() []*durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetEndpointingTimeout() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetFirstAudioDuration() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetIsInputText() bool
- func (x *CloudConversationDebuggingInfo) GetNoSpeechTimeout() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetPartialResponses() int32
- func (x *CloudConversationDebuggingInfo) GetResultEndTimeOffset() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetSingleUtterance() bool
- func (x *CloudConversationDebuggingInfo) GetSingleUtteranceEndTimeOffset() *durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetSpeakerIdPassiveLatencyMsOffset() int32
- func (x *CloudConversationDebuggingInfo) GetSpeechFinalResultsEndTimes() []*durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetSpeechPartialResultsEndTimes() []*durationpb.Duration
- func (x *CloudConversationDebuggingInfo) GetSpeechSingleUtterance() bool
- func (*CloudConversationDebuggingInfo) ProtoMessage()
- func (x *CloudConversationDebuggingInfo) ProtoReflect() protoreflect.Message
- func (x *CloudConversationDebuggingInfo) Reset()
- func (x *CloudConversationDebuggingInfo) String() string
- type CompareVersionsRequest
- func (*CompareVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompareVersionsRequest) GetBaseVersion() string
- func (x *CompareVersionsRequest) GetLanguageCode() string
- func (x *CompareVersionsRequest) GetTargetVersion() string
- func (*CompareVersionsRequest) ProtoMessage()
- func (x *CompareVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *CompareVersionsRequest) Reset()
- func (x *CompareVersionsRequest) String() string
- type CompareVersionsResponse
- func (*CompareVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompareVersionsResponse) GetBaseVersionContentJson() string
- func (x *CompareVersionsResponse) GetCompareTime() *timestamppb.Timestamp
- func (x *CompareVersionsResponse) GetTargetVersionContentJson() string
- func (*CompareVersionsResponse) ProtoMessage()
- func (x *CompareVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *CompareVersionsResponse) Reset()
- func (x *CompareVersionsResponse) String() string
- type ContinuousTestResult
- func (*ContinuousTestResult) Descriptor() ([]byte, []int)deprecated
- func (x *ContinuousTestResult) GetName() string
- func (x *ContinuousTestResult) GetResult() ContinuousTestResult_AggregatedTestResult
- func (x *ContinuousTestResult) GetRunTime() *timestamppb.Timestamp
- func (x *ContinuousTestResult) GetTestCaseResults() []string
- func (*ContinuousTestResult) ProtoMessage()
- func (x *ContinuousTestResult) ProtoReflect() protoreflect.Message
- func (x *ContinuousTestResult) Reset()
- func (x *ContinuousTestResult) String() string
- type ContinuousTestResult_AggregatedTestResult
- func (ContinuousTestResult_AggregatedTestResult) Descriptor() protoreflect.EnumDescriptor
- func (x ContinuousTestResult_AggregatedTestResult) Enum() *ContinuousTestResult_AggregatedTestResult
- func (ContinuousTestResult_AggregatedTestResult) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContinuousTestResult_AggregatedTestResult) Number() protoreflect.EnumNumber
- func (x ContinuousTestResult_AggregatedTestResult) String() string
- func (ContinuousTestResult_AggregatedTestResult) Type() protoreflect.EnumType
- type ConversationTurn
- func (*ConversationTurn) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationTurn) GetUserInput() *ConversationTurn_UserInput
- func (x *ConversationTurn) GetVirtualAgentOutput() *ConversationTurn_VirtualAgentOutput
- func (*ConversationTurn) ProtoMessage()
- func (x *ConversationTurn) ProtoReflect() protoreflect.Message
- func (x *ConversationTurn) Reset()
- func (x *ConversationTurn) String() string
- type ConversationTurn_UserInput
- func (*ConversationTurn_UserInput) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationTurn_UserInput) GetEnableSentimentAnalysis() bool
- func (x *ConversationTurn_UserInput) GetInjectedParameters() *structpb.Struct
- func (x *ConversationTurn_UserInput) GetInput() *QueryInput
- func (x *ConversationTurn_UserInput) GetIsWebhookEnabled() bool
- func (*ConversationTurn_UserInput) ProtoMessage()
- func (x *ConversationTurn_UserInput) ProtoReflect() protoreflect.Message
- func (x *ConversationTurn_UserInput) Reset()
- func (x *ConversationTurn_UserInput) String() string
- type ConversationTurn_VirtualAgentOutput
- func (*ConversationTurn_VirtualAgentOutput) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationTurn_VirtualAgentOutput) GetCurrentPage() *Page
- func (x *ConversationTurn_VirtualAgentOutput) GetDiagnosticInfo() *structpb.Struct
- func (x *ConversationTurn_VirtualAgentOutput) GetDifferences() []*TestRunDifference
- func (x *ConversationTurn_VirtualAgentOutput) GetSessionParameters() *structpb.Struct
- func (x *ConversationTurn_VirtualAgentOutput) GetStatus() *status.Status
- func (x *ConversationTurn_VirtualAgentOutput) GetTextResponses() []*ResponseMessage_Text
- func (x *ConversationTurn_VirtualAgentOutput) GetTriggeredIntent() *Intent
- func (*ConversationTurn_VirtualAgentOutput) ProtoMessage()
- func (x *ConversationTurn_VirtualAgentOutput) ProtoReflect() protoreflect.Message
- func (x *ConversationTurn_VirtualAgentOutput) Reset()
- func (x *ConversationTurn_VirtualAgentOutput) String() string
- type CreateAgentRequest
- func (*CreateAgentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x *CreateEntityTypeRequest) GetEntityType() *EntityType
- func (x *CreateEntityTypeRequest) GetLanguageCode() string
- func (x *CreateEntityTypeRequest) GetParent() string
- func (*CreateEntityTypeRequest) ProtoMessage()
- func (x *CreateEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityTypeRequest) Reset()
- func (x *CreateEntityTypeRequest) String() string
- type CreateEnvironmentRequest
- func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x *CreateSessionEntityTypeRequest) GetParent() string
- func (x *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityType
- func (*CreateSessionEntityTypeRequest) ProtoMessage()
- func (x *CreateSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSessionEntityTypeRequest) Reset()
- func (x *CreateSessionEntityTypeRequest) String() string
- type CreateTestCaseRequest
- func (*CreateTestCaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTestCaseRequest) GetParent() string
- func (x *CreateTestCaseRequest) GetTestCase() *TestCase
- func (*CreateTestCaseRequest) ProtoMessage()
- func (x *CreateTestCaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTestCaseRequest) Reset()
- func (x *CreateTestCaseRequest) String() string
- type CreateTransitionRouteGroupRequest
- func (*CreateTransitionRouteGroupRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 DataStoreConnection
- func (*DataStoreConnection) Descriptor() ([]byte, []int)deprecated
- func (x *DataStoreConnection) GetDataStore() string
- func (x *DataStoreConnection) GetDataStoreType() DataStoreType
- func (*DataStoreConnection) ProtoMessage()
- func (x *DataStoreConnection) ProtoReflect() protoreflect.Message
- func (x *DataStoreConnection) Reset()
- func (x *DataStoreConnection) String() string
- type DataStoreType
- func (DataStoreType) Descriptor() protoreflect.EnumDescriptor
- func (x DataStoreType) Enum() *DataStoreType
- func (DataStoreType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataStoreType) Number() protoreflect.EnumNumber
- func (x DataStoreType) String() string
- func (DataStoreType) Type() protoreflect.EnumType
- type DeleteAgentRequest
- func (*DeleteAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentRequest) GetName() string
- func (*DeleteAgentRequest) ProtoMessage()
- func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentRequest) Reset()
- func (x *DeleteAgentRequest) String() string
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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
- func (*DeleteIntentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIntentRequest) GetName() string
- func (*DeleteIntentRequest) ProtoMessage()
- func (x *DeleteIntentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIntentRequest) Reset()
- func (x *DeleteIntentRequest) String() string
- type DeletePageRequest
- func (*DeletePageRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- func (x *DeleteSessionEntityTypeRequest) GetName() string
- func (*DeleteSessionEntityTypeRequest) ProtoMessage()
- func (x *DeleteSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSessionEntityTypeRequest) Reset()
- func (x *DeleteSessionEntityTypeRequest) String() string
- type DeleteTransitionRouteGroupRequest
- func (*DeleteTransitionRouteGroupRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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 DeployFlowMetadata
- func (*DeployFlowMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployFlowMetadata) GetTestErrors() []*TestError
- func (*DeployFlowMetadata) ProtoMessage()
- func (x *DeployFlowMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployFlowMetadata) Reset()
- func (x *DeployFlowMetadata) String() string
- type DeployFlowRequest
- func (*DeployFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployFlowRequest) GetEnvironment() string
- func (x *DeployFlowRequest) GetFlowVersion() string
- func (*DeployFlowRequest) ProtoMessage()
- func (x *DeployFlowRequest) ProtoReflect() protoreflect.Message
- func (x *DeployFlowRequest) Reset()
- func (x *DeployFlowRequest) String() string
- type DeployFlowResponse
- func (*DeployFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeployFlowResponse) GetDeployment() string
- func (x *DeployFlowResponse) GetEnvironment() *Environment
- func (*DeployFlowResponse) ProtoMessage()
- func (x *DeployFlowResponse) ProtoReflect() protoreflect.Message
- func (x *DeployFlowResponse) Reset()
- func (x *DeployFlowResponse) String() string
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetEndTime() *timestamppb.Timestamp
- func (x *Deployment) GetFlowVersion() string
- func (x *Deployment) GetName() string
- func (x *Deployment) GetResult() *Deployment_Result
- func (x *Deployment) GetStartTime() *timestamppb.Timestamp
- func (x *Deployment) GetState() Deployment_State
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- type Deployment_Result
- func (*Deployment_Result) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment_Result) GetDeploymentTestResults() []string
- func (x *Deployment_Result) GetExperiment() string
- func (*Deployment_Result) ProtoMessage()
- func (x *Deployment_Result) ProtoReflect() protoreflect.Message
- func (x *Deployment_Result) Reset()
- func (x *Deployment_Result) String() string
- type Deployment_State
- func (Deployment_State) Descriptor() protoreflect.EnumDescriptor
- func (x Deployment_State) Enum() *Deployment_State
- func (Deployment_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Deployment_State) Number() protoreflect.EnumNumber
- func (x Deployment_State) String() string
- func (Deployment_State) Type() protoreflect.EnumType
- type DeploymentsClient
- type DeploymentsServer
- type DetectIntentRequest
- func (*DetectIntentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x *DetectIntentResponse) GetAllowCancellation() bool
- func (x *DetectIntentResponse) GetOutputAudio() []byte
- func (x *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentResponse) GetQueryResult() *QueryResult
- func (x *DetectIntentResponse) GetResponseId() string
- func (x *DetectIntentResponse) GetResponseType() DetectIntentResponse_ResponseType
- func (*DetectIntentResponse) ProtoMessage()
- func (x *DetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *DetectIntentResponse) Reset()
- func (x *DetectIntentResponse) String() string
- type DetectIntentResponse_ResponseType
- func (DetectIntentResponse_ResponseType) Descriptor() protoreflect.EnumDescriptor
- func (x DetectIntentResponse_ResponseType) Enum() *DetectIntentResponse_ResponseType
- func (DetectIntentResponse_ResponseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DetectIntentResponse_ResponseType) Number() protoreflect.EnumNumber
- func (x DetectIntentResponse_ResponseType) String() string
- func (DetectIntentResponse_ResponseType) Type() protoreflect.EnumType
- type DtmfInput
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)deprecated
- func (x *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
- func (x *EntityType) GetDisplayName() string
- func (x *EntityType) GetEnableFuzzyExtraction() bool
- func (x *EntityType) GetEntities() []*EntityType_Entity
- func (x *EntityType) GetExcludedPhrases() []*EntityType_ExcludedPhrase
- func (x *EntityType) GetKind() EntityType_Kind
- func (x *EntityType) GetName() string
- func (x *EntityType) GetRedact() bool
- 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)deprecated
- func (x EntityType_AutoExpansionMode) Number() protoreflect.EnumNumber
- func (x EntityType_AutoExpansionMode) String() string
- func (EntityType_AutoExpansionMode) Type() protoreflect.EnumType
- type EntityType_Entity
- func (*EntityType_Entity) Descriptor() ([]byte, []int)deprecated
- func (x *EntityType_Entity) GetSynonyms() []string
- func (x *EntityType_Entity) GetValue() string
- func (*EntityType_Entity) ProtoMessage()
- func (x *EntityType_Entity) ProtoReflect() protoreflect.Message
- func (x *EntityType_Entity) Reset()
- func (x *EntityType_Entity) String() string
- type EntityType_ExcludedPhrase
- func (*EntityType_ExcludedPhrase) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- func (x EntityType_Kind) Number() protoreflect.EnumNumber
- func (x EntityType_Kind) String() string
- func (EntityType_Kind) Type() protoreflect.EnumType
- type EntityTypesClient
- type EntityTypesServer
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)deprecated
- func (x *Environment) GetDescription() string
- func (x *Environment) GetDisplayName() string
- func (x *Environment) GetName() string
- func (x *Environment) GetTestCasesConfig() *Environment_TestCasesConfig
- func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
- func (x *Environment) GetVersionConfigs() []*Environment_VersionConfig
- func (x *Environment) GetWebhookConfig() *Environment_WebhookConfig
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type Environment_TestCasesConfig
- func (*Environment_TestCasesConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_TestCasesConfig) GetEnableContinuousRun() bool
- func (x *Environment_TestCasesConfig) GetEnablePredeploymentRun() bool
- func (x *Environment_TestCasesConfig) GetTestCases() []string
- func (*Environment_TestCasesConfig) ProtoMessage()
- func (x *Environment_TestCasesConfig) ProtoReflect() protoreflect.Message
- func (x *Environment_TestCasesConfig) Reset()
- func (x *Environment_TestCasesConfig) String() string
- type Environment_VersionConfig
- func (*Environment_VersionConfig) Descriptor() ([]byte, []int)deprecated
- 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 Environment_WebhookConfig
- func (*Environment_WebhookConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Environment_WebhookConfig) GetWebhookOverrides() []*Webhook
- func (*Environment_WebhookConfig) ProtoMessage()
- func (x *Environment_WebhookConfig) ProtoReflect() protoreflect.Message
- func (x *Environment_WebhookConfig) Reset()
- func (x *Environment_WebhookConfig) String() string
- type EnvironmentsClient
- type EnvironmentsServer
- type EventHandler
- func (*EventHandler) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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) GetRolloutConfig() *RolloutConfig
- func (x *Experiment) GetRolloutFailureReason() string
- func (x *Experiment) GetRolloutState() *RolloutState
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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_CountType
- func (Experiment_Result_CountType) Descriptor() protoreflect.EnumDescriptor
- func (x Experiment_Result_CountType) Enum() *Experiment_Result_CountType
- func (Experiment_Result_CountType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Experiment_Result_CountType) Number() protoreflect.EnumNumber
- func (x Experiment_Result_CountType) String() string
- func (Experiment_Result_CountType) Type() protoreflect.EnumType
- type Experiment_Result_Metric
- func (*Experiment_Result_Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Experiment_Result_Metric) GetConfidenceInterval() *Experiment_Result_ConfidenceInterval
- func (x *Experiment_Result_Metric) GetCount() float64
- func (x *Experiment_Result_Metric) GetCountType() Experiment_Result_CountType
- 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)deprecated
- 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_Count
- type Experiment_Result_Metric_Ratio
- type Experiment_Result_VersionMetrics
- func (*Experiment_Result_VersionMetrics) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- func (x *ExportAgentRequest) GetAgentUri() string
- func (x *ExportAgentRequest) GetDataFormat() ExportAgentRequest_DataFormat
- func (x *ExportAgentRequest) GetEnvironment() string
- func (x *ExportAgentRequest) GetGitDestination() *ExportAgentRequest_GitDestination
- func (x *ExportAgentRequest) GetIncludeBigqueryExportSettings() bool
- func (x *ExportAgentRequest) GetName() string
- func (*ExportAgentRequest) ProtoMessage()
- func (x *ExportAgentRequest) ProtoReflect() protoreflect.Message
- func (x *ExportAgentRequest) Reset()
- func (x *ExportAgentRequest) String() string
- type ExportAgentRequest_DataFormat
- func (ExportAgentRequest_DataFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ExportAgentRequest_DataFormat) Enum() *ExportAgentRequest_DataFormat
- func (ExportAgentRequest_DataFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExportAgentRequest_DataFormat) Number() protoreflect.EnumNumber
- func (x ExportAgentRequest_DataFormat) String() string
- func (ExportAgentRequest_DataFormat) Type() protoreflect.EnumType
- type ExportAgentRequest_GitDestination
- func (*ExportAgentRequest_GitDestination) Descriptor() ([]byte, []int)deprecated
- func (x *ExportAgentRequest_GitDestination) GetCommitMessage() string
- func (x *ExportAgentRequest_GitDestination) GetTrackingBranch() string
- func (*ExportAgentRequest_GitDestination) ProtoMessage()
- func (x *ExportAgentRequest_GitDestination) ProtoReflect() protoreflect.Message
- func (x *ExportAgentRequest_GitDestination) Reset()
- func (x *ExportAgentRequest_GitDestination) String() string
- type ExportAgentResponse
- func (*ExportAgentResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ExportAgentResponse) GetAgent() isExportAgentResponse_Agent
- func (x *ExportAgentResponse) GetAgentContent() []byte
- func (x *ExportAgentResponse) GetAgentUri() string
- func (x *ExportAgentResponse) GetCommitSha() 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 ExportAgentResponse_CommitSha
- type ExportFlowRequest
- func (*ExportFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportFlowRequest) GetFlowUri() string
- func (x *ExportFlowRequest) GetIncludeReferencedFlows() bool
- func (x *ExportFlowRequest) GetName() string
- func (*ExportFlowRequest) ProtoMessage()
- func (x *ExportFlowRequest) ProtoReflect() protoreflect.Message
- func (x *ExportFlowRequest) Reset()
- func (x *ExportFlowRequest) String() string
- type ExportFlowResponse
- func (*ExportFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ExportFlowResponse) GetFlow() isExportFlowResponse_Flow
- func (x *ExportFlowResponse) GetFlowContent() []byte
- func (x *ExportFlowResponse) GetFlowUri() string
- func (*ExportFlowResponse) ProtoMessage()
- func (x *ExportFlowResponse) ProtoReflect() protoreflect.Message
- func (x *ExportFlowResponse) Reset()
- func (x *ExportFlowResponse) String() string
- type ExportFlowResponse_FlowContent
- type ExportFlowResponse_FlowUri
- type ExportTestCasesMetadata
- type ExportTestCasesRequest
- func (*ExportTestCasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportTestCasesRequest) GetDataFormat() ExportTestCasesRequest_DataFormat
- func (m *ExportTestCasesRequest) GetDestination() isExportTestCasesRequest_Destination
- func (x *ExportTestCasesRequest) GetFilter() string
- func (x *ExportTestCasesRequest) GetGcsUri() string
- func (x *ExportTestCasesRequest) GetParent() string
- func (*ExportTestCasesRequest) ProtoMessage()
- func (x *ExportTestCasesRequest) ProtoReflect() protoreflect.Message
- func (x *ExportTestCasesRequest) Reset()
- func (x *ExportTestCasesRequest) String() string
- type ExportTestCasesRequest_DataFormat
- func (ExportTestCasesRequest_DataFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ExportTestCasesRequest_DataFormat) Enum() *ExportTestCasesRequest_DataFormat
- func (ExportTestCasesRequest_DataFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExportTestCasesRequest_DataFormat) Number() protoreflect.EnumNumber
- func (x ExportTestCasesRequest_DataFormat) String() string
- func (ExportTestCasesRequest_DataFormat) Type() protoreflect.EnumType
- type ExportTestCasesRequest_GcsUri
- type ExportTestCasesResponse
- func (*ExportTestCasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExportTestCasesResponse) GetContent() []byte
- func (m *ExportTestCasesResponse) GetDestination() isExportTestCasesResponse_Destination
- func (x *ExportTestCasesResponse) GetGcsUri() string
- func (*ExportTestCasesResponse) ProtoMessage()
- func (x *ExportTestCasesResponse) ProtoReflect() protoreflect.Message
- func (x *ExportTestCasesResponse) Reset()
- func (x *ExportTestCasesResponse) String() string
- type ExportTestCasesResponse_Content
- type ExportTestCasesResponse_GcsUri
- type Flow
- func (*Flow) Descriptor() ([]byte, []int)deprecated
- func (x *Flow) GetDescription() string
- func (x *Flow) GetDisplayName() string
- func (x *Flow) GetEventHandlers() []*EventHandler
- func (x *Flow) GetKnowledgeConnectorSettings() *KnowledgeConnectorSettings
- func (x *Flow) GetName() string
- func (x *Flow) GetNluSettings() *NluSettings
- func (x *Flow) GetTransitionRouteGroups() []string
- func (x *Flow) GetTransitionRoutes() []*TransitionRoute
- func (*Flow) ProtoMessage()
- func (x *Flow) ProtoReflect() protoreflect.Message
- func (x *Flow) Reset()
- func (x *Flow) String() string
- type FlowImportStrategy
- func (*FlowImportStrategy) Descriptor() ([]byte, []int)deprecated
- func (x *FlowImportStrategy) GetGlobalImportStrategy() ImportStrategy
- func (*FlowImportStrategy) ProtoMessage()
- func (x *FlowImportStrategy) ProtoReflect() protoreflect.Message
- func (x *FlowImportStrategy) Reset()
- func (x *FlowImportStrategy) String() string
- type FlowValidationResult
- func (*FlowValidationResult) Descriptor() ([]byte, []int)deprecated
- func (x *FlowValidationResult) GetName() string
- func (x *FlowValidationResult) GetUpdateTime() *timestamppb.Timestamp
- func (x *FlowValidationResult) GetValidationMessages() []*ValidationMessage
- func (*FlowValidationResult) ProtoMessage()
- func (x *FlowValidationResult) ProtoReflect() protoreflect.Message
- func (x *FlowValidationResult) Reset()
- func (x *FlowValidationResult) String() string
- type FlowsClient
- type FlowsServer
- type Form
- type Form_Parameter
- func (*Form_Parameter) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x *Fulfillment) GetConditionalCases() []*Fulfillment_ConditionalCases
- func (x *Fulfillment) GetMessages() []*ResponseMessage
- func (x *Fulfillment) GetReturnPartialResponses() bool
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- 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 GcsDestination
- type GenerativeSettings
- func (*GenerativeSettings) Descriptor() ([]byte, []int)deprecated
- func (x *GenerativeSettings) GetFallbackSettings() *GenerativeSettings_FallbackSettings
- func (x *GenerativeSettings) GetGenerativeSafetySettings() *SafetySettings
- func (x *GenerativeSettings) GetKnowledgeConnectorSettings() *GenerativeSettings_KnowledgeConnectorSettings
- func (x *GenerativeSettings) GetLanguageCode() string
- func (x *GenerativeSettings) GetName() string
- func (*GenerativeSettings) ProtoMessage()
- func (x *GenerativeSettings) ProtoReflect() protoreflect.Message
- func (x *GenerativeSettings) Reset()
- func (x *GenerativeSettings) String() string
- type GenerativeSettings_FallbackSettings
- func (*GenerativeSettings_FallbackSettings) Descriptor() ([]byte, []int)deprecated
- func (x *GenerativeSettings_FallbackSettings) GetPromptTemplates() []*GenerativeSettings_FallbackSettings_PromptTemplate
- func (x *GenerativeSettings_FallbackSettings) GetSelectedPrompt() string
- func (*GenerativeSettings_FallbackSettings) ProtoMessage()
- func (x *GenerativeSettings_FallbackSettings) ProtoReflect() protoreflect.Message
- func (x *GenerativeSettings_FallbackSettings) Reset()
- func (x *GenerativeSettings_FallbackSettings) String() string
- type GenerativeSettings_FallbackSettings_PromptTemplate
- func (*GenerativeSettings_FallbackSettings_PromptTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) GetDisplayName() string
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) GetFrozen() bool
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) GetPromptText() string
- func (*GenerativeSettings_FallbackSettings_PromptTemplate) ProtoMessage()
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) ProtoReflect() protoreflect.Message
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) Reset()
- func (x *GenerativeSettings_FallbackSettings_PromptTemplate) String() string
- type GenerativeSettings_KnowledgeConnectorSettings
- func (*GenerativeSettings_KnowledgeConnectorSettings) Descriptor() ([]byte, []int)deprecated
- func (x *GenerativeSettings_KnowledgeConnectorSettings) GetAgent() string
- func (x *GenerativeSettings_KnowledgeConnectorSettings) GetAgentIdentity() string
- func (x *GenerativeSettings_KnowledgeConnectorSettings) GetAgentScope() string
- func (x *GenerativeSettings_KnowledgeConnectorSettings) GetBusiness() string
- func (x *GenerativeSettings_KnowledgeConnectorSettings) GetBusinessDescription() string
- func (*GenerativeSettings_KnowledgeConnectorSettings) ProtoMessage()
- func (x *GenerativeSettings_KnowledgeConnectorSettings) ProtoReflect() protoreflect.Message
- func (x *GenerativeSettings_KnowledgeConnectorSettings) Reset()
- func (x *GenerativeSettings_KnowledgeConnectorSettings) String() string
- type GetAgentRequest
- type GetAgentValidationResultRequest
- func (*GetAgentValidationResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentValidationResultRequest) GetLanguageCode() string
- func (x *GetAgentValidationResultRequest) GetName() string
- func (*GetAgentValidationResultRequest) ProtoMessage()
- func (x *GetAgentValidationResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentValidationResultRequest) Reset()
- func (x *GetAgentValidationResultRequest) String() string
- type GetChangelogRequest
- func (*GetChangelogRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetChangelogRequest) GetName() string
- func (*GetChangelogRequest) ProtoMessage()
- func (x *GetChangelogRequest) ProtoReflect() protoreflect.Message
- func (x *GetChangelogRequest) Reset()
- func (x *GetChangelogRequest) String() string
- type GetDeploymentRequest
- func (*GetDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentRequest) GetName() string
- func (*GetDeploymentRequest) ProtoMessage()
- func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentRequest) Reset()
- func (x *GetDeploymentRequest) String() string
- type GetEntityTypeRequest
- func (*GetEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntityTypeRequest) GetLanguageCode() string
- func (x *GetEntityTypeRequest) GetName() string
- func (*GetEntityTypeRequest) ProtoMessage()
- func (x *GetEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntityTypeRequest) Reset()
- func (x *GetEntityTypeRequest) String() string
- type GetEnvironmentRequest
- func (*GetEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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 GetFlowValidationResultRequest
- func (*GetFlowValidationResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFlowValidationResultRequest) GetLanguageCode() string
- func (x *GetFlowValidationResultRequest) GetName() string
- func (*GetFlowValidationResultRequest) ProtoMessage()
- func (x *GetFlowValidationResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetFlowValidationResultRequest) Reset()
- func (x *GetFlowValidationResultRequest) String() string
- type GetGenerativeSettingsRequest
- func (*GetGenerativeSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGenerativeSettingsRequest) GetLanguageCode() string
- func (x *GetGenerativeSettingsRequest) GetName() string
- func (*GetGenerativeSettingsRequest) ProtoMessage()
- func (x *GetGenerativeSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetGenerativeSettingsRequest) Reset()
- func (x *GetGenerativeSettingsRequest) String() string
- type GetIntentRequest
- func (*GetIntentRequest) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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)deprecated
- 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)deprecated
- func (x *GetSessionEntityTypeRequest) GetName() string
- func (*GetSessionEntityTypeRequest) ProtoMessage()
- func (x *GetSessionEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetSessionEntityTypeRequest) Reset()
- func (x *GetSessionEntityTypeRequest) String() string
- type GetTestCaseRequest
- func (*GetTestCaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestCaseRequest) GetName() string
- func (*GetTestCaseRequest) ProtoMessage()
- func (x *GetTestCaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetTestCaseRequest) Reset()
- func (x *GetTestCaseRequest) String() string
- type GetTestCaseResultRequest
- func (*GetTestCaseResultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestCaseResultRequest) GetName() string
- func (*GetTestCaseResultRequest) ProtoMessage()
- func (x *GetTestCaseResultRequest) ProtoReflect() protoreflect.Message
- func (x *GetTestCaseResultRequest) Reset()
- func (x *GetTestCaseResultRequest) String() string
- type GetTransitionRouteGroupRequest
- func (*GetTransitionRouteGroupRequest) Descriptor() ([]byte, []int)deprecated
- 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 ImportFlowRequest
- func (*ImportFlowRequest) Descriptor() ([]byte, []int)deprecated
- func (m *ImportFlowRequest) GetFlow() isImportFlowRequest_Flow
- func (x *ImportFlowRequest) GetFlowContent() []byte
- func (x *ImportFlowRequest) GetFlowImportStrategy() *FlowImportStrategy
- func (x *ImportFlowRequest) GetFlowUri() string
- func (x *ImportFlowRequest) GetImportOption() ImportFlowRequest_ImportOption
- func (x *ImportFlowRequest) GetParent() string
- func (*ImportFlowRequest) ProtoMessage()
- func (x *ImportFlowRequest) ProtoReflect() protoreflect.Message
- func (x *ImportFlowRequest) Reset()
- func (x *ImportFlowRequest) String() string
- type ImportFlowRequest_FlowContent
- type ImportFlowRequest_FlowUri
- type ImportFlowRequest_ImportOption
- func (ImportFlowRequest_ImportOption) Descriptor() protoreflect.EnumDescriptor
- func (x ImportFlowRequest_ImportOption) Enum() *ImportFlowRequest_ImportOption
- func (ImportFlowRequest_ImportOption) EnumDescriptor() ([]byte, []int)deprecated
- func (x ImportFlowRequest_ImportOption) Number() protoreflect.EnumNumber
- func (x ImportFlowRequest_ImportOption) String() string
- func (ImportFlowRequest_ImportOption) Type() protoreflect.EnumType
- type ImportFlowResponse
- func (*ImportFlowResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFlowResponse) GetFlow() string
- func (*ImportFlowResponse) ProtoMessage()
- func (x *ImportFlowResponse) ProtoReflect() protoreflect.Message
- func (x *ImportFlowResponse) Reset()
- func (x *ImportFlowResponse) String() string
- type ImportStrategy
- func (ImportStrategy) Descriptor() protoreflect.EnumDescriptor
- func (x ImportStrategy) Enum() *ImportStrategy
- func (ImportStrategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ImportStrategy) Number() protoreflect.EnumNumber
- func (x ImportStrategy) String() string
- func (ImportStrategy) Type() protoreflect.EnumType
- type ImportTestCasesMetadata
- func (*ImportTestCasesMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ImportTestCasesMetadata) GetErrors() []*TestCaseError
- func (*ImportTestCasesMetadata) ProtoMessage()
- func (x *ImportTestCasesMetadata) ProtoReflect() protoreflect.Message
- func (x *ImportTestCasesMetadata) Reset()
- func (x *ImportTestCasesMetadata) String() string
- type ImportTestCasesRequest
- func (*ImportTestCasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ImportTestCasesRequest) GetContent() []byte
- func (x *ImportTestCasesRequest) GetGcsUri() string
- func (x *ImportTestCasesRequest) GetParent() string
- func (m *ImportTestCasesRequest) GetSource() isImportTestCasesRequest_Source
- func (*ImportTestCasesRequest) ProtoMessage()
- func (x *ImportTestCasesRequest) ProtoReflect() protoreflect.Message
- func (x *ImportTestCasesRequest) Reset()
- func (x *ImportTestCasesRequest) String() string
- type ImportTestCasesRequest_Content
- type ImportTestCasesRequest_GcsUri
- type ImportTestCasesResponse
- func (*ImportTestCasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ImportTestCasesResponse) GetNames() []string
- func (*ImportTestCasesResponse) ProtoMessage()
- func (x *ImportTestCasesResponse) ProtoReflect() protoreflect.Message
- func (x *ImportTestCasesResponse) Reset()
- func (x *ImportTestCasesResponse) String() string
- type InputAudioConfig
- func (*InputAudioConfig) Descriptor() ([]byte, []int)deprecated
- 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)deprecated
- 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 IntentCoverage