Documentation
¶
Index ¶
- Variables
- func RegisterAgentsServer(s *grpc.Server, srv AgentsServer)
- func RegisterAnswerRecordsServer(s *grpc.Server, srv AnswerRecordsServer)
- func RegisterContextsServer(s *grpc.Server, srv ContextsServer)
- func RegisterConversationDatasetsServer(s *grpc.Server, srv ConversationDatasetsServer)
- func RegisterConversationModelsServer(s *grpc.Server, srv ConversationModelsServer)
- func RegisterConversationProfilesServer(s *grpc.Server, srv ConversationProfilesServer)
- func RegisterConversationsServer(s *grpc.Server, srv ConversationsServer)
- func RegisterDocumentsServer(s *grpc.Server, srv DocumentsServer)
- func RegisterEntityTypesServer(s *grpc.Server, srv EntityTypesServer)
- func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
- func RegisterFulfillmentsServer(s *grpc.Server, srv FulfillmentsServer)
- func RegisterIntentsServer(s *grpc.Server, srv IntentsServer)
- func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer)
- func RegisterParticipantsServer(s *grpc.Server, srv ParticipantsServer)
- func RegisterSessionEntityTypesServer(s *grpc.Server, srv SessionEntityTypesServer)
- func RegisterSessionsServer(s *grpc.Server, srv SessionsServer)
- func RegisterVersionsServer(s *grpc.Server, srv VersionsServer)
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)deprecated
- func (x *Agent) GetApiVersion() Agent_ApiVersion
- func (x *Agent) GetAvatarUri() string
- func (x *Agent) GetClassificationThreshold() float32
- func (x *Agent) GetDefaultLanguageCode() string
- func (x *Agent) GetDescription() string
- func (x *Agent) GetDisplayName() string
- func (x *Agent) GetEnableLogging() bool
- func (x *Agent) GetMatchMode() Agent_MatchModedeprecated
- func (x *Agent) GetParent() string
- func (x *Agent) GetSupportedLanguageCodes() []string
- func (x *Agent) GetTier() Agent_Tier
- func (x *Agent) GetTimeZone() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type AgentAssistantFeedback
- func (*AgentAssistantFeedback) Descriptor() ([]byte, []int)deprecated
- func (x *AgentAssistantFeedback) GetAnswerRelevance() AgentAssistantFeedback_AnswerRelevance
- func (x *AgentAssistantFeedback) GetDocumentCorrectness() AgentAssistantFeedback_DocumentCorrectness
- func (x *AgentAssistantFeedback) GetDocumentEfficiency() AgentAssistantFeedback_DocumentEfficiency
- func (x *AgentAssistantFeedback) GetSummarizationFeedback() *AgentAssistantFeedback_SummarizationFeedback
- func (*AgentAssistantFeedback) ProtoMessage()
- func (x *AgentAssistantFeedback) ProtoReflect() protoreflect.Message
- func (x *AgentAssistantFeedback) Reset()
- func (x *AgentAssistantFeedback) String() string
- type AgentAssistantFeedback_AnswerRelevance
- func (AgentAssistantFeedback_AnswerRelevance) Descriptor() protoreflect.EnumDescriptor
- func (x AgentAssistantFeedback_AnswerRelevance) Enum() *AgentAssistantFeedback_AnswerRelevance
- func (AgentAssistantFeedback_AnswerRelevance) EnumDescriptor() ([]byte, []int)deprecated
- func (x AgentAssistantFeedback_AnswerRelevance) Number() protoreflect.EnumNumber
- func (x AgentAssistantFeedback_AnswerRelevance) String() string
- func (AgentAssistantFeedback_AnswerRelevance) Type() protoreflect.EnumType
- type AgentAssistantFeedback_DocumentCorrectness
- func (AgentAssistantFeedback_DocumentCorrectness) Descriptor() protoreflect.EnumDescriptor
- func (x AgentAssistantFeedback_DocumentCorrectness) Enum() *AgentAssistantFeedback_DocumentCorrectness
- func (AgentAssistantFeedback_DocumentCorrectness) EnumDescriptor() ([]byte, []int)deprecated
- func (x AgentAssistantFeedback_DocumentCorrectness) Number() protoreflect.EnumNumber
- func (x AgentAssistantFeedback_DocumentCorrectness) String() string
- func (AgentAssistantFeedback_DocumentCorrectness) Type() protoreflect.EnumType
- type AgentAssistantFeedback_DocumentEfficiency
- func (AgentAssistantFeedback_DocumentEfficiency) Descriptor() protoreflect.EnumDescriptor
- func (x AgentAssistantFeedback_DocumentEfficiency) Enum() *AgentAssistantFeedback_DocumentEfficiency
- func (AgentAssistantFeedback_DocumentEfficiency) EnumDescriptor() ([]byte, []int)deprecated
- func (x AgentAssistantFeedback_DocumentEfficiency) Number() protoreflect.EnumNumber
- func (x AgentAssistantFeedback_DocumentEfficiency) String() string
- func (AgentAssistantFeedback_DocumentEfficiency) Type() protoreflect.EnumType
- type AgentAssistantFeedback_SummarizationFeedback
- func (*AgentAssistantFeedback_SummarizationFeedback) Descriptor() ([]byte, []int)deprecated
- func (x *AgentAssistantFeedback_SummarizationFeedback) GetStartTime() *timestamppb.Timestamp
- func (x *AgentAssistantFeedback_SummarizationFeedback) GetSubmitTime() *timestamppb.Timestamp
- func (x *AgentAssistantFeedback_SummarizationFeedback) GetSummaryText() string
- func (*AgentAssistantFeedback_SummarizationFeedback) ProtoMessage()
- func (x *AgentAssistantFeedback_SummarizationFeedback) ProtoReflect() protoreflect.Message
- func (x *AgentAssistantFeedback_SummarizationFeedback) Reset()
- func (x *AgentAssistantFeedback_SummarizationFeedback) String() string
- type AgentAssistantRecord
- func (*AgentAssistantRecord) Descriptor() ([]byte, []int)deprecated
- func (m *AgentAssistantRecord) GetAnswer() isAgentAssistantRecord_Answer
- func (x *AgentAssistantRecord) GetArticleSuggestionAnswer() *ArticleAnswer
- func (x *AgentAssistantRecord) GetFaqAnswer() *FaqAnswer
- func (*AgentAssistantRecord) ProtoMessage()
- func (x *AgentAssistantRecord) ProtoReflect() protoreflect.Message
- func (x *AgentAssistantRecord) Reset()
- func (x *AgentAssistantRecord) String() string
- type AgentAssistantRecord_ArticleSuggestionAnswer
- type AgentAssistantRecord_FaqAnswer
- type Agent_ApiVersion
- func (Agent_ApiVersion) Descriptor() protoreflect.EnumDescriptor
- func (x Agent_ApiVersion) Enum() *Agent_ApiVersion
- func (Agent_ApiVersion) EnumDescriptor() ([]byte, []int)deprecated
- func (x Agent_ApiVersion) Number() protoreflect.EnumNumber
- func (x Agent_ApiVersion) String() string
- func (Agent_ApiVersion) Type() protoreflect.EnumType
- type Agent_MatchMode
- func (Agent_MatchMode) Descriptor() protoreflect.EnumDescriptor
- func (x Agent_MatchMode) Enum() *Agent_MatchMode
- func (Agent_MatchMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x Agent_MatchMode) Number() protoreflect.EnumNumber
- func (x Agent_MatchMode) String() string
- func (Agent_MatchMode) Type() protoreflect.EnumType
- type Agent_Tier
- type AgentsClient
- type AgentsServer
- type AnalyzeContentRequest
- func (*AnalyzeContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AnalyzeContentRequest) GetAssistQueryParams() *AssistQueryParameters
- func (x *AnalyzeContentRequest) GetCxParameters() *structpb.Struct
- func (x *AnalyzeContentRequest) GetEventInput() *EventInput
- func (m *AnalyzeContentRequest) GetInput() isAnalyzeContentRequest_Input
- func (x *AnalyzeContentRequest) GetParticipant() string
- func (x *AnalyzeContentRequest) GetQueryParams() *QueryParameters
- func (x *AnalyzeContentRequest) GetReplyAudioConfig() *OutputAudioConfig
- func (x *AnalyzeContentRequest) GetRequestId() string
- func (x *AnalyzeContentRequest) GetTextInput() *TextInput
- func (*AnalyzeContentRequest) ProtoMessage()
- func (x *AnalyzeContentRequest) ProtoReflect() protoreflect.Message
- func (x *AnalyzeContentRequest) Reset()
- func (x *AnalyzeContentRequest) String() string
- type AnalyzeContentRequest_EventInput
- type AnalyzeContentRequest_TextInput
- type AnalyzeContentResponse
- func (*AnalyzeContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AnalyzeContentResponse) GetAutomatedAgentReply() *AutomatedAgentReply
- func (x *AnalyzeContentResponse) GetDtmfParameters() *DtmfParameters
- func (x *AnalyzeContentResponse) GetEndUserSuggestionResults() []*SuggestionResult
- func (x *AnalyzeContentResponse) GetHumanAgentSuggestionResults() []*SuggestionResult
- func (x *AnalyzeContentResponse) GetMessage() *Message
- func (x *AnalyzeContentResponse) GetReplyAudio() *OutputAudio
- func (x *AnalyzeContentResponse) GetReplyText() string
- func (*AnalyzeContentResponse) ProtoMessage()
- func (x *AnalyzeContentResponse) ProtoReflect() protoreflect.Message
- func (x *AnalyzeContentResponse) Reset()
- func (x *AnalyzeContentResponse) String() string
- type AnnotatedMessagePart
- func (*AnnotatedMessagePart) Descriptor() ([]byte, []int)deprecated
- func (x *AnnotatedMessagePart) GetEntityType() string
- func (x *AnnotatedMessagePart) GetFormattedValue() *structpb.Value
- func (x *AnnotatedMessagePart) GetText() string
- func (*AnnotatedMessagePart) ProtoMessage()
- func (x *AnnotatedMessagePart) ProtoReflect() protoreflect.Message
- func (x *AnnotatedMessagePart) Reset()
- func (x *AnnotatedMessagePart) String() string
- type AnswerFeedback
- func (*AnswerFeedback) Descriptor() ([]byte, []int)deprecated
- func (x *AnswerFeedback) GetAgentAssistantDetailFeedback() *AgentAssistantFeedback
- func (x *AnswerFeedback) GetClickTime() *timestamppb.Timestamp
- func (x *AnswerFeedback) GetClicked() bool
- func (x *AnswerFeedback) GetCorrectnessLevel() AnswerFeedback_CorrectnessLevel
- func (m *AnswerFeedback) GetDetailFeedback() isAnswerFeedback_DetailFeedback
- func (x *AnswerFeedback) GetDisplayTime() *timestamppb.Timestamp
- func (x *AnswerFeedback) GetDisplayed() bool
- func (*AnswerFeedback) ProtoMessage()
- func (x *AnswerFeedback) ProtoReflect() protoreflect.Message
- func (x *AnswerFeedback) Reset()
- func (x *AnswerFeedback) String() string
- type AnswerFeedback_AgentAssistantDetailFeedback
- type AnswerFeedback_CorrectnessLevel
- func (AnswerFeedback_CorrectnessLevel) Descriptor() protoreflect.EnumDescriptor
- func (x AnswerFeedback_CorrectnessLevel) Enum() *AnswerFeedback_CorrectnessLevel
- func (AnswerFeedback_CorrectnessLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x AnswerFeedback_CorrectnessLevel) Number() protoreflect.EnumNumber
- func (x AnswerFeedback_CorrectnessLevel) String() string
- func (AnswerFeedback_CorrectnessLevel) Type() protoreflect.EnumType
- type AnswerRecord
- func (*AnswerRecord) Descriptor() ([]byte, []int)deprecated
- func (x *AnswerRecord) GetAgentAssistantRecord() *AgentAssistantRecord
- func (x *AnswerRecord) GetAnswerFeedback() *AnswerFeedback
- func (x *AnswerRecord) GetName() string
- func (m *AnswerRecord) GetRecord() isAnswerRecord_Record
- func (*AnswerRecord) ProtoMessage()
- func (x *AnswerRecord) ProtoReflect() protoreflect.Message
- func (x *AnswerRecord) Reset()
- func (x *AnswerRecord) String() string
- type AnswerRecord_AgentAssistantRecord
- type AnswerRecordsClient
- type AnswerRecordsServer
- type ArticleAnswer
- func (*ArticleAnswer) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleAnswer) GetAnswerRecord() string
- func (x *ArticleAnswer) GetConfidence() float32
- func (x *ArticleAnswer) GetMetadata() map[string]string
- func (x *ArticleAnswer) GetSnippets() []string
- func (x *ArticleAnswer) GetTitle() string
- func (x *ArticleAnswer) GetUri() string
- func (*ArticleAnswer) ProtoMessage()
- func (x *ArticleAnswer) ProtoReflect() protoreflect.Message
- func (x *ArticleAnswer) Reset()
- func (x *ArticleAnswer) String() string
- type ArticleSuggestionModelMetadata
- func (*ArticleSuggestionModelMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleSuggestionModelMetadata) GetTrainingModelType() ConversationModel_ModelType
- func (*ArticleSuggestionModelMetadata) ProtoMessage()
- func (x *ArticleSuggestionModelMetadata) ProtoReflect() protoreflect.Message
- func (x *ArticleSuggestionModelMetadata) Reset()
- func (x *ArticleSuggestionModelMetadata) String() string
- type AssistQueryParameters
- func (*AssistQueryParameters) Descriptor() ([]byte, []int)deprecated
- func (x *AssistQueryParameters) GetDocumentsMetadataFilters() map[string]string
- func (*AssistQueryParameters) ProtoMessage()
- func (x *AssistQueryParameters) ProtoReflect() protoreflect.Message
- func (x *AssistQueryParameters) Reset()
- func (x *AssistQueryParameters) String() string
- 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 AutomatedAgentConfig
- func (*AutomatedAgentConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AutomatedAgentConfig) GetAgent() string
- func (*AutomatedAgentConfig) ProtoMessage()
- func (x *AutomatedAgentConfig) ProtoReflect() protoreflect.Message
- func (x *AutomatedAgentConfig) Reset()
- func (x *AutomatedAgentConfig) String() string
- type AutomatedAgentReply
- func (*AutomatedAgentReply) Descriptor() ([]byte, []int)deprecated
- func (x *AutomatedAgentReply) GetAllowCancellation() bool
- func (x *AutomatedAgentReply) GetAutomatedAgentReplyType() AutomatedAgentReply_AutomatedAgentReplyType
- func (x *AutomatedAgentReply) GetCxCurrentPage() string
- func (x *AutomatedAgentReply) GetDetectIntentResponse() *DetectIntentResponse
- func (*AutomatedAgentReply) ProtoMessage()
- func (x *AutomatedAgentReply) ProtoReflect() protoreflect.Message
- func (x *AutomatedAgentReply) Reset()
- func (x *AutomatedAgentReply) String() string
- type AutomatedAgentReply_AutomatedAgentReplyType
- func (AutomatedAgentReply_AutomatedAgentReplyType) Descriptor() protoreflect.EnumDescriptor
- func (x AutomatedAgentReply_AutomatedAgentReplyType) Enum() *AutomatedAgentReply_AutomatedAgentReplyType
- func (AutomatedAgentReply_AutomatedAgentReplyType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AutomatedAgentReply_AutomatedAgentReplyType) Number() protoreflect.EnumNumber
- func (x AutomatedAgentReply_AutomatedAgentReplyType) String() string
- func (AutomatedAgentReply_AutomatedAgentReplyType) Type() protoreflect.EnumType
- type BatchCreateEntitiesRequest
- func (*BatchCreateEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (x *BatchCreateEntitiesRequest) GetLanguageCode() string
- func (x *BatchCreateEntitiesRequest) GetParent() string
- func (*BatchCreateEntitiesRequest) ProtoMessage()
- func (x *BatchCreateEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateEntitiesRequest) Reset()
- func (x *BatchCreateEntitiesRequest) String() string
- type BatchDeleteEntitiesRequest
- func (*BatchDeleteEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteEntitiesRequest) GetEntityValues() []string
- func (x *BatchDeleteEntitiesRequest) GetLanguageCode() string
- func (x *BatchDeleteEntitiesRequest) GetParent() string
- func (*BatchDeleteEntitiesRequest) ProtoMessage()
- func (x *BatchDeleteEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteEntitiesRequest) Reset()
- func (x *BatchDeleteEntitiesRequest) String() string
- type BatchDeleteEntityTypesRequest
- func (*BatchDeleteEntityTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string
- func (x *BatchDeleteEntityTypesRequest) GetParent() string
- func (*BatchDeleteEntityTypesRequest) ProtoMessage()
- func (x *BatchDeleteEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteEntityTypesRequest) Reset()
- func (x *BatchDeleteEntityTypesRequest) String() string
- type BatchDeleteIntentsRequest
- func (*BatchDeleteIntentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteIntentsRequest) GetIntents() []*Intent
- func (x *BatchDeleteIntentsRequest) GetParent() string
- func (*BatchDeleteIntentsRequest) ProtoMessage()
- func (x *BatchDeleteIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteIntentsRequest) Reset()
- func (x *BatchDeleteIntentsRequest) String() string
- type BatchUpdateEntitiesRequest
- func (*BatchUpdateEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateEntitiesRequest) GetEntities() []*EntityType_Entity
- func (x *BatchUpdateEntitiesRequest) GetLanguageCode() string
- func (x *BatchUpdateEntitiesRequest) GetParent() string
- func (x *BatchUpdateEntitiesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateEntitiesRequest) ProtoMessage()
- func (x *BatchUpdateEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntitiesRequest) Reset()
- func (x *BatchUpdateEntitiesRequest) String() string
- type BatchUpdateEntityTypesRequest
- func (*BatchUpdateEntityTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (m *BatchUpdateEntityTypesRequest) GetEntityTypeBatch() isBatchUpdateEntityTypesRequest_EntityTypeBatch
- func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchInline() *EntityTypeBatch
- func (x *BatchUpdateEntityTypesRequest) GetEntityTypeBatchUri() string
- func (x *BatchUpdateEntityTypesRequest) GetLanguageCode() string
- func (x *BatchUpdateEntityTypesRequest) GetParent() string
- func (x *BatchUpdateEntityTypesRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateEntityTypesRequest) ProtoMessage()
- func (x *BatchUpdateEntityTypesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntityTypesRequest) Reset()
- func (x *BatchUpdateEntityTypesRequest) String() string
- type BatchUpdateEntityTypesRequest_EntityTypeBatchInline
- type BatchUpdateEntityTypesRequest_EntityTypeBatchUri
- type BatchUpdateEntityTypesResponse
- func (*BatchUpdateEntityTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType
- func (*BatchUpdateEntityTypesResponse) ProtoMessage()
- func (x *BatchUpdateEntityTypesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateEntityTypesResponse) Reset()
- func (x *BatchUpdateEntityTypesResponse) String() string
- type BatchUpdateIntentsRequest
- func (*BatchUpdateIntentsRequest) Descriptor() ([]byte, []int)deprecated
- func (m *BatchUpdateIntentsRequest) GetIntentBatch() isBatchUpdateIntentsRequest_IntentBatch
- func (x *BatchUpdateIntentsRequest) GetIntentBatchInline() *IntentBatch
- func (x *BatchUpdateIntentsRequest) GetIntentBatchUri() string
- func (x *BatchUpdateIntentsRequest) GetIntentView() IntentView
- func (x *BatchUpdateIntentsRequest) GetLanguageCode() string
- func (x *BatchUpdateIntentsRequest) GetParent() string
- func (x *BatchUpdateIntentsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*BatchUpdateIntentsRequest) ProtoMessage()
- func (x *BatchUpdateIntentsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateIntentsRequest) Reset()
- func (x *BatchUpdateIntentsRequest) String() string
- type BatchUpdateIntentsRequest_IntentBatchInline
- type BatchUpdateIntentsRequest_IntentBatchUri
- type BatchUpdateIntentsResponse
- func (*BatchUpdateIntentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateIntentsResponse) GetIntents() []*Intent
- func (*BatchUpdateIntentsResponse) ProtoMessage()
- func (x *BatchUpdateIntentsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateIntentsResponse) Reset()
- func (x *BatchUpdateIntentsResponse) String() string
- type ClearSuggestionFeatureConfigOperationMetadata
- func (*ClearSuggestionFeatureConfigOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ClearSuggestionFeatureConfigOperationMetadata) GetConversationProfile() string
- func (x *ClearSuggestionFeatureConfigOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *ClearSuggestionFeatureConfigOperationMetadata) GetParticipantRole() Participant_Role
- func (x *ClearSuggestionFeatureConfigOperationMetadata) GetSuggestionFeatureType() SuggestionFeature_Type
- func (*ClearSuggestionFeatureConfigOperationMetadata) ProtoMessage()
- func (x *ClearSuggestionFeatureConfigOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *ClearSuggestionFeatureConfigOperationMetadata) Reset()
- func (x *ClearSuggestionFeatureConfigOperationMetadata) String() string
- type ClearSuggestionFeatureConfigRequest
- func (*ClearSuggestionFeatureConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ClearSuggestionFeatureConfigRequest) GetConversationProfile() string
- func (x *ClearSuggestionFeatureConfigRequest) GetParticipantRole() Participant_Role
- func (x *ClearSuggestionFeatureConfigRequest) GetSuggestionFeatureType() SuggestionFeature_Type
- func (*ClearSuggestionFeatureConfigRequest) ProtoMessage()
- func (x *ClearSuggestionFeatureConfigRequest) ProtoReflect() protoreflect.Message
- func (x *ClearSuggestionFeatureConfigRequest) Reset()
- func (x *ClearSuggestionFeatureConfigRequest) String() string
- type CompleteConversationRequest
- func (*CompleteConversationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteConversationRequest) GetName() string
- func (*CompleteConversationRequest) ProtoMessage()
- func (x *CompleteConversationRequest) ProtoReflect() protoreflect.Message
- func (x *CompleteConversationRequest) Reset()
- func (x *CompleteConversationRequest) String() string
- type Context
- func (*Context) Descriptor() ([]byte, []int)deprecated
- func (x *Context) GetLifespanCount() int32
- func (x *Context) GetName() string
- func (x *Context) GetParameters() *structpb.Struct
- func (*Context) ProtoMessage()
- func (x *Context) ProtoReflect() protoreflect.Message
- func (x *Context) Reset()
- func (x *Context) String() string
- type ContextsClient
- type ContextsServer
- type Conversation
- func (*Conversation) Descriptor() ([]byte, []int)deprecated
- func (x *Conversation) GetConversationProfile() string
- func (x *Conversation) GetConversationStage() Conversation_ConversationStage
- func (x *Conversation) GetEndTime() *timestamppb.Timestamp
- func (x *Conversation) GetLifecycleState() Conversation_LifecycleState
- func (x *Conversation) GetName() string
- func (x *Conversation) GetPhoneNumber() *ConversationPhoneNumber
- func (x *Conversation) GetStartTime() *timestamppb.Timestamp
- func (*Conversation) ProtoMessage()
- func (x *Conversation) ProtoReflect() protoreflect.Message
- func (x *Conversation) Reset()
- func (x *Conversation) String() string
- type ConversationDataset
- func (*ConversationDataset) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationDataset) GetConversationCount() int64
- func (x *ConversationDataset) GetConversationInfo() *ConversationInfo
- func (x *ConversationDataset) GetCreateTime() *timestamppb.Timestamp
- func (x *ConversationDataset) GetDescription() string
- func (x *ConversationDataset) GetDisplayName() string
- func (x *ConversationDataset) GetInputConfig() *InputConfig
- func (x *ConversationDataset) GetName() string
- func (*ConversationDataset) ProtoMessage()
- func (x *ConversationDataset) ProtoReflect() protoreflect.Message
- func (x *ConversationDataset) Reset()
- func (x *ConversationDataset) String() string
- type ConversationDatasetsClient
- type ConversationDatasetsServer
- type ConversationEvent
- func (*ConversationEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationEvent) GetConversation() string
- func (x *ConversationEvent) GetErrorStatus() *status.Status
- func (x *ConversationEvent) GetNewMessagePayload() *Message
- func (m *ConversationEvent) GetPayload() isConversationEvent_Payload
- func (x *ConversationEvent) GetType() ConversationEvent_Type
- func (*ConversationEvent) ProtoMessage()
- func (x *ConversationEvent) ProtoReflect() protoreflect.Message
- func (x *ConversationEvent) Reset()
- func (x *ConversationEvent) String() string
- type ConversationEvent_NewMessagePayload
- type ConversationEvent_Type
- func (ConversationEvent_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ConversationEvent_Type) Enum() *ConversationEvent_Type
- func (ConversationEvent_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConversationEvent_Type) Number() protoreflect.EnumNumber
- func (x ConversationEvent_Type) String() string
- func (ConversationEvent_Type) Type() protoreflect.EnumType
- type ConversationInfo
- type ConversationModel
- func (*ConversationModel) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationModel) GetArticleSuggestionModelMetadata() *ArticleSuggestionModelMetadata
- func (x *ConversationModel) GetCreateTime() *timestamppb.Timestamp
- func (x *ConversationModel) GetDatasets() []*InputDataset
- func (x *ConversationModel) GetDisplayName() string
- func (x *ConversationModel) GetLanguageCode() string
- func (m *ConversationModel) GetModelMetadata() isConversationModel_ModelMetadata
- func (x *ConversationModel) GetName() string
- func (x *ConversationModel) GetSmartReplyModelMetadata() *SmartReplyModelMetadata
- func (x *ConversationModel) GetState() ConversationModel_State
- func (*ConversationModel) ProtoMessage()
- func (x *ConversationModel) ProtoReflect() protoreflect.Message
- func (x *ConversationModel) Reset()
- func (x *ConversationModel) String() string
- type ConversationModelEvaluation
- func (*ConversationModelEvaluation) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationModelEvaluation) GetCreateTime() *timestamppb.Timestamp
- func (x *ConversationModelEvaluation) GetDisplayName() string
- func (x *ConversationModelEvaluation) GetEvaluationConfig() *EvaluationConfig
- func (m *ConversationModelEvaluation) GetMetrics() isConversationModelEvaluation_Metrics
- func (x *ConversationModelEvaluation) GetName() string
- func (x *ConversationModelEvaluation) GetRawHumanEvalTemplateCsv() string
- func (x *ConversationModelEvaluation) GetSmartReplyMetrics() *SmartReplyMetrics
- func (*ConversationModelEvaluation) ProtoMessage()
- func (x *ConversationModelEvaluation) ProtoReflect() protoreflect.Message
- func (x *ConversationModelEvaluation) Reset()
- func (x *ConversationModelEvaluation) String() string
- type ConversationModelEvaluation_SmartReplyMetrics
- type ConversationModel_ArticleSuggestionModelMetadata
- type ConversationModel_ModelType
- func (ConversationModel_ModelType) Descriptor() protoreflect.EnumDescriptor
- func (x ConversationModel_ModelType) Enum() *ConversationModel_ModelType
- func (ConversationModel_ModelType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConversationModel_ModelType) Number() protoreflect.EnumNumber
- func (x ConversationModel_ModelType) String() string
- func (ConversationModel_ModelType) Type() protoreflect.EnumType
- type ConversationModel_SmartReplyModelMetadata
- type ConversationModel_State
- func (ConversationModel_State) Descriptor() protoreflect.EnumDescriptor
- func (x ConversationModel_State) Enum() *ConversationModel_State
- func (ConversationModel_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConversationModel_State) Number() protoreflect.EnumNumber
- func (x ConversationModel_State) String() string
- func (ConversationModel_State) Type() protoreflect.EnumType
- type ConversationModelsClient
- type ConversationModelsServer
- type ConversationPhoneNumber
- func (*ConversationPhoneNumber) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationPhoneNumber) GetPhoneNumber() string
- func (*ConversationPhoneNumber) ProtoMessage()
- func (x *ConversationPhoneNumber) ProtoReflect() protoreflect.Message
- func (x *ConversationPhoneNumber) Reset()
- func (x *ConversationPhoneNumber) String() string
- type ConversationProfile
- func (*ConversationProfile) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationProfile) GetAutomatedAgentConfig() *AutomatedAgentConfig
- func (x *ConversationProfile) GetCreateTime() *timestamppb.Timestamp
- func (x *ConversationProfile) GetDisplayName() string
- func (x *ConversationProfile) GetHumanAgentAssistantConfig() *HumanAgentAssistantConfig
- func (x *ConversationProfile) GetHumanAgentHandoffConfig() *HumanAgentHandoffConfig
- func (x *ConversationProfile) GetLanguageCode() string
- func (x *ConversationProfile) GetLoggingConfig() *LoggingConfig
- func (x *ConversationProfile) GetName() string
- func (x *ConversationProfile) GetNewMessageEventNotificationConfig() *NotificationConfig
- func (x *ConversationProfile) GetNotificationConfig() *NotificationConfig
- func (x *ConversationProfile) GetSecuritySettings() string
- func (x *ConversationProfile) GetSttConfig() *SpeechToTextConfig
- func (x *ConversationProfile) GetTimeZone() string
- func (x *ConversationProfile) GetUpdateTime() *timestamppb.Timestamp
- func (*ConversationProfile) ProtoMessage()
- func (x *ConversationProfile) ProtoReflect() protoreflect.Message
- func (x *ConversationProfile) Reset()
- func (x *ConversationProfile) String() string
- type ConversationProfilesClient
- type ConversationProfilesServer
- type Conversation_ConversationStage
- func (Conversation_ConversationStage) Descriptor() protoreflect.EnumDescriptor
- func (x Conversation_ConversationStage) Enum() *Conversation_ConversationStage
- func (Conversation_ConversationStage) EnumDescriptor() ([]byte, []int)deprecated
- func (x Conversation_ConversationStage) Number() protoreflect.EnumNumber
- func (x Conversation_ConversationStage) String() string
- func (Conversation_ConversationStage) Type() protoreflect.EnumType
- type Conversation_LifecycleState
- func (Conversation_LifecycleState) Descriptor() protoreflect.EnumDescriptor
- func (x Conversation_LifecycleState) Enum() *Conversation_LifecycleState
- func (Conversation_LifecycleState) EnumDescriptor() ([]byte, []int)deprecated
- func (x Conversation_LifecycleState) Number() protoreflect.EnumNumber
- func (x Conversation_LifecycleState) String() string
- func (Conversation_LifecycleState) Type() protoreflect.EnumType
- type ConversationsClient
- type ConversationsServer
- type CreateContextRequest
- func (*CreateContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateContextRequest) GetContext() *Context
- func (x *CreateContextRequest) GetParent() string
- func (*CreateContextRequest) ProtoMessage()
- func (x *CreateContextRequest) ProtoReflect() protoreflect.Message
- func (x *CreateContextRequest) Reset()
- func (x *CreateContextRequest) String() string
- type CreateConversationDatasetOperationMetadata
- func (*CreateConversationDatasetOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationDatasetOperationMetadata) GetConversationDataset() string
- func (*CreateConversationDatasetOperationMetadata) ProtoMessage()
- func (x *CreateConversationDatasetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateConversationDatasetOperationMetadata) Reset()
- func (x *CreateConversationDatasetOperationMetadata) String() string
- type CreateConversationDatasetRequest
- func (*CreateConversationDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationDatasetRequest) GetConversationDataset() *ConversationDataset
- func (x *CreateConversationDatasetRequest) GetParent() string
- func (*CreateConversationDatasetRequest) ProtoMessage()
- func (x *CreateConversationDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversationDatasetRequest) Reset()
- func (x *CreateConversationDatasetRequest) String() string
- type CreateConversationModelEvaluationOperationMetadata
- func (*CreateConversationModelEvaluationOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationModelEvaluationOperationMetadata) GetConversationModel() string
- func (x *CreateConversationModelEvaluationOperationMetadata) GetConversationModelEvaluation() string
- func (x *CreateConversationModelEvaluationOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *CreateConversationModelEvaluationOperationMetadata) GetState() CreateConversationModelEvaluationOperationMetadata_State
- func (*CreateConversationModelEvaluationOperationMetadata) ProtoMessage()
- func (x *CreateConversationModelEvaluationOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateConversationModelEvaluationOperationMetadata) Reset()
- func (x *CreateConversationModelEvaluationOperationMetadata) String() string
- type CreateConversationModelEvaluationOperationMetadata_State
- func (CreateConversationModelEvaluationOperationMetadata_State) Descriptor() protoreflect.EnumDescriptor
- func (x CreateConversationModelEvaluationOperationMetadata_State) Enum() *CreateConversationModelEvaluationOperationMetadata_State
- func (CreateConversationModelEvaluationOperationMetadata_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x CreateConversationModelEvaluationOperationMetadata_State) Number() protoreflect.EnumNumber
- func (x CreateConversationModelEvaluationOperationMetadata_State) String() string
- func (CreateConversationModelEvaluationOperationMetadata_State) Type() protoreflect.EnumType
- type CreateConversationModelEvaluationRequest
- func (*CreateConversationModelEvaluationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationModelEvaluationRequest) GetConversationModelEvaluation() *ConversationModelEvaluation
- func (x *CreateConversationModelEvaluationRequest) GetParent() string
- func (*CreateConversationModelEvaluationRequest) ProtoMessage()
- func (x *CreateConversationModelEvaluationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversationModelEvaluationRequest) Reset()
- func (x *CreateConversationModelEvaluationRequest) String() string
- type CreateConversationModelOperationMetadata
- func (*CreateConversationModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationModelOperationMetadata) GetConversationModel() string
- func (x *CreateConversationModelOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (x *CreateConversationModelOperationMetadata) GetState() CreateConversationModelOperationMetadata_State
- func (*CreateConversationModelOperationMetadata) ProtoMessage()
- func (x *CreateConversationModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateConversationModelOperationMetadata) Reset()
- func (x *CreateConversationModelOperationMetadata) String() string
- type CreateConversationModelOperationMetadata_State
- func (CreateConversationModelOperationMetadata_State) Descriptor() protoreflect.EnumDescriptor
- func (x CreateConversationModelOperationMetadata_State) Enum() *CreateConversationModelOperationMetadata_State
- func (CreateConversationModelOperationMetadata_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x CreateConversationModelOperationMetadata_State) Number() protoreflect.EnumNumber
- func (x CreateConversationModelOperationMetadata_State) String() string
- func (CreateConversationModelOperationMetadata_State) Type() protoreflect.EnumType
- type CreateConversationModelRequest
- func (*CreateConversationModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationModelRequest) GetConversationModel() *ConversationModel
- func (x *CreateConversationModelRequest) GetParent() string
- func (*CreateConversationModelRequest) ProtoMessage()
- func (x *CreateConversationModelRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversationModelRequest) Reset()
- func (x *CreateConversationModelRequest) String() string
- type CreateConversationProfileRequest
- func (*CreateConversationProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationProfileRequest) GetConversationProfile() *ConversationProfile
- func (x *CreateConversationProfileRequest) GetParent() string
- func (*CreateConversationProfileRequest) ProtoMessage()
- func (x *CreateConversationProfileRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversationProfileRequest) Reset()
- func (x *CreateConversationProfileRequest) String() string
- type CreateConversationRequest
- func (*CreateConversationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversationRequest) GetConversation() *Conversation
- func (x *CreateConversationRequest) GetConversationId() string
- func (x *CreateConversationRequest) GetParent() string
- func (*CreateConversationRequest) ProtoMessage()
- func (x *CreateConversationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversationRequest) Reset()
- func (x *CreateConversationRequest) String() string
- type CreateDocumentRequest
- func (*CreateDocumentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDocumentRequest) GetDocument() *Document
- func (x *CreateDocumentRequest) GetParent() string
- func (*CreateDocumentRequest) ProtoMessage()
- func (x *CreateDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDocumentRequest) Reset()
- func (x *CreateDocumentRequest) String() string
- type CreateEntityTypeRequest
- func (*CreateEntityTypeRequest) Descriptor() ([]byte, []int)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) GetEnvironmentId() string
- func (x *CreateEnvironmentRequest) GetParent() string
- func (*CreateEnvironmentRequest) ProtoMessage()
- func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentRequest) Reset()
- func (x *CreateEnvironmentRequest) String() string
- type CreateIntentRequest
- func (*CreateIntentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIntentRequest) GetIntent() *Intent
- func (x *CreateIntentRequest) GetIntentView() IntentView
- func (x *CreateIntentRequest) GetLanguageCode() string
- func (x *CreateIntentRequest) GetParent() string
- func (*CreateIntentRequest) ProtoMessage()
- func (x *CreateIntentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIntentRequest) Reset()
- func (x *CreateIntentRequest) String() string
- type CreateKnowledgeBaseRequest
- func (*CreateKnowledgeBaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateKnowledgeBaseRequest) GetKnowledgeBase() *KnowledgeBase
- func (x *CreateKnowledgeBaseRequest) GetParent() string
- func (*CreateKnowledgeBaseRequest) ProtoMessage()
- func (x *CreateKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *CreateKnowledgeBaseRequest) Reset()
- func (x *CreateKnowledgeBaseRequest) String() string
- type CreateParticipantRequest
- func (*CreateParticipantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateParticipantRequest) GetParent() string
- func (x *CreateParticipantRequest) GetParticipant() *Participant
- func (*CreateParticipantRequest) ProtoMessage()
- func (x *CreateParticipantRequest) ProtoReflect() protoreflect.Message
- func (x *CreateParticipantRequest) Reset()
- func (x *CreateParticipantRequest) 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 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 DeleteAgentRequest
- func (*DeleteAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentRequest) GetParent() string
- func (*DeleteAgentRequest) ProtoMessage()
- func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentRequest) Reset()
- func (x *DeleteAgentRequest) String() string
- type DeleteAllContextsRequest
- func (*DeleteAllContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAllContextsRequest) GetParent() string
- func (*DeleteAllContextsRequest) ProtoMessage()
- func (x *DeleteAllContextsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAllContextsRequest) Reset()
- func (x *DeleteAllContextsRequest) String() string
- type DeleteContextRequest
- func (*DeleteContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteContextRequest) GetName() string
- func (*DeleteContextRequest) ProtoMessage()
- func (x *DeleteContextRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteContextRequest) Reset()
- func (x *DeleteContextRequest) String() string
- type DeleteConversationDatasetOperationMetadata
- func (*DeleteConversationDatasetOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (*DeleteConversationDatasetOperationMetadata) ProtoMessage()
- func (x *DeleteConversationDatasetOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteConversationDatasetOperationMetadata) Reset()
- func (x *DeleteConversationDatasetOperationMetadata) String() string
- type DeleteConversationDatasetRequest
- func (*DeleteConversationDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConversationDatasetRequest) GetName() string
- func (*DeleteConversationDatasetRequest) ProtoMessage()
- func (x *DeleteConversationDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConversationDatasetRequest) Reset()
- func (x *DeleteConversationDatasetRequest) String() string
- type DeleteConversationModelOperationMetadata
- func (*DeleteConversationModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConversationModelOperationMetadata) GetConversationModel() string
- func (x *DeleteConversationModelOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (*DeleteConversationModelOperationMetadata) ProtoMessage()
- func (x *DeleteConversationModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteConversationModelOperationMetadata) Reset()
- func (x *DeleteConversationModelOperationMetadata) String() string
- type DeleteConversationModelRequest
- func (*DeleteConversationModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConversationModelRequest) GetName() string
- func (*DeleteConversationModelRequest) ProtoMessage()
- func (x *DeleteConversationModelRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConversationModelRequest) Reset()
- func (x *DeleteConversationModelRequest) String() string
- type DeleteConversationProfileRequest
- func (*DeleteConversationProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConversationProfileRequest) GetName() string
- func (*DeleteConversationProfileRequest) ProtoMessage()
- func (x *DeleteConversationProfileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConversationProfileRequest) Reset()
- func (x *DeleteConversationProfileRequest) String() string
- type DeleteDocumentRequest
- func (*DeleteDocumentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDocumentRequest) GetName() string
- func (*DeleteDocumentRequest) ProtoMessage()
- func (x *DeleteDocumentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDocumentRequest) Reset()
- func (x *DeleteDocumentRequest) String() string
- type DeleteEntityTypeRequest
- func (*DeleteEntityTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntityTypeRequest) GetName() string
- func (*DeleteEntityTypeRequest) ProtoMessage()
- func (x *DeleteEntityTypeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityTypeRequest) Reset()
- func (x *DeleteEntityTypeRequest) String() string
- type 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 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 DeleteKnowledgeBaseRequest
- func (*DeleteKnowledgeBaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteKnowledgeBaseRequest) GetForce() bool
- func (x *DeleteKnowledgeBaseRequest) GetName() string
- func (*DeleteKnowledgeBaseRequest) ProtoMessage()
- func (x *DeleteKnowledgeBaseRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteKnowledgeBaseRequest) Reset()
- func (x *DeleteKnowledgeBaseRequest) String() string
- type DeleteSessionEntityTypeRequest
- func (*DeleteSessionEntityTypeRequest) Descriptor() ([]byte, []int)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 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 DeployConversationModelOperationMetadata
- func (*DeployConversationModelOperationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployConversationModelOperationMetadata) GetConversationModel() string
- func (x *DeployConversationModelOperationMetadata) GetCreateTime() *timestamppb.Timestamp
- func (*DeployConversationModelOperationMetadata) ProtoMessage()
- func (x *DeployConversationModelOperationMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployConversationModelOperationMetadata) Reset()
- func (x *DeployConversationModelOperationMetadata) String() string
- type DeployConversationModelRequest
- func (*DeployConversationModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeployConversationModelRequest) GetName() string
- func (*DeployConversationModelRequest) ProtoMessage()
- func (x *DeployConversationModelRequest) ProtoReflect() protoreflect.Message
- func (x *DeployConversationModelRequest) Reset()
- func (x *DeployConversationModelRequest) String() string
- type DetectIntentRequest
- func (*DetectIntentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DetectIntentRequest) GetInputAudio() []byte
- func (x *DetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentRequest) GetOutputAudioConfigMask() *fieldmaskpb.FieldMask
- func (x *DetectIntentRequest) GetQueryInput() *QueryInput
- func (x *DetectIntentRequest) GetQueryParams() *QueryParameters
- func (x *DetectIntentRequest) GetSession() string
- func (*DetectIntentRequest) ProtoMessage()
- func (x *DetectIntentRequest) ProtoReflect() protoreflect.Message
- func (x *DetectIntentRequest) Reset()
- func (x *DetectIntentRequest) String() string
- type DetectIntentResponse
- func (*DetectIntentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DetectIntentResponse) GetOutputAudio() []byte
- func (x *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig
- func (x *DetectIntentResponse) GetQueryResult() *QueryResult
- func (x *DetectIntentResponse) GetResponseId() string
- func (x *DetectIntentResponse) GetWebhookStatus() *status.Status
- func (*DetectIntentResponse) ProtoMessage()
- func (x *DetectIntentResponse) ProtoReflect() protoreflect.Message
- func (x *DetectIntentResponse) Reset()
- func (x *DetectIntentResponse) String() string
- type Document
- func (*Document) Descriptor() ([]byte, []int)deprecated
- func (x *Document) GetContentUri() string
- func (x *Document) GetDisplayName() string
- func (x *Document) GetEnableAutoReload() bool
- func (x *Document) GetKnowledgeTypes() []Document_KnowledgeType
- func (x *Document) GetLatestReloadStatus() *Document_ReloadStatus
- func (x *Document) GetMetadata() map[string]string
- func (x *Document) GetMimeType() string
- func (x *Document) GetName() string
- func (x *Document) GetRawContent() []byte
- func (m *Document) GetSource() isDocument_Source
- func (x *Document) GetState() Document_State
- func (*Document) ProtoMessage()
- func (x *Document) ProtoReflect() protoreflect.Message
- func (x *Document) Reset()
- func (x *Document) String() string
- type Document_ContentUri
- type Document_KnowledgeType
- func (Document_KnowledgeType) Descriptor() protoreflect.EnumDescriptor
- func (x Document_KnowledgeType) Enum() *Document_KnowledgeType
- func (Document_KnowledgeType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Document_KnowledgeType) Number() protoreflect.EnumNumber
- func (x Document_KnowledgeType) String() string
- func (Document_KnowledgeType) Type() protoreflect.EnumType
- type Document_RawContent
- type Document_ReloadStatus
- func (*Document_ReloadStatus) Descriptor() ([]byte, []int)deprecated
- func (x *Document_ReloadStatus) GetStatus() *status.Status
- func (x *Document_ReloadStatus) GetTime() *timestamppb.Timestamp
- func (*Document_ReloadStatus) ProtoMessage()
- func (x *Document_ReloadStatus) ProtoReflect() protoreflect.Message
- func (x *Document_ReloadStatus) Reset()
- func (x *Document_ReloadStatus) String() string
- type Document_State
- func (Document_State) Descriptor() protoreflect.EnumDescriptor
- func (x Document_State) Enum() *Document_State
- func (Document_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Document_State) Number() protoreflect.EnumNumber
- func (x Document_State) String() string
- func (Document_State) Type() protoreflect.EnumType
- type DocumentsClient
- type DocumentsServer
- type DtmfParameters
- type EntityType
- func (*EntityType) Descriptor() ([]byte, []int)deprecated
- func (x *EntityType) GetAutoExpansionMode() EntityType_AutoExpansionMode
- func (x *EntityType) GetDisplayName() string
- func (x *EntityType) GetEnableFuzzyExtraction() bool
- func (x *EntityType) GetEntities() []*EntityType_Entity
- func (x *EntityType) GetKind() EntityType_Kind
- func (x *EntityType) GetName() string
- func (*EntityType) ProtoMessage()
- func (x *EntityType) ProtoReflect() protoreflect.Message
- func (x *EntityType) Reset()
- func (x *EntityType) String() string
- type EntityTypeBatch
- type EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_AutoExpansionMode) Enum() *EntityType_AutoExpansionMode
- func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntityType_AutoExpansionMode) Number() protoreflect.EnumNumber
- func (x EntityType_AutoExpansionMode) String() string
- func (EntityType_AutoExpansionMode) Type() protoreflect.EnumType
- type EntityType_Entity
- func (*EntityType_Entity) Descriptor() ([]byte, []int)deprecated
- func (x *EntityType_Entity) GetSynonyms() []string
- func (x *EntityType_Entity) GetValue() string
- func (*EntityType_Entity) ProtoMessage()
- func (x *EntityType_Entity) ProtoReflect() protoreflect.Message
- func (x *EntityType_Entity) Reset()
- func (x *EntityType_Entity) String() string
- type EntityType_Kind
- func (EntityType_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x EntityType_Kind) Enum() *EntityType_Kind
- func (EntityType_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntityType_Kind) Number() protoreflect.EnumNumber
- func (x EntityType_Kind) String() string
- func (EntityType_Kind) Type() protoreflect.EnumType
- type EntityTypesClient
- type EntityTypesServer
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)deprecated
- func (x *Environment) GetAgentVersion() string
- func (x *Environment) GetDescription() string
- func (x *Environment) GetFulfillment() *Fulfillment
- func (x *Environment) GetName() string
- func (x *Environment) GetState() Environment_State
- func (x *Environment) GetTextToSpeechSettings() *TextToSpeechSettings
- func (x *Environment) GetUpdateTime() *timestamppb.Timestamp
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type EnvironmentHistory
- func (*EnvironmentHistory) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentHistory) GetEntries() []*EnvironmentHistory_Entry
- func (x *EnvironmentHistory) GetNextPageToken() string
- func (x *EnvironmentHistory) GetParent() string
- func (*EnvironmentHistory) ProtoMessage()
- func (x *EnvironmentHistory) ProtoReflect() protoreflect.Message
- func (x *EnvironmentHistory) Reset()
- func (x *EnvironmentHistory) String() string
- type EnvironmentHistory_Entry
- func (*EnvironmentHistory_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentHistory_Entry) GetAgentVersion() string
- func (x *EnvironmentHistory_Entry) GetCreateTime() *timestamppb.Timestamp
- func (x *EnvironmentHistory_Entry) GetDescription() string
- func (*EnvironmentHistory_Entry) ProtoMessage()
- func (x *EnvironmentHistory_Entry) ProtoReflect() protoreflect.Message
- func (x *EnvironmentHistory_Entry) Reset()
- func (x *EnvironmentHistory_Entry) String() string
- type Environment_State
- func (Environment_State) Descriptor() protoreflect.EnumDescriptor
- func (x Environment_State) Enum() *Environment_State
- func (Environment_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Environment_State) Number() protoreflect.EnumNumber
- func (x Environment_State) String() string
- func (Environment_State) Type() protoreflect.EnumType
- type EnvironmentsClient
- type EnvironmentsServer
- type EvaluationConfig
- func (*EvaluationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluationConfig) GetDatasets() []*InputDataset
- func (m *EvaluationConfig) GetModelSpecificConfig() isEvaluationConfig_ModelSpecificConfig
- func (x *EvaluationConfig) GetSmartComposeConfig() *EvaluationConfig_SmartComposeConfig
- func (x *EvaluationConfig) GetSmartReplyConfig() *EvaluationConfig_SmartReplyConfig
- func (*EvaluationConfig) ProtoMessage()
- func (x *EvaluationConfig) ProtoReflect() protoreflect.Message
- func (x *EvaluationConfig) Reset()
- func (x *EvaluationConfig) String() string
- type EvaluationConfig_SmartComposeConfig
- func (*EvaluationConfig_SmartComposeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluationConfig_SmartComposeConfig) GetAllowlistDocument() string
- func (x *EvaluationConfig_SmartComposeConfig) GetMaxResultCount() int32
- func (*EvaluationConfig_SmartComposeConfig) ProtoMessage()
- func (x *EvaluationConfig_SmartComposeConfig) ProtoReflect() protoreflect.Message
- func (x *EvaluationConfig_SmartComposeConfig) Reset()
- func (x *EvaluationConfig_SmartComposeConfig) String() string
- type EvaluationConfig_SmartComposeConfig_
- type EvaluationConfig_SmartReplyConfig
- func (*EvaluationConfig_SmartReplyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EvaluationConfig_SmartReplyConfig) GetAllowlistDocument() string
- func (x *EvaluationConfig_SmartReplyConfig) GetMaxResultCount() int32
- func (*EvaluationConfig_SmartReplyConfig) ProtoMessage()
- func (x *EvaluationConfig_SmartReplyConfig) ProtoReflect() protoreflect.Message
- func (x *EvaluationConfig_SmartReplyConfig) Reset()
- func (x *EvaluationConfig_SmartReplyConfig) String() string
- type EvaluationConfig_SmartReplyConfig_
- type EventInput