Documentation
¶
Overview ¶
Package dialogflow provides access to the Dialogflow API.
This package is DEPRECATED. Use package cloud.google.com/go/dialogflow/apiv2 instead.
For product documentation, see: https://cloud.google.com/dialogflow/
Library status ¶
These client libraries are officially supported by Google. However, this library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.
When possible, we recommend using our newer [Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go) that are still actively being worked and iterated on.
Creating a client ¶
Usage example:
import "google.golang.org/api/dialogflow/v2beta1" ... ctx := context.Background() dialogflowService, err := dialogflow.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication. For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use google.golang.org/api/option.WithScopes:
dialogflowService, err := dialogflow.NewService(ctx, option.WithScopes(dialogflow.DialogflowScope))
To use an API key for authentication (note: some APIs do not support API keys), use google.golang.org/api/option.WithAPIKey:
dialogflowService, err := dialogflow.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow, use google.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
dialogflowService, err := dialogflow.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See google.golang.org/api/option.ClientOption for details on options.
Index ¶
- Constants
- type GoogleCloudDialogflowCxV3AdvancedSettings
- type GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
- type GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
- type GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings
- type GoogleCloudDialogflowCxV3AudioInput
- type GoogleCloudDialogflowCxV3BargeInConfig
- type GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
- type GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
- type GoogleCloudDialogflowCxV3ContinuousTestResult
- type GoogleCloudDialogflowCxV3ConversationSignals
- type GoogleCloudDialogflowCxV3ConversationTurn
- type GoogleCloudDialogflowCxV3ConversationTurnUserInput
- type GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
- type GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
- type GoogleCloudDialogflowCxV3DataStoreConnection
- type GoogleCloudDialogflowCxV3DeployFlowMetadata
- type GoogleCloudDialogflowCxV3DeployFlowResponse
- type GoogleCloudDialogflowCxV3DtmfInput
- type GoogleCloudDialogflowCxV3Environment
- type GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig
- type GoogleCloudDialogflowCxV3EnvironmentVersionConfig
- type GoogleCloudDialogflowCxV3EnvironmentWebhookConfig
- type GoogleCloudDialogflowCxV3EventHandler
- type GoogleCloudDialogflowCxV3EventInput
- type GoogleCloudDialogflowCxV3ExportAgentResponse
- type GoogleCloudDialogflowCxV3ExportEntityTypesMetadata
- type GoogleCloudDialogflowCxV3ExportEntityTypesResponse
- type GoogleCloudDialogflowCxV3ExportFlowResponse
- type GoogleCloudDialogflowCxV3ExportIntentsMetadata
- type GoogleCloudDialogflowCxV3ExportIntentsResponse
- type GoogleCloudDialogflowCxV3ExportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ExportTestCasesResponse
- type GoogleCloudDialogflowCxV3Form
- type GoogleCloudDialogflowCxV3FormParameter
- type GoogleCloudDialogflowCxV3FormParameterFillBehavior
- type GoogleCloudDialogflowCxV3Fulfillment
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCases
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent
- type GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings
- type GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
- type GoogleCloudDialogflowCxV3GcsDestination
- type GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
- type GoogleCloudDialogflowCxV3ImportEntityTypesResponse
- type GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources
- type GoogleCloudDialogflowCxV3ImportFlowResponse
- type GoogleCloudDialogflowCxV3ImportIntentsMetadata
- type GoogleCloudDialogflowCxV3ImportIntentsResponse
- type GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
- type GoogleCloudDialogflowCxV3ImportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ImportTestCasesResponse
- type GoogleCloudDialogflowCxV3InlineDestination
- type GoogleCloudDialogflowCxV3InputAudioConfig
- type GoogleCloudDialogflowCxV3Intent
- type GoogleCloudDialogflowCxV3IntentInput
- type GoogleCloudDialogflowCxV3IntentParameter
- type GoogleCloudDialogflowCxV3IntentTrainingPhrase
- type GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
- type GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
- type GoogleCloudDialogflowCxV3LanguageInfo
- type GoogleCloudDialogflowCxV3Page
- type GoogleCloudDialogflowCxV3PageInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo
- type GoogleCloudDialogflowCxV3QueryInput
- type GoogleCloudDialogflowCxV3ResponseMessage
- type GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
- type GoogleCloudDialogflowCxV3ResponseMessageEndInteraction
- type GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
- type GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
- type GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
- type GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
- type GoogleCloudDialogflowCxV3ResponseMessageText
- type GoogleCloudDialogflowCxV3RunContinuousTestMetadata
- type GoogleCloudDialogflowCxV3RunContinuousTestResponse
- type GoogleCloudDialogflowCxV3RunTestCaseMetadata
- type GoogleCloudDialogflowCxV3RunTestCaseResponse
- type GoogleCloudDialogflowCxV3SessionInfo
- type GoogleCloudDialogflowCxV3TestCase
- type GoogleCloudDialogflowCxV3TestCaseError
- type GoogleCloudDialogflowCxV3TestCaseResult
- type GoogleCloudDialogflowCxV3TestConfig
- type GoogleCloudDialogflowCxV3TestError
- type GoogleCloudDialogflowCxV3TestRunDifference
- type GoogleCloudDialogflowCxV3TextInput
- type GoogleCloudDialogflowCxV3ToolCall
- type GoogleCloudDialogflowCxV3ToolCallResult
- type GoogleCloudDialogflowCxV3ToolCallResultError
- type GoogleCloudDialogflowCxV3TransitionRoute
- type GoogleCloudDialogflowCxV3TurnSignals
- type GoogleCloudDialogflowCxV3Webhook
- type GoogleCloudDialogflowCxV3WebhookGenericWebService
- type GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig
- type GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
- type GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
- type GoogleCloudDialogflowCxV3WebhookRequest
- type GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
- type GoogleCloudDialogflowCxV3WebhookRequestIntentInfo
- type GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
- type GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult
- type GoogleCloudDialogflowCxV3WebhookResponse
- type GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse
- type GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
- type GoogleCloudDialogflowCxV3beta1AdvancedSettings
- type GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
- type GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
- type GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings
- type GoogleCloudDialogflowCxV3beta1AudioInput
- type GoogleCloudDialogflowCxV3beta1BargeInConfig
- type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1ContinuousTestResult
- type GoogleCloudDialogflowCxV3beta1ConversationSignals
- type GoogleCloudDialogflowCxV3beta1ConversationTurn
- type GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
- type GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput
- type GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
- type GoogleCloudDialogflowCxV3beta1DataStoreConnection
- type GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
- type GoogleCloudDialogflowCxV3beta1DeployFlowResponse
- type GoogleCloudDialogflowCxV3beta1DtmfInput
- type GoogleCloudDialogflowCxV3beta1Environment
- type GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
- type GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
- type GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig
- type GoogleCloudDialogflowCxV3beta1EventHandler
- type GoogleCloudDialogflowCxV3beta1EventInput
- type GoogleCloudDialogflowCxV3beta1ExportAgentResponse
- type GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata
- type GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse
- type GoogleCloudDialogflowCxV3beta1ExportFlowResponse
- type GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata
- type GoogleCloudDialogflowCxV3beta1ExportIntentsResponse
- type GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1Form
- type GoogleCloudDialogflowCxV3beta1FormParameter
- type GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
- type GoogleCloudDialogflowCxV3beta1Fulfillment
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent
- type GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings
- type GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
- type GoogleCloudDialogflowCxV3beta1GcsDestination
- type GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata
- type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse
- type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources
- type GoogleCloudDialogflowCxV3beta1ImportFlowResponse
- type GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata
- type GoogleCloudDialogflowCxV3beta1ImportIntentsResponse
- type GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
- type GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1InlineDestination
- type GoogleCloudDialogflowCxV3beta1InputAudioConfig
- type GoogleCloudDialogflowCxV3beta1Intent
- type GoogleCloudDialogflowCxV3beta1IntentInput
- type GoogleCloudDialogflowCxV3beta1IntentParameter
- type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
- type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart
- type GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
- type GoogleCloudDialogflowCxV3beta1LanguageInfo
- type GoogleCloudDialogflowCxV3beta1Page
- type GoogleCloudDialogflowCxV3beta1PageInfo
- type GoogleCloudDialogflowCxV3beta1PageInfoFormInfo
- type GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo
- type GoogleCloudDialogflowCxV3beta1QueryInput
- type GoogleCloudDialogflowCxV3beta1ResponseMessage
- type GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess
- type GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction
- type GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard
- type GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio
- type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText
- type GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio
- type GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall
- type GoogleCloudDialogflowCxV3beta1ResponseMessageText
- type GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata
- type GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
- type GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
- type GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
- type GoogleCloudDialogflowCxV3beta1SessionInfo
- type GoogleCloudDialogflowCxV3beta1TestCase
- type GoogleCloudDialogflowCxV3beta1TestCaseError
- type GoogleCloudDialogflowCxV3beta1TestCaseResult
- type GoogleCloudDialogflowCxV3beta1TestConfig
- type GoogleCloudDialogflowCxV3beta1TestError
- type GoogleCloudDialogflowCxV3beta1TestRunDifference
- type GoogleCloudDialogflowCxV3beta1TextInput
- type GoogleCloudDialogflowCxV3beta1ToolCall
- type GoogleCloudDialogflowCxV3beta1ToolCallResult
- type GoogleCloudDialogflowCxV3beta1ToolCallResultError
- type GoogleCloudDialogflowCxV3beta1TransitionRoute
- type GoogleCloudDialogflowCxV3beta1TurnSignals
- type GoogleCloudDialogflowCxV3beta1Webhook
- type GoogleCloudDialogflowCxV3beta1WebhookGenericWebService
- type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig
- type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue
- type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
- type GoogleCloudDialogflowCxV3beta1WebhookRequest
- type GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
- type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo
- type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- type GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult
- type GoogleCloudDialogflowCxV3beta1WebhookResponse
- type GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse
- type GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
- type GoogleCloudDialogflowV2AgentCoachingInstruction
- type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult
- type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
- type GoogleCloudDialogflowV2AgentCoachingSuggestion
- type GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
- type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
- type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
- type GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse
- type GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- type GoogleCloudDialogflowV2AnnotatedMessagePart
- type GoogleCloudDialogflowV2ArticleAnswer
- type GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
- type GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
- type GoogleCloudDialogflowV2BatchUpdateIntentsResponse
- type GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
- type GoogleCloudDialogflowV2Context
- type GoogleCloudDialogflowV2ConversationEvent
- type GoogleCloudDialogflowV2ConversationModel
- type GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
- type GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
- type GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
- type GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
- type GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
- type GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
- type GoogleCloudDialogflowV2EncryptionSpec
- type GoogleCloudDialogflowV2EntityType
- type GoogleCloudDialogflowV2EntityTypeEntity
- type GoogleCloudDialogflowV2EventInput
- type GoogleCloudDialogflowV2ExportAgentResponse
- type GoogleCloudDialogflowV2ExportOperationMetadata
- type GoogleCloudDialogflowV2FaqAnswer
- type GoogleCloudDialogflowV2FreeFormSuggestion
- type GoogleCloudDialogflowV2GcsDestination
- type GoogleCloudDialogflowV2GenerateSuggestionsResponse
- type GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer
- type GoogleCloudDialogflowV2GeneratorSuggestion
- type GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo
- type GoogleCloudDialogflowV2HumanAgentAssistantEvent
- type GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
- type GoogleCloudDialogflowV2ImportConversationDataOperationResponse
- type GoogleCloudDialogflowV2ImportDocumentsResponse
- type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo
- type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- type GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
- type GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
- type GoogleCloudDialogflowV2InputDataset
- type GoogleCloudDialogflowV2Intent
- type GoogleCloudDialogflowV2IntentFollowupIntentInfo
- type GoogleCloudDialogflowV2IntentMessage
- type GoogleCloudDialogflowV2IntentMessageBasicCard
- type GoogleCloudDialogflowV2IntentMessageBasicCardButton
- type GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction
- type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard
- type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem
- type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
- type GoogleCloudDialogflowV2IntentMessageCard
- type GoogleCloudDialogflowV2IntentMessageCardButton
- type GoogleCloudDialogflowV2IntentMessageCarouselSelect
- type GoogleCloudDialogflowV2IntentMessageCarouselSelectItem
- type GoogleCloudDialogflowV2IntentMessageColumnProperties
- type GoogleCloudDialogflowV2IntentMessageImage
- type GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion
- type GoogleCloudDialogflowV2IntentMessageListSelect
- type GoogleCloudDialogflowV2IntentMessageListSelectItem
- type GoogleCloudDialogflowV2IntentMessageMediaContent
- type GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject
- type GoogleCloudDialogflowV2IntentMessageQuickReplies
- type GoogleCloudDialogflowV2IntentMessageSelectItemInfo
- type GoogleCloudDialogflowV2IntentMessageSimpleResponse
- type GoogleCloudDialogflowV2IntentMessageSimpleResponses
- type GoogleCloudDialogflowV2IntentMessageSuggestion
- type GoogleCloudDialogflowV2IntentMessageSuggestions
- type GoogleCloudDialogflowV2IntentMessageTableCard
- type GoogleCloudDialogflowV2IntentMessageTableCardCell
- type GoogleCloudDialogflowV2IntentMessageTableCardRow
- type GoogleCloudDialogflowV2IntentMessageText
- type GoogleCloudDialogflowV2IntentParameter
- type GoogleCloudDialogflowV2IntentTrainingPhrase
- type GoogleCloudDialogflowV2IntentTrainingPhrasePart
- type GoogleCloudDialogflowV2KnowledgeAssistAnswer
- type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer
- type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
- type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
- type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
- type GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery
- type GoogleCloudDialogflowV2KnowledgeAssistDebugInfo
- type GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior
- type GoogleCloudDialogflowV2KnowledgeOperationMetadata
- type GoogleCloudDialogflowV2Message
- type GoogleCloudDialogflowV2MessageAnnotation
- type GoogleCloudDialogflowV2OriginalDetectIntentRequest
- type GoogleCloudDialogflowV2QueryResult
- type GoogleCloudDialogflowV2Sentiment
- type GoogleCloudDialogflowV2SentimentAnalysisResult
- type GoogleCloudDialogflowV2ServiceLatency
- type GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
- type GoogleCloudDialogflowV2SessionEntityType
- type GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
- type GoogleCloudDialogflowV2SmartReplyAnswer
- type GoogleCloudDialogflowV2SmartReplyModelMetadata
- type GoogleCloudDialogflowV2SpeechWordInfo
- type GoogleCloudDialogflowV2StreamingRecognitionResult
- type GoogleCloudDialogflowV2SuggestArticlesResponse
- type GoogleCloudDialogflowV2SuggestFaqAnswersResponse
- type GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse
- type GoogleCloudDialogflowV2SuggestSmartRepliesResponse
- type GoogleCloudDialogflowV2SuggestionResult
- type GoogleCloudDialogflowV2SummarySuggestion
- type GoogleCloudDialogflowV2SummarySuggestionSummarySection
- type GoogleCloudDialogflowV2ToolCall
- type GoogleCloudDialogflowV2ToolCallResult
- type GoogleCloudDialogflowV2ToolCallResultError
- type GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
- type GoogleCloudDialogflowV2WebhookRequest
- type GoogleCloudDialogflowV2WebhookResponse
- type GoogleCloudDialogflowV2beta1Agent
- type GoogleCloudDialogflowV2beta1AgentAssistantFeedback
- type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback
- type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback
- type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
- type GoogleCloudDialogflowV2beta1AgentAssistantRecord
- type GoogleCloudDialogflowV2beta1AgentCoachingContext
- type GoogleCloudDialogflowV2beta1AgentCoachingInstruction
- type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult
- type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
- type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
- type GoogleCloudDialogflowV2beta1AnalyzeContentRequest
- type GoogleCloudDialogflowV2beta1AnalyzeContentResponse
- type GoogleCloudDialogflowV2beta1AnnotatedMessagePart
- type GoogleCloudDialogflowV2beta1AnswerFeedback
- type GoogleCloudDialogflowV2beta1AnswerRecord
- type GoogleCloudDialogflowV2beta1ArticleAnswer
- type GoogleCloudDialogflowV2beta1AssistQueryParameters
- type GoogleCloudDialogflowV2beta1AudioInput
- type GoogleCloudDialogflowV2beta1AutomatedAgentConfig
- type GoogleCloudDialogflowV2beta1AutomatedAgentReply
- type GoogleCloudDialogflowV2beta1BargeInConfig
- type GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
- type GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse
- type GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
- type GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
- type GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
- type GoogleCloudDialogflowV2beta1CesAppSpec
- type GoogleCloudDialogflowV2beta1CesToolSpec
- type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
- type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
- type GoogleCloudDialogflowV2beta1CompileSuggestionRequest
- type GoogleCloudDialogflowV2beta1CompileSuggestionResponse
- type GoogleCloudDialogflowV2beta1CompleteConversationRequest
- type GoogleCloudDialogflowV2beta1Connection
- type GoogleCloudDialogflowV2beta1ConnectionErrorDetails
- type GoogleCloudDialogflowV2beta1Context
- type GoogleCloudDialogflowV2beta1Conversation
- type GoogleCloudDialogflowV2beta1ConversationContext
- type GoogleCloudDialogflowV2beta1ConversationContextReference
- type GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent
- type GoogleCloudDialogflowV2beta1ConversationEvent
- type GoogleCloudDialogflowV2beta1ConversationGeneratorContext
- type GoogleCloudDialogflowV2beta1ConversationPhoneNumber
- type GoogleCloudDialogflowV2beta1ConversationProfile
- type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
- type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
- type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader
- type GoogleCloudDialogflowV2beta1CreateMessageRequest
- type GoogleCloudDialogflowV2beta1CustomPronunciationParams
- type GoogleCloudDialogflowV2beta1DetectIntentRequest
- type GoogleCloudDialogflowV2beta1DetectIntentResponse
- type GoogleCloudDialogflowV2beta1DialogflowAssistAnswer
- type GoogleCloudDialogflowV2beta1Document
- type GoogleCloudDialogflowV2beta1DocumentReloadStatus
- type GoogleCloudDialogflowV2beta1DtmfParameters
- type GoogleCloudDialogflowV2beta1EncryptionSpec
- type GoogleCloudDialogflowV2beta1EntityType
- type GoogleCloudDialogflowV2beta1EntityTypeBatch
- type GoogleCloudDialogflowV2beta1EntityTypeEntity
- type GoogleCloudDialogflowV2beta1Environment
- type GoogleCloudDialogflowV2beta1EnvironmentHistory
- type GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
- type GoogleCloudDialogflowV2beta1EvaluationStatus
- type GoogleCloudDialogflowV2beta1EventInput
- type GoogleCloudDialogflowV2beta1ExportAgentRequest
- type GoogleCloudDialogflowV2beta1ExportAgentResponse
- type GoogleCloudDialogflowV2beta1ExportOperationMetadata
- type GoogleCloudDialogflowV2beta1FaqAnswer
- type GoogleCloudDialogflowV2beta1FewShotExample
- type GoogleCloudDialogflowV2beta1FreeFormContext
- type GoogleCloudDialogflowV2beta1FreeFormSuggestion
- type GoogleCloudDialogflowV2beta1Fulfillment
- type GoogleCloudDialogflowV2beta1FulfillmentFeature
- type GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
- type GoogleCloudDialogflowV2beta1GcsDestination
- type GoogleCloudDialogflowV2beta1GcsSource
- type GoogleCloudDialogflowV2beta1GcsSources
- type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest
- type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
- type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
- type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation
- type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse
- type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary
- type GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest
- type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse
- type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer
- type GoogleCloudDialogflowV2beta1Generator
- type GoogleCloudDialogflowV2beta1GeneratorEvaluation
- type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
- type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig
- type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig
- type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig
- type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig
- type GoogleCloudDialogflowV2beta1GeneratorSuggestion
- type GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
- type GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
- type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
- type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
- type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
- type GoogleCloudDialogflowV2beta1ImportAgentRequest
- type GoogleCloudDialogflowV2beta1ImportDocumentTemplate
- type GoogleCloudDialogflowV2beta1ImportDocumentsRequest
- type GoogleCloudDialogflowV2beta1ImportDocumentsResponse
- type GoogleCloudDialogflowV2beta1InferenceParameter
- type GoogleCloudDialogflowV2beta1IngestContextReferencesRequest
- type GoogleCloudDialogflowV2beta1IngestContextReferencesResponse
- type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo
- type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo
- type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
- type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
- type GoogleCloudDialogflowV2beta1InputAudioConfig
- type GoogleCloudDialogflowV2beta1Intent
- type GoogleCloudDialogflowV2beta1IntentBatch
- type GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
- type GoogleCloudDialogflowV2beta1IntentInput
- type GoogleCloudDialogflowV2beta1IntentMessage
- type GoogleCloudDialogflowV2beta1IntentMessageBasicCard
- type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton
- type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction
- type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
- type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
- type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
- type GoogleCloudDialogflowV2beta1IntentMessageCard
- type GoogleCloudDialogflowV2beta1IntentMessageCardButton
- type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect
- type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem
- type GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
- type GoogleCloudDialogflowV2beta1IntentMessageImage
- type GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
- type GoogleCloudDialogflowV2beta1IntentMessageListSelect
- type GoogleCloudDialogflowV2beta1IntentMessageListSelectItem
- type GoogleCloudDialogflowV2beta1IntentMessageMediaContent
- type GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
- type GoogleCloudDialogflowV2beta1IntentMessageQuickReplies
- type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
- type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
- type GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
- type GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply
- type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion
- type GoogleCloudDialogflowV2beta1IntentMessageRbmText
- type GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo
- type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse
- type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
- type GoogleCloudDialogflowV2beta1IntentMessageSuggestion
- type GoogleCloudDialogflowV2beta1IntentMessageSuggestions
- type GoogleCloudDialogflowV2beta1IntentMessageTableCard
- type GoogleCloudDialogflowV2beta1IntentMessageTableCardCell
- type GoogleCloudDialogflowV2beta1IntentMessageTableCardRow
- type GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
- type GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
- type GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall
- type GoogleCloudDialogflowV2beta1IntentMessageText
- type GoogleCloudDialogflowV2beta1IntentParameter
- type GoogleCloudDialogflowV2beta1IntentSuggestion
- type GoogleCloudDialogflowV2beta1IntentTrainingPhrase
- type GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
- type GoogleCloudDialogflowV2beta1KnowledgeAnswers
- type GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
- type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery
- type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo
- type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
- type GoogleCloudDialogflowV2beta1KnowledgeBase
- type GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
- type GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse
- type GoogleCloudDialogflowV2beta1ListContextsResponse
- type GoogleCloudDialogflowV2beta1ListConversationProfilesResponse
- type GoogleCloudDialogflowV2beta1ListConversationsResponse
- type GoogleCloudDialogflowV2beta1ListDocumentsResponse
- type GoogleCloudDialogflowV2beta1ListEntityTypesResponse
- type GoogleCloudDialogflowV2beta1ListEnvironmentsResponse
- type GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
- type GoogleCloudDialogflowV2beta1ListGeneratorsResponse
- type GoogleCloudDialogflowV2beta1ListIntentsResponse
- type GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse
- type GoogleCloudDialogflowV2beta1ListMessagesResponse
- type GoogleCloudDialogflowV2beta1ListParticipantsResponse
- type GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse
- type GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse
- type GoogleCloudDialogflowV2beta1ListSipTrunksResponse
- type GoogleCloudDialogflowV2beta1ListSuggestionsResponse
- type GoogleCloudDialogflowV2beta1ListToolsResponse
- type GoogleCloudDialogflowV2beta1ListVersionsResponse
- type GoogleCloudDialogflowV2beta1LoggingConfig
- type GoogleCloudDialogflowV2beta1Message
- type GoogleCloudDialogflowV2beta1MessageAnnotation
- type GoogleCloudDialogflowV2beta1MessageEntry
- type GoogleCloudDialogflowV2beta1NotificationConfig
- type GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
- type GoogleCloudDialogflowV2beta1OutputAudio
- type GoogleCloudDialogflowV2beta1OutputAudioConfig
- type GoogleCloudDialogflowV2beta1Participant
- type GoogleCloudDialogflowV2beta1PhoneNumber
- type GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks
- type GoogleCloudDialogflowV2beta1QueryInput
- type GoogleCloudDialogflowV2beta1QueryParameters
- type GoogleCloudDialogflowV2beta1QueryResult
- type GoogleCloudDialogflowV2beta1RaiSettings
- type GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig
- type GoogleCloudDialogflowV2beta1ReloadDocumentRequest
- type GoogleCloudDialogflowV2beta1ResponseMessage
- type GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
- type GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
- type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
- type GoogleCloudDialogflowV2beta1ResponseMessageText
- type GoogleCloudDialogflowV2beta1RestoreAgentRequest
- type GoogleCloudDialogflowV2beta1SearchAgentsResponse
- type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer
- type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource
- type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo
- type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint
- func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint) MarshalJSON() ([]byte, error)
- func (s *GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint) UnmarshalJSON(data []byte) error
- type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
- type GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
- type GoogleCloudDialogflowV2beta1Sentiment
- type GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig
- type GoogleCloudDialogflowV2beta1SentimentAnalysisResult
- type GoogleCloudDialogflowV2beta1ServiceLatency
- type GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency
- type GoogleCloudDialogflowV2beta1SessionEntityType
- type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
- type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
- type GoogleCloudDialogflowV2beta1SipTrunk
- type GoogleCloudDialogflowV2beta1SmartReplyAnswer
- type GoogleCloudDialogflowV2beta1SpeechContext
- type GoogleCloudDialogflowV2beta1SpeechToTextConfig
- type GoogleCloudDialogflowV2beta1SpeechWordInfo
- type GoogleCloudDialogflowV2beta1StreamingRecognitionResult
- type GoogleCloudDialogflowV2beta1SubAgent
- type GoogleCloudDialogflowV2beta1SuggestArticlesRequest
- type GoogleCloudDialogflowV2beta1SuggestArticlesResponse
- type GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest
- type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse
- type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary
- type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection
- type GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse
- type GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
- type GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
- type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest
- type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
- type GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest
- type GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
- type GoogleCloudDialogflowV2beta1Suggestion
- type GoogleCloudDialogflowV2beta1SuggestionArticle
- type GoogleCloudDialogflowV2beta1SuggestionDedupingConfig
- type GoogleCloudDialogflowV2beta1SuggestionFaqAnswer
- type GoogleCloudDialogflowV2beta1SuggestionFeature
- type GoogleCloudDialogflowV2beta1SuggestionInput
- type GoogleCloudDialogflowV2beta1SuggestionResult
- type GoogleCloudDialogflowV2beta1SummarizationContext
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken
- type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult
- type GoogleCloudDialogflowV2beta1SummarizationSection
- type GoogleCloudDialogflowV2beta1SummarizationSectionList
- type GoogleCloudDialogflowV2beta1SummarySuggestion
- type GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection
- type GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig
- type GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
- type GoogleCloudDialogflowV2beta1TextInput
- type GoogleCloudDialogflowV2beta1TextToSpeechSettings
- type GoogleCloudDialogflowV2beta1Tool
- type GoogleCloudDialogflowV2beta1ToolAuthentication
- type GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig
- type GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig
- type GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig
- type GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig
- type GoogleCloudDialogflowV2beta1ToolCall
- type GoogleCloudDialogflowV2beta1ToolCallResult
- type GoogleCloudDialogflowV2beta1ToolCallResultError
- type GoogleCloudDialogflowV2beta1ToolConnectorTool
- type GoogleCloudDialogflowV2beta1ToolConnectorToolAction
- type GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation
- type GoogleCloudDialogflowV2beta1ToolExtensionTool
- type GoogleCloudDialogflowV2beta1ToolFunctionTool
- type GoogleCloudDialogflowV2beta1ToolOpenApiTool
- type GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
- type GoogleCloudDialogflowV2beta1ToolTLSConfig
- type GoogleCloudDialogflowV2beta1ToolTLSConfigCACert
- type GoogleCloudDialogflowV2beta1ToolsetTool
- type GoogleCloudDialogflowV2beta1TrainAgentRequest
- type GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest
- type GoogleCloudDialogflowV2beta1ValidationError
- type GoogleCloudDialogflowV2beta1ValidationResult
- type GoogleCloudDialogflowV2beta1Version
- type GoogleCloudDialogflowV2beta1VoiceSelectionParams
- type GoogleCloudDialogflowV2beta1WebhookRequest
- type GoogleCloudDialogflowV2beta1WebhookResponse
- type GoogleCloudDialogflowV3alpha1ConversationSignals
- type GoogleCloudDialogflowV3alpha1TurnSignals
- type GoogleCloudLocationListLocationsResponse
- type GoogleCloudLocationLocation
- type GoogleLongrunningListOperationsResponse
- type GoogleLongrunningOperation
- type GoogleProtobufEmpty
- type GoogleRpcStatus
- type GoogleTypeLatLng
- type ProjectsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentEntityTypesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesBatchDeleteCall) Header() http.Header
- type ProjectsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentEntityTypesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesBatchUpdateCall) Header() http.Header
- type ProjectsAgentEntityTypesCreateCall
- func (c *ProjectsAgentEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesCreateCall
- func (c *ProjectsAgentEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsAgentEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesCreateCall
- func (c *ProjectsAgentEntityTypesCreateCall) Header() http.Header
- func (c *ProjectsAgentEntityTypesCreateCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesCreateCall
- type ProjectsAgentEntityTypesDeleteCall
- func (c *ProjectsAgentEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesDeleteCall
- func (c *ProjectsAgentEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesDeleteCall
- func (c *ProjectsAgentEntityTypesDeleteCall) Header() http.Header
- type ProjectsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Header() http.Header
- type ProjectsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Header() http.Header
- type ProjectsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Header() http.Header
- type ProjectsAgentEntityTypesEntitiesService
- func (r *ProjectsAgentEntityTypesEntitiesService) BatchCreate(parent string, ...) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
- func (r *ProjectsAgentEntityTypesEntitiesService) BatchDelete(parent string, ...) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
- func (r *ProjectsAgentEntityTypesEntitiesService) BatchUpdate(parent string, ...) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
- type ProjectsAgentEntityTypesGetCall
- func (c *ProjectsAgentEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentEntityTypesGetCall
- func (c *ProjectsAgentEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsAgentEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesGetCall
- func (c *ProjectsAgentEntityTypesGetCall) Header() http.Header
- func (c *ProjectsAgentEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEntityTypesGetCall
- func (c *ProjectsAgentEntityTypesGetCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesGetCall
- type ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEntityTypesResponse, error)
- func (c *ProjectsAgentEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) Header() http.Header
- func (c *ProjectsAgentEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentEntityTypesListCall
- func (c *ProjectsAgentEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEntityTypesPatchCall
- func (c *ProjectsAgentEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentEntityTypesPatchCall
- func (c *ProjectsAgentEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsAgentEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesPatchCall
- func (c *ProjectsAgentEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsAgentEntityTypesPatchCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesPatchCall
- func (c *ProjectsAgentEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentEntityTypesPatchCall
- type ProjectsAgentEntityTypesService
- func (r *ProjectsAgentEntityTypesService) BatchDelete(parent string, ...) *ProjectsAgentEntityTypesBatchDeleteCall
- func (r *ProjectsAgentEntityTypesService) BatchUpdate(parent string, ...) *ProjectsAgentEntityTypesBatchUpdateCall
- func (r *ProjectsAgentEntityTypesService) Create(parent string, ...) *ProjectsAgentEntityTypesCreateCall
- func (r *ProjectsAgentEntityTypesService) Delete(name string) *ProjectsAgentEntityTypesDeleteCall
- func (r *ProjectsAgentEntityTypesService) Get(name string) *ProjectsAgentEntityTypesGetCall
- func (r *ProjectsAgentEntityTypesService) List(parent string) *ProjectsAgentEntityTypesListCall
- func (r *ProjectsAgentEntityTypesService) Patch(name string, ...) *ProjectsAgentEntityTypesPatchCall
- type ProjectsAgentEnvironmentsCreateCall
- func (c *ProjectsAgentEnvironmentsCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsCreateCall
- func (c *ProjectsAgentEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsAgentEnvironmentsCreateCall) EnvironmentId(environmentId string) *ProjectsAgentEnvironmentsCreateCall
- func (c *ProjectsAgentEnvironmentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsCreateCall
- func (c *ProjectsAgentEnvironmentsCreateCall) Header() http.Header
- type ProjectsAgentEnvironmentsDeleteCall
- func (c *ProjectsAgentEnvironmentsDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsDeleteCall
- func (c *ProjectsAgentEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsDeleteCall
- func (c *ProjectsAgentEnvironmentsDeleteCall) Header() http.Header
- type ProjectsAgentEnvironmentsGetCall
- func (c *ProjectsAgentEnvironmentsGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsGetCall
- func (c *ProjectsAgentEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsAgentEnvironmentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsGetCall
- func (c *ProjectsAgentEnvironmentsGetCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsGetCall
- type ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EnvironmentHistory, error)
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsAgentEnvironmentsGetHistoryCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
- func (c *ProjectsAgentEnvironmentsIntentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsIntentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) IntentView(intentView string) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) LanguageCode(languageCode string) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsIntentsListCall
- func (c *ProjectsAgentEnvironmentsIntentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEnvironmentsIntentsService
- type ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse, error)
- func (c *ProjectsAgentEnvironmentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsListCall
- func (c *ProjectsAgentEnvironmentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEnvironmentsPatchCall
- func (c *ProjectsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges(allowLoadToDraftAndDiscardChanges bool) *ProjectsAgentEnvironmentsPatchCall
- func (c *ProjectsAgentEnvironmentsPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsPatchCall
- func (c *ProjectsAgentEnvironmentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsAgentEnvironmentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsPatchCall
- func (c *ProjectsAgentEnvironmentsPatchCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsPatchCall
- type ProjectsAgentEnvironmentsService
- func (r *ProjectsAgentEnvironmentsService) Create(parent string, ...) *ProjectsAgentEnvironmentsCreateCall
- func (r *ProjectsAgentEnvironmentsService) Delete(name string) *ProjectsAgentEnvironmentsDeleteCall
- func (r *ProjectsAgentEnvironmentsService) Get(name string) *ProjectsAgentEnvironmentsGetCall
- func (r *ProjectsAgentEnvironmentsService) GetHistory(parent string) *ProjectsAgentEnvironmentsGetHistoryCall
- func (r *ProjectsAgentEnvironmentsService) List(parent string) *ProjectsAgentEnvironmentsListCall
- func (r *ProjectsAgentEnvironmentsService) Patch(name string, ...) *ProjectsAgentEnvironmentsPatchCall
- type ProjectsAgentEnvironmentsUsersService
- type ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
- type ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
- type ProjectsAgentEnvironmentsUsersSessionsContextsService
- func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Create(parent string, ...) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Delete(name string) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Get(name string) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) List(parent string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Patch(name string, ...) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
- type ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header() http.Header
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- type ProjectsAgentEnvironmentsUsersSessionsEntityTypesService
- func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Create(parent string, ...) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Delete(name string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Get(name string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) List(parent string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Patch(name string, ...) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- type ProjectsAgentEnvironmentsUsersSessionsService
- type ProjectsAgentExportCall
- func (c *ProjectsAgentExportCall) Context(ctx context.Context) *ProjectsAgentExportCall
- func (c *ProjectsAgentExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentExportCall) Fields(s ...googleapi.Field) *ProjectsAgentExportCall
- func (c *ProjectsAgentExportCall) Header() http.Header
- type ProjectsAgentGetFulfillmentCall
- func (c *ProjectsAgentGetFulfillmentCall) Context(ctx context.Context) *ProjectsAgentGetFulfillmentCall
- func (c *ProjectsAgentGetFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
- func (c *ProjectsAgentGetFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsAgentGetFulfillmentCall
- func (c *ProjectsAgentGetFulfillmentCall) Header() http.Header
- func (c *ProjectsAgentGetFulfillmentCall) IfNoneMatch(entityTag string) *ProjectsAgentGetFulfillmentCall
- type ProjectsAgentGetValidationResultCall
- func (c *ProjectsAgentGetValidationResultCall) Context(ctx context.Context) *ProjectsAgentGetValidationResultCall
- func (c *ProjectsAgentGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ValidationResult, error)
- func (c *ProjectsAgentGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsAgentGetValidationResultCall
- func (c *ProjectsAgentGetValidationResultCall) Header() http.Header
- func (c *ProjectsAgentGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsAgentGetValidationResultCall
- func (c *ProjectsAgentGetValidationResultCall) LanguageCode(languageCode string) *ProjectsAgentGetValidationResultCall
- type ProjectsAgentImportCall
- func (c *ProjectsAgentImportCall) Context(ctx context.Context) *ProjectsAgentImportCall
- func (c *ProjectsAgentImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentImportCall) Fields(s ...googleapi.Field) *ProjectsAgentImportCall
- func (c *ProjectsAgentImportCall) Header() http.Header
- type ProjectsAgentIntentsBatchDeleteCall
- func (c *ProjectsAgentIntentsBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentIntentsBatchDeleteCall
- func (c *ProjectsAgentIntentsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentIntentsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsBatchDeleteCall
- func (c *ProjectsAgentIntentsBatchDeleteCall) Header() http.Header
- type ProjectsAgentIntentsBatchUpdateCall
- func (c *ProjectsAgentIntentsBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentIntentsBatchUpdateCall
- func (c *ProjectsAgentIntentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentIntentsBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsBatchUpdateCall
- func (c *ProjectsAgentIntentsBatchUpdateCall) Header() http.Header
- type ProjectsAgentIntentsCreateCall
- func (c *ProjectsAgentIntentsCreateCall) Context(ctx context.Context) *ProjectsAgentIntentsCreateCall
- func (c *ProjectsAgentIntentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsAgentIntentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsCreateCall
- func (c *ProjectsAgentIntentsCreateCall) Header() http.Header
- func (c *ProjectsAgentIntentsCreateCall) IntentView(intentView string) *ProjectsAgentIntentsCreateCall
- func (c *ProjectsAgentIntentsCreateCall) LanguageCode(languageCode string) *ProjectsAgentIntentsCreateCall
- type ProjectsAgentIntentsDeleteCall
- func (c *ProjectsAgentIntentsDeleteCall) Context(ctx context.Context) *ProjectsAgentIntentsDeleteCall
- func (c *ProjectsAgentIntentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentIntentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsDeleteCall
- func (c *ProjectsAgentIntentsDeleteCall) Header() http.Header
- type ProjectsAgentIntentsGetCall
- func (c *ProjectsAgentIntentsGetCall) Context(ctx context.Context) *ProjectsAgentIntentsGetCall
- func (c *ProjectsAgentIntentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsAgentIntentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsGetCall
- func (c *ProjectsAgentIntentsGetCall) Header() http.Header
- func (c *ProjectsAgentIntentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentIntentsGetCall
- func (c *ProjectsAgentIntentsGetCall) IntentView(intentView string) *ProjectsAgentIntentsGetCall
- func (c *ProjectsAgentIntentsGetCall) LanguageCode(languageCode string) *ProjectsAgentIntentsGetCall
- type ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) Context(ctx context.Context) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
- func (c *ProjectsAgentIntentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) Header() http.Header
- func (c *ProjectsAgentIntentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) IntentView(intentView string) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) LanguageCode(languageCode string) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) PageSize(pageSize int64) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) PageToken(pageToken string) *ProjectsAgentIntentsListCall
- func (c *ProjectsAgentIntentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentIntentsPatchCall
- func (c *ProjectsAgentIntentsPatchCall) Context(ctx context.Context) *ProjectsAgentIntentsPatchCall
- func (c *ProjectsAgentIntentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsAgentIntentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsPatchCall
- func (c *ProjectsAgentIntentsPatchCall) Header() http.Header
- func (c *ProjectsAgentIntentsPatchCall) IntentView(intentView string) *ProjectsAgentIntentsPatchCall
- func (c *ProjectsAgentIntentsPatchCall) LanguageCode(languageCode string) *ProjectsAgentIntentsPatchCall
- func (c *ProjectsAgentIntentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentIntentsPatchCall
- type ProjectsAgentIntentsService
- func (r *ProjectsAgentIntentsService) BatchDelete(parent string, ...) *ProjectsAgentIntentsBatchDeleteCall
- func (r *ProjectsAgentIntentsService) BatchUpdate(parent string, ...) *ProjectsAgentIntentsBatchUpdateCall
- func (r *ProjectsAgentIntentsService) Create(parent string, ...) *ProjectsAgentIntentsCreateCall
- func (r *ProjectsAgentIntentsService) Delete(name string) *ProjectsAgentIntentsDeleteCall
- func (r *ProjectsAgentIntentsService) Get(name string) *ProjectsAgentIntentsGetCall
- func (r *ProjectsAgentIntentsService) List(parent string) *ProjectsAgentIntentsListCall
- func (r *ProjectsAgentIntentsService) Patch(name string, ...) *ProjectsAgentIntentsPatchCall
- type ProjectsAgentKnowledgeBasesCreateCall
- func (c *ProjectsAgentKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesCreateCall
- func (c *ProjectsAgentKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsAgentKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesCreateCall
- func (c *ProjectsAgentKnowledgeBasesCreateCall) Header() http.Header
- type ProjectsAgentKnowledgeBasesDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDeleteCall) Force(force bool) *ProjectsAgentKnowledgeBasesDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDeleteCall) Header() http.Header
- type ProjectsAgentKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
- type ProjectsAgentKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Header() http.Header
- type ProjectsAgentKnowledgeBasesDocumentsGetCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsGetCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsGetCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesDocumentsGetCall
- type ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
- type ProjectsAgentKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Header() http.Header
- type ProjectsAgentKnowledgeBasesDocumentsService
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) Create(parent string, ...) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) Delete(name string) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) Get(name string) *ProjectsAgentKnowledgeBasesDocumentsGetCall
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) List(parent string) *ProjectsAgentKnowledgeBasesDocumentsListCall
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) Patch(name string, ...) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
- func (r *ProjectsAgentKnowledgeBasesDocumentsService) Reload(name string, ...) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
- type ProjectsAgentKnowledgeBasesGetCall
- func (c *ProjectsAgentKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesGetCall
- func (c *ProjectsAgentKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsAgentKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesGetCall
- func (c *ProjectsAgentKnowledgeBasesGetCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesGetCall
- type ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
- func (c *ProjectsAgentKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) Filter(filter string) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsAgentKnowledgeBasesListCall
- func (c *ProjectsAgentKnowledgeBasesListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentKnowledgeBasesPatchCall
- func (c *ProjectsAgentKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesPatchCall
- func (c *ProjectsAgentKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsAgentKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesPatchCall
- func (c *ProjectsAgentKnowledgeBasesPatchCall) Header() http.Header
- func (c *ProjectsAgentKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsAgentKnowledgeBasesPatchCall
- type ProjectsAgentKnowledgeBasesService
- func (r *ProjectsAgentKnowledgeBasesService) Create(parent string, ...) *ProjectsAgentKnowledgeBasesCreateCall
- func (r *ProjectsAgentKnowledgeBasesService) Delete(name string) *ProjectsAgentKnowledgeBasesDeleteCall
- func (r *ProjectsAgentKnowledgeBasesService) Get(name string) *ProjectsAgentKnowledgeBasesGetCall
- func (r *ProjectsAgentKnowledgeBasesService) List(parent string) *ProjectsAgentKnowledgeBasesListCall
- func (r *ProjectsAgentKnowledgeBasesService) Patch(name string, ...) *ProjectsAgentKnowledgeBasesPatchCall
- type ProjectsAgentRestoreCall
- func (c *ProjectsAgentRestoreCall) Context(ctx context.Context) *ProjectsAgentRestoreCall
- func (c *ProjectsAgentRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentRestoreCall) Fields(s ...googleapi.Field) *ProjectsAgentRestoreCall
- func (c *ProjectsAgentRestoreCall) Header() http.Header
- type ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) Context(ctx context.Context) *ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchAgentsResponse, error)
- func (c *ProjectsAgentSearchCall) Fields(s ...googleapi.Field) *ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) Header() http.Header
- func (c *ProjectsAgentSearchCall) IfNoneMatch(entityTag string) *ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) PageSize(pageSize int64) *ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) PageToken(pageToken string) *ProjectsAgentSearchCall
- func (c *ProjectsAgentSearchCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentService
- func (r *ProjectsAgentService) Export(parent string, ...) *ProjectsAgentExportCall
- func (r *ProjectsAgentService) GetFulfillment(name string) *ProjectsAgentGetFulfillmentCall
- func (r *ProjectsAgentService) GetValidationResult(parent string) *ProjectsAgentGetValidationResultCall
- func (r *ProjectsAgentService) Import(parent string, ...) *ProjectsAgentImportCall
- func (r *ProjectsAgentService) Restore(parent string, ...) *ProjectsAgentRestoreCall
- func (r *ProjectsAgentService) Search(parent string) *ProjectsAgentSearchCall
- func (r *ProjectsAgentService) Train(parent string, ...) *ProjectsAgentTrainCall
- func (r *ProjectsAgentService) UpdateFulfillment(name string, ...) *ProjectsAgentUpdateFulfillmentCall
- type ProjectsAgentSessionsContextsCreateCall
- func (c *ProjectsAgentSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsCreateCall
- func (c *ProjectsAgentSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsCreateCall
- func (c *ProjectsAgentSessionsContextsCreateCall) Header() http.Header
- type ProjectsAgentSessionsContextsDeleteCall
- func (c *ProjectsAgentSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsDeleteCall
- func (c *ProjectsAgentSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsDeleteCall
- func (c *ProjectsAgentSessionsContextsDeleteCall) Header() http.Header
- type ProjectsAgentSessionsContextsGetCall
- func (c *ProjectsAgentSessionsContextsGetCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsGetCall
- func (c *ProjectsAgentSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsGetCall
- func (c *ProjectsAgentSessionsContextsGetCall) Header() http.Header
- func (c *ProjectsAgentSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsContextsGetCall
- type ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
- func (c *ProjectsAgentSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) Header() http.Header
- func (c *ProjectsAgentSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) PageSize(pageSize int64) *ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) PageToken(pageToken string) *ProjectsAgentSessionsContextsListCall
- func (c *ProjectsAgentSessionsContextsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentSessionsContextsPatchCall
- func (c *ProjectsAgentSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsPatchCall
- func (c *ProjectsAgentSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsAgentSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsPatchCall
- func (c *ProjectsAgentSessionsContextsPatchCall) Header() http.Header
- func (c *ProjectsAgentSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsAgentSessionsContextsPatchCall
- type ProjectsAgentSessionsContextsService
- func (r *ProjectsAgentSessionsContextsService) Create(parent string, ...) *ProjectsAgentSessionsContextsCreateCall
- func (r *ProjectsAgentSessionsContextsService) Delete(name string) *ProjectsAgentSessionsContextsDeleteCall
- func (r *ProjectsAgentSessionsContextsService) Get(name string) *ProjectsAgentSessionsContextsGetCall
- func (r *ProjectsAgentSessionsContextsService) List(parent string) *ProjectsAgentSessionsContextsListCall
- func (r *ProjectsAgentSessionsContextsService) Patch(name string, ...) *ProjectsAgentSessionsContextsPatchCall
- type ProjectsAgentSessionsDeleteContextsCall
- func (c *ProjectsAgentSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsAgentSessionsDeleteContextsCall
- func (c *ProjectsAgentSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsDeleteContextsCall
- func (c *ProjectsAgentSessionsDeleteContextsCall) Header() http.Header
- type ProjectsAgentSessionsDetectIntentCall
- func (c *ProjectsAgentSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsAgentSessionsDetectIntentCall
- func (c *ProjectsAgentSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
- func (c *ProjectsAgentSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsDetectIntentCall
- func (c *ProjectsAgentSessionsDetectIntentCall) Header() http.Header
- type ProjectsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsAgentSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsAgentSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsAgentSessionsEntityTypesCreateCall) Header() http.Header
- type ProjectsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Header() http.Header
- type ProjectsAgentSessionsEntityTypesGetCall
- func (c *ProjectsAgentSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesGetCall
- func (c *ProjectsAgentSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesGetCall
- func (c *ProjectsAgentSessionsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsAgentSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsEntityTypesGetCall
- type ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
- func (c *ProjectsAgentSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) Header() http.Header
- func (c *ProjectsAgentSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentSessionsEntityTypesListCall
- func (c *ProjectsAgentSessionsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsAgentSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsAgentSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsAgentSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsAgentSessionsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsAgentSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentSessionsEntityTypesPatchCall
- type ProjectsAgentSessionsEntityTypesService
- func (r *ProjectsAgentSessionsEntityTypesService) Create(parent string, ...) *ProjectsAgentSessionsEntityTypesCreateCall
- func (r *ProjectsAgentSessionsEntityTypesService) Delete(name string) *ProjectsAgentSessionsEntityTypesDeleteCall
- func (r *ProjectsAgentSessionsEntityTypesService) Get(name string) *ProjectsAgentSessionsEntityTypesGetCall
- func (r *ProjectsAgentSessionsEntityTypesService) List(parent string) *ProjectsAgentSessionsEntityTypesListCall
- func (r *ProjectsAgentSessionsEntityTypesService) Patch(name string, ...) *ProjectsAgentSessionsEntityTypesPatchCall
- type ProjectsAgentSessionsService
- type ProjectsAgentTrainCall
- func (c *ProjectsAgentTrainCall) Context(ctx context.Context) *ProjectsAgentTrainCall
- func (c *ProjectsAgentTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsAgentTrainCall) Fields(s ...googleapi.Field) *ProjectsAgentTrainCall
- func (c *ProjectsAgentTrainCall) Header() http.Header
- type ProjectsAgentUpdateFulfillmentCall
- func (c *ProjectsAgentUpdateFulfillmentCall) Context(ctx context.Context) *ProjectsAgentUpdateFulfillmentCall
- func (c *ProjectsAgentUpdateFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
- func (c *ProjectsAgentUpdateFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsAgentUpdateFulfillmentCall
- func (c *ProjectsAgentUpdateFulfillmentCall) Header() http.Header
- func (c *ProjectsAgentUpdateFulfillmentCall) UpdateMask(updateMask string) *ProjectsAgentUpdateFulfillmentCall
- type ProjectsAgentVersionsCreateCall
- func (c *ProjectsAgentVersionsCreateCall) Context(ctx context.Context) *ProjectsAgentVersionsCreateCall
- func (c *ProjectsAgentVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsAgentVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsCreateCall
- func (c *ProjectsAgentVersionsCreateCall) Header() http.Header
- type ProjectsAgentVersionsDeleteCall
- func (c *ProjectsAgentVersionsDeleteCall) Context(ctx context.Context) *ProjectsAgentVersionsDeleteCall
- func (c *ProjectsAgentVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsAgentVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsDeleteCall
- func (c *ProjectsAgentVersionsDeleteCall) Header() http.Header
- type ProjectsAgentVersionsGetCall
- func (c *ProjectsAgentVersionsGetCall) Context(ctx context.Context) *ProjectsAgentVersionsGetCall
- func (c *ProjectsAgentVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsAgentVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsGetCall
- func (c *ProjectsAgentVersionsGetCall) Header() http.Header
- func (c *ProjectsAgentVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentVersionsGetCall
- type ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) Context(ctx context.Context) *ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListVersionsResponse, error)
- func (c *ProjectsAgentVersionsListCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) Header() http.Header
- func (c *ProjectsAgentVersionsListCall) IfNoneMatch(entityTag string) *ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) PageSize(pageSize int64) *ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) PageToken(pageToken string) *ProjectsAgentVersionsListCall
- func (c *ProjectsAgentVersionsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAgentVersionsPatchCall
- func (c *ProjectsAgentVersionsPatchCall) Context(ctx context.Context) *ProjectsAgentVersionsPatchCall
- func (c *ProjectsAgentVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsAgentVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsPatchCall
- func (c *ProjectsAgentVersionsPatchCall) Header() http.Header
- func (c *ProjectsAgentVersionsPatchCall) UpdateMask(updateMask string) *ProjectsAgentVersionsPatchCall
- type ProjectsAgentVersionsService
- func (r *ProjectsAgentVersionsService) Create(parent string, ...) *ProjectsAgentVersionsCreateCall
- func (r *ProjectsAgentVersionsService) Delete(name string) *ProjectsAgentVersionsDeleteCall
- func (r *ProjectsAgentVersionsService) Get(name string) *ProjectsAgentVersionsGetCall
- func (r *ProjectsAgentVersionsService) List(parent string) *ProjectsAgentVersionsListCall
- func (r *ProjectsAgentVersionsService) Patch(name string, ...) *ProjectsAgentVersionsPatchCall
- type ProjectsAnswerRecordsGetCall
- func (c *ProjectsAnswerRecordsGetCall) Context(ctx context.Context) *ProjectsAnswerRecordsGetCall
- func (c *ProjectsAnswerRecordsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
- func (c *ProjectsAnswerRecordsGetCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsGetCall
- func (c *ProjectsAnswerRecordsGetCall) Header() http.Header
- func (c *ProjectsAnswerRecordsGetCall) IfNoneMatch(entityTag string) *ProjectsAnswerRecordsGetCall
- type ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) Context(ctx context.Context) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse, error)
- func (c *ProjectsAnswerRecordsListCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) Filter(filter string) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) Header() http.Header
- func (c *ProjectsAnswerRecordsListCall) IfNoneMatch(entityTag string) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) PageSize(pageSize int64) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) PageToken(pageToken string) *ProjectsAnswerRecordsListCall
- func (c *ProjectsAnswerRecordsListCall) Pages(ctx context.Context, ...) error
- type ProjectsAnswerRecordsPatchCall
- func (c *ProjectsAnswerRecordsPatchCall) Context(ctx context.Context) *ProjectsAnswerRecordsPatchCall
- func (c *ProjectsAnswerRecordsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
- func (c *ProjectsAnswerRecordsPatchCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsPatchCall
- func (c *ProjectsAnswerRecordsPatchCall) Header() http.Header
- func (c *ProjectsAnswerRecordsPatchCall) UpdateMask(updateMask string) *ProjectsAnswerRecordsPatchCall
- type ProjectsAnswerRecordsService
- type ProjectsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Header() http.Header
- type ProjectsConversationProfilesCreateCall
- func (c *ProjectsConversationProfilesCreateCall) Context(ctx context.Context) *ProjectsConversationProfilesCreateCall
- func (c *ProjectsConversationProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsConversationProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesCreateCall
- func (c *ProjectsConversationProfilesCreateCall) Header() http.Header
- type ProjectsConversationProfilesDeleteCall
- func (c *ProjectsConversationProfilesDeleteCall) Context(ctx context.Context) *ProjectsConversationProfilesDeleteCall
- func (c *ProjectsConversationProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsConversationProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesDeleteCall
- func (c *ProjectsConversationProfilesDeleteCall) Header() http.Header
- type ProjectsConversationProfilesGetCall
- func (c *ProjectsConversationProfilesGetCall) Context(ctx context.Context) *ProjectsConversationProfilesGetCall
- func (c *ProjectsConversationProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsConversationProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesGetCall
- func (c *ProjectsConversationProfilesGetCall) Header() http.Header
- func (c *ProjectsConversationProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsConversationProfilesGetCall
- type ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) Context(ctx context.Context) *ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse, error)
- func (c *ProjectsConversationProfilesListCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) Header() http.Header
- func (c *ProjectsConversationProfilesListCall) IfNoneMatch(entityTag string) *ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) PageSize(pageSize int64) *ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) PageToken(pageToken string) *ProjectsConversationProfilesListCall
- func (c *ProjectsConversationProfilesListCall) Pages(ctx context.Context, ...) error
- type ProjectsConversationProfilesPatchCall
- func (c *ProjectsConversationProfilesPatchCall) Context(ctx context.Context) *ProjectsConversationProfilesPatchCall
- func (c *ProjectsConversationProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsConversationProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesPatchCall
- func (c *ProjectsConversationProfilesPatchCall) Header() http.Header
- func (c *ProjectsConversationProfilesPatchCall) UpdateMask(updateMask string) *ProjectsConversationProfilesPatchCall
- type ProjectsConversationProfilesService
- func (r *ProjectsConversationProfilesService) ClearSuggestionFeatureConfig(conversationProfile string, ...) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
- func (r *ProjectsConversationProfilesService) Create(parent string, ...) *ProjectsConversationProfilesCreateCall
- func (r *ProjectsConversationProfilesService) Delete(name string) *ProjectsConversationProfilesDeleteCall
- func (r *ProjectsConversationProfilesService) Get(name string) *ProjectsConversationProfilesGetCall
- func (r *ProjectsConversationProfilesService) List(parent string) *ProjectsConversationProfilesListCall
- func (r *ProjectsConversationProfilesService) Patch(name string, ...) *ProjectsConversationProfilesPatchCall
- func (r *ProjectsConversationProfilesService) SetSuggestionFeatureConfig(conversationProfile string, ...) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
- type ProjectsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Header() http.Header
- type ProjectsConversationsCompleteCall
- func (c *ProjectsConversationsCompleteCall) Context(ctx context.Context) *ProjectsConversationsCompleteCall
- func (c *ProjectsConversationsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsConversationsCompleteCall) Fields(s ...googleapi.Field) *ProjectsConversationsCompleteCall
- func (c *ProjectsConversationsCompleteCall) Header() http.Header
- type ProjectsConversationsCreateCall
- func (c *ProjectsConversationsCreateCall) Context(ctx context.Context) *ProjectsConversationsCreateCall
- func (c *ProjectsConversationsCreateCall) ConversationId(conversationId string) *ProjectsConversationsCreateCall
- func (c *ProjectsConversationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsConversationsCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsCreateCall
- func (c *ProjectsConversationsCreateCall) Header() http.Header
- type ProjectsConversationsGetCall
- func (c *ProjectsConversationsGetCall) Context(ctx context.Context) *ProjectsConversationsGetCall
- func (c *ProjectsConversationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsConversationsGetCall) Fields(s ...googleapi.Field) *ProjectsConversationsGetCall
- func (c *ProjectsConversationsGetCall) Header() http.Header
- func (c *ProjectsConversationsGetCall) IfNoneMatch(entityTag string) *ProjectsConversationsGetCall
- type ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) Context(ctx context.Context) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationsResponse, error)
- func (c *ProjectsConversationsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) Filter(filter string) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) Header() http.Header
- func (c *ProjectsConversationsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) PageSize(pageSize int64) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) PageToken(pageToken string) *ProjectsConversationsListCall
- func (c *ProjectsConversationsListCall) Pages(ctx context.Context, ...) error
- type ProjectsConversationsMessagesBatchCreateCall
- func (c *ProjectsConversationsMessagesBatchCreateCall) Context(ctx context.Context) *ProjectsConversationsMessagesBatchCreateCall
- func (c *ProjectsConversationsMessagesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse, error)
- func (c *ProjectsConversationsMessagesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsMessagesBatchCreateCall
- func (c *ProjectsConversationsMessagesBatchCreateCall) Header() http.Header
- type ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) Context(ctx context.Context) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListMessagesResponse, error)
- func (c *ProjectsConversationsMessagesListCall) Fields(s ...googleapi.Field) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) Filter(filter string) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) Header() http.Header
- func (c *ProjectsConversationsMessagesListCall) IfNoneMatch(entityTag string) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) PageSize(pageSize int64) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) PageToken(pageToken string) *ProjectsConversationsMessagesListCall
- func (c *ProjectsConversationsMessagesListCall) Pages(ctx context.Context, ...) error
- type ProjectsConversationsMessagesService
- type ProjectsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Context(ctx context.Context) *ProjectsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnalyzeContentResponse, error)
- func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Header() http.Header
- type ProjectsConversationsParticipantsCreateCall
- func (c *ProjectsConversationsParticipantsCreateCall) Context(ctx context.Context) *ProjectsConversationsParticipantsCreateCall
- func (c *ProjectsConversationsParticipantsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsConversationsParticipantsCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsCreateCall
- func (c *ProjectsConversationsParticipantsCreateCall) Header() http.Header
- type ProjectsConversationsParticipantsGetCall
- func (c *ProjectsConversationsParticipantsGetCall) Context(ctx context.Context) *ProjectsConversationsParticipantsGetCall
- func (c *ProjectsConversationsParticipantsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsConversationsParticipantsGetCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsGetCall
- func (c *ProjectsConversationsParticipantsGetCall) Header() http.Header
- func (c *ProjectsConversationsParticipantsGetCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsGetCall
- type ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) Context(ctx context.Context) *ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListParticipantsResponse, error)
- func (c *ProjectsConversationsParticipantsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) Header() http.Header
- func (c *ProjectsConversationsParticipantsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) PageSize(pageSize int64) *ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) PageToken(pageToken string) *ProjectsConversationsParticipantsListCall
- func (c *ProjectsConversationsParticipantsListCall) Pages(ctx context.Context, ...) error
- type ProjectsConversationsParticipantsPatchCall
- func (c *ProjectsConversationsParticipantsPatchCall) Context(ctx context.Context) *ProjectsConversationsParticipantsPatchCall
- func (c *ProjectsConversationsParticipantsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsConversationsParticipantsPatchCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsPatchCall
- func (c *ProjectsConversationsParticipantsPatchCall) Header() http.Header
- func (c *ProjectsConversationsParticipantsPatchCall) UpdateMask(updateMask string) *ProjectsConversationsParticipantsPatchCall
- type ProjectsConversationsParticipantsService
- func (r *ProjectsConversationsParticipantsService) AnalyzeContent(participant string, ...) *ProjectsConversationsParticipantsAnalyzeContentCall
- func (r *ProjectsConversationsParticipantsService) Create(parent string, ...) *ProjectsConversationsParticipantsCreateCall
- func (r *ProjectsConversationsParticipantsService) Get(name string) *ProjectsConversationsParticipantsGetCall
- func (r *ProjectsConversationsParticipantsService) List(parent string) *ProjectsConversationsParticipantsListCall
- func (r *ProjectsConversationsParticipantsService) Patch(name string, ...) *ProjectsConversationsParticipantsPatchCall
- type ProjectsConversationsParticipantsSuggestionsCompileCall
- func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsCompileCall
- func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1CompileSuggestionResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsCompileCall
- func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Header() http.Header
- type ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSuggestionsResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Filter(filter string) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Header() http.Header
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) PageSize(pageSize int64) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) PageToken(pageToken string) *ProjectsConversationsParticipantsSuggestionsListCall
- func (c *ProjectsConversationsParticipantsSuggestionsListCall) Pages(ctx context.Context, ...) error
- type ProjectsConversationsParticipantsSuggestionsService
- func (r *ProjectsConversationsParticipantsSuggestionsService) Compile(parent string, ...) *ProjectsConversationsParticipantsSuggestionsCompileCall
- func (r *ProjectsConversationsParticipantsSuggestionsService) List(parent string) *ProjectsConversationsParticipantsSuggestionsListCall
- func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestArticles(parent string, ...) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestFaqAnswers(parent string, ...) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist(parent string, ...) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
- func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestSmartReplies(parent string, ...) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- type ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestArticlesResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Header() http.Header
- type ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header() http.Header
- type ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header() http.Header
- type ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, error)
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header() http.Header
- type ProjectsConversationsService
- func (r *ProjectsConversationsService) Complete(name string, ...) *ProjectsConversationsCompleteCall
- func (r *ProjectsConversationsService) Create(parent string, ...) *ProjectsConversationsCreateCall
- func (r *ProjectsConversationsService) Get(name string) *ProjectsConversationsGetCall
- func (r *ProjectsConversationsService) List(parent string) *ProjectsConversationsListCall
- type ProjectsConversationsSuggestionsGenerateCall
- func (c *ProjectsConversationsSuggestionsGenerateCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsGenerateCall
- func (c *ProjectsConversationsSuggestionsGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, error)
- func (c *ProjectsConversationsSuggestionsGenerateCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsGenerateCall
- func (c *ProjectsConversationsSuggestionsGenerateCall) Header() http.Header
- type ProjectsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
- func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Header() http.Header
- type ProjectsConversationsSuggestionsService
- func (r *ProjectsConversationsSuggestionsService) Generate(conversation string, ...) *ProjectsConversationsSuggestionsGenerateCall
- func (r *ProjectsConversationsSuggestionsService) SearchKnowledge(conversation string, ...) *ProjectsConversationsSuggestionsSearchKnowledgeCall
- func (r *ProjectsConversationsSuggestionsService) SuggestConversationSummary(conversation string, ...) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
- type ProjectsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse, error)
- func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Header() http.Header
- type ProjectsDeleteAgentCall
- func (c *ProjectsDeleteAgentCall) Context(ctx context.Context) *ProjectsDeleteAgentCall
- func (c *ProjectsDeleteAgentCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsDeleteAgentCall) Fields(s ...googleapi.Field) *ProjectsDeleteAgentCall
- func (c *ProjectsDeleteAgentCall) Header() http.Header
- type ProjectsGeneratorsCreateCall
- func (c *ProjectsGeneratorsCreateCall) Context(ctx context.Context) *ProjectsGeneratorsCreateCall
- func (c *ProjectsGeneratorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
- func (c *ProjectsGeneratorsCreateCall) Fields(s ...googleapi.Field) *ProjectsGeneratorsCreateCall
- func (c *ProjectsGeneratorsCreateCall) GeneratorId(generatorId string) *ProjectsGeneratorsCreateCall
- func (c *ProjectsGeneratorsCreateCall) Header() http.Header
- type ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) Context(ctx context.Context) *ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorsResponse, error)
- func (c *ProjectsGeneratorsListCall) Fields(s ...googleapi.Field) *ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) Header() http.Header
- func (c *ProjectsGeneratorsListCall) IfNoneMatch(entityTag string) *ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) PageSize(pageSize int64) *ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) PageToken(pageToken string) *ProjectsGeneratorsListCall
- func (c *ProjectsGeneratorsListCall) Pages(ctx context.Context, ...) error
- type ProjectsGeneratorsService
- type ProjectsGetAgentCall
- func (c *ProjectsGetAgentCall) Context(ctx context.Context) *ProjectsGetAgentCall
- func (c *ProjectsGetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
- func (c *ProjectsGetAgentCall) Fields(s ...googleapi.Field) *ProjectsGetAgentCall
- func (c *ProjectsGetAgentCall) Header() http.Header
- func (c *ProjectsGetAgentCall) IfNoneMatch(entityTag string) *ProjectsGetAgentCall
- type ProjectsKnowledgeBasesCreateCall
- func (c *ProjectsKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsKnowledgeBasesCreateCall
- func (c *ProjectsKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesCreateCall
- func (c *ProjectsKnowledgeBasesCreateCall) Header() http.Header
- type ProjectsKnowledgeBasesDeleteCall
- func (c *ProjectsKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDeleteCall
- func (c *ProjectsKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDeleteCall
- func (c *ProjectsKnowledgeBasesDeleteCall) Force(force bool) *ProjectsKnowledgeBasesDeleteCall
- func (c *ProjectsKnowledgeBasesDeleteCall) Header() http.Header
- type ProjectsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsKnowledgeBasesDocumentsCreateCall
- type ProjectsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Header() http.Header
- type ProjectsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
- func (c *ProjectsKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsKnowledgeBasesDocumentsGetCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesDocumentsGetCall
- type ProjectsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsKnowledgeBasesDocumentsImportCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsKnowledgeBasesDocumentsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsKnowledgeBasesDocumentsImportCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsKnowledgeBasesDocumentsImportCall) Header() http.Header
- type ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsKnowledgeBasesDocumentsListCall
- func (c *ProjectsKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsKnowledgeBasesDocumentsPatchCall
- type ProjectsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Header() http.Header
- type ProjectsKnowledgeBasesDocumentsService
- func (r *ProjectsKnowledgeBasesDocumentsService) Create(parent string, ...) *ProjectsKnowledgeBasesDocumentsCreateCall
- func (r *ProjectsKnowledgeBasesDocumentsService) Delete(name string) *ProjectsKnowledgeBasesDocumentsDeleteCall
- func (r *ProjectsKnowledgeBasesDocumentsService) Get(name string) *ProjectsKnowledgeBasesDocumentsGetCall
- func (r *ProjectsKnowledgeBasesDocumentsService) Import(parent string, ...) *ProjectsKnowledgeBasesDocumentsImportCall
- func (r *ProjectsKnowledgeBasesDocumentsService) List(parent string) *ProjectsKnowledgeBasesDocumentsListCall
- func (r *ProjectsKnowledgeBasesDocumentsService) Patch(name string, ...) *ProjectsKnowledgeBasesDocumentsPatchCall
- func (r *ProjectsKnowledgeBasesDocumentsService) Reload(name string, ...) *ProjectsKnowledgeBasesDocumentsReloadCall
- type ProjectsKnowledgeBasesGetCall
- func (c *ProjectsKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsKnowledgeBasesGetCall
- func (c *ProjectsKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesGetCall
- func (c *ProjectsKnowledgeBasesGetCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesGetCall
- type ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
- func (c *ProjectsKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) Filter(filter string) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsKnowledgeBasesListCall
- func (c *ProjectsKnowledgeBasesListCall) Pages(ctx context.Context, ...) error
- type ProjectsKnowledgeBasesPatchCall
- func (c *ProjectsKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsKnowledgeBasesPatchCall
- func (c *ProjectsKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesPatchCall
- func (c *ProjectsKnowledgeBasesPatchCall) Header() http.Header
- func (c *ProjectsKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsKnowledgeBasesPatchCall
- type ProjectsKnowledgeBasesService
- func (r *ProjectsKnowledgeBasesService) Create(parent string, ...) *ProjectsKnowledgeBasesCreateCall
- func (r *ProjectsKnowledgeBasesService) Delete(name string) *ProjectsKnowledgeBasesDeleteCall
- func (r *ProjectsKnowledgeBasesService) Get(name string) *ProjectsKnowledgeBasesGetCall
- func (r *ProjectsKnowledgeBasesService) List(parent string) *ProjectsKnowledgeBasesListCall
- func (r *ProjectsKnowledgeBasesService) Patch(name string, ...) *ProjectsKnowledgeBasesPatchCall
- type ProjectsLocationsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsLocationsAgentEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEntityTypesCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentEntityTypesCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesCreateCall
- type ProjectsLocationsAgentEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
- func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Header() http.Header
- type ProjectsLocationsAgentEntityTypesEntitiesService
- func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchCreate(parent string, ...) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
- func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchDelete(parent string, ...) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
- func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchUpdate(parent string, ...) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
- type ProjectsLocationsAgentEntityTypesGetCall
- func (c *ProjectsLocationsAgentEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesGetCall
- func (c *ProjectsLocationsAgentEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsLocationsAgentEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesGetCall
- func (c *ProjectsLocationsAgentEntityTypesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEntityTypesGetCall
- func (c *ProjectsLocationsAgentEntityTypesGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesGetCall
- type ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEntityTypesResponse, error)
- func (c *ProjectsLocationsAgentEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentEntityTypesListCall
- func (c *ProjectsLocationsAgentEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEntityTypesPatchCall
- type ProjectsLocationsAgentEntityTypesService
- func (r *ProjectsLocationsAgentEntityTypesService) BatchDelete(parent string, ...) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
- func (r *ProjectsLocationsAgentEntityTypesService) BatchUpdate(parent string, ...) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
- func (r *ProjectsLocationsAgentEntityTypesService) Create(parent string, ...) *ProjectsLocationsAgentEntityTypesCreateCall
- func (r *ProjectsLocationsAgentEntityTypesService) Delete(name string) *ProjectsLocationsAgentEntityTypesDeleteCall
- func (r *ProjectsLocationsAgentEntityTypesService) Get(name string) *ProjectsLocationsAgentEntityTypesGetCall
- func (r *ProjectsLocationsAgentEntityTypesService) List(parent string) *ProjectsLocationsAgentEntityTypesListCall
- func (r *ProjectsLocationsAgentEntityTypesService) Patch(name string, ...) *ProjectsLocationsAgentEntityTypesPatchCall
- type ProjectsLocationsAgentEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsLocationsAgentEnvironmentsCreateCall) EnvironmentId(environmentId string) *ProjectsLocationsAgentEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsLocationsAgentEnvironmentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsGetCall
- type ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EnvironmentHistory, error)
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) IntentView(intentView string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEnvironmentsIntentsService
- type ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse, error)
- func (c *ProjectsLocationsAgentEnvironmentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsListCall
- func (c *ProjectsLocationsAgentEnvironmentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges(allowLoadToDraftAndDiscardChanges bool) *ProjectsLocationsAgentEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsPatchCall
- type ProjectsLocationsAgentEnvironmentsService
- func (r *ProjectsLocationsAgentEnvironmentsService) Create(parent string, ...) *ProjectsLocationsAgentEnvironmentsCreateCall
- func (r *ProjectsLocationsAgentEnvironmentsService) Delete(name string) *ProjectsLocationsAgentEnvironmentsDeleteCall
- func (r *ProjectsLocationsAgentEnvironmentsService) Get(name string) *ProjectsLocationsAgentEnvironmentsGetCall
- func (r *ProjectsLocationsAgentEnvironmentsService) GetHistory(parent string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
- func (r *ProjectsLocationsAgentEnvironmentsService) List(parent string) *ProjectsLocationsAgentEnvironmentsListCall
- func (r *ProjectsLocationsAgentEnvironmentsService) Patch(name string, ...) *ProjectsLocationsAgentEnvironmentsPatchCall
- type ProjectsLocationsAgentEnvironmentsUsersService
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Create(parent string, ...) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Delete(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Get(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) List(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Patch(name string, ...) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Create(parent string, ...) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Delete(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Get(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) List(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Patch(name string, ...) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentEnvironmentsUsersSessionsService
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsService) DeleteContexts(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
- func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsService) DetectIntent(session string, ...) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
- type ProjectsLocationsAgentExportCall
- func (c *ProjectsLocationsAgentExportCall) Context(ctx context.Context) *ProjectsLocationsAgentExportCall
- func (c *ProjectsLocationsAgentExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentExportCall
- func (c *ProjectsLocationsAgentExportCall) Header() http.Header
- type ProjectsLocationsAgentGetFulfillmentCall
- func (c *ProjectsLocationsAgentGetFulfillmentCall) Context(ctx context.Context) *ProjectsLocationsAgentGetFulfillmentCall
- func (c *ProjectsLocationsAgentGetFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
- func (c *ProjectsLocationsAgentGetFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentGetFulfillmentCall
- func (c *ProjectsLocationsAgentGetFulfillmentCall) Header() http.Header
- func (c *ProjectsLocationsAgentGetFulfillmentCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentGetFulfillmentCall
- type ProjectsLocationsAgentGetValidationResultCall
- func (c *ProjectsLocationsAgentGetValidationResultCall) Context(ctx context.Context) *ProjectsLocationsAgentGetValidationResultCall
- func (c *ProjectsLocationsAgentGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ValidationResult, error)
- func (c *ProjectsLocationsAgentGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentGetValidationResultCall
- func (c *ProjectsLocationsAgentGetValidationResultCall) Header() http.Header
- func (c *ProjectsLocationsAgentGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentGetValidationResultCall
- func (c *ProjectsLocationsAgentGetValidationResultCall) LanguageCode(languageCode string) *ProjectsLocationsAgentGetValidationResultCall
- type ProjectsLocationsAgentImportCall
- func (c *ProjectsLocationsAgentImportCall) Context(ctx context.Context) *ProjectsLocationsAgentImportCall
- func (c *ProjectsLocationsAgentImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentImportCall
- func (c *ProjectsLocationsAgentImportCall) Header() http.Header
- type ProjectsLocationsAgentIntentsBatchDeleteCall
- func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsBatchDeleteCall
- func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsBatchDeleteCall
- func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Header() http.Header
- type ProjectsLocationsAgentIntentsBatchUpdateCall
- func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsBatchUpdateCall
- func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsBatchUpdateCall
- func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Header() http.Header
- type ProjectsLocationsAgentIntentsCreateCall
- func (c *ProjectsLocationsAgentIntentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsCreateCall
- func (c *ProjectsLocationsAgentIntentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsLocationsAgentIntentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsCreateCall
- func (c *ProjectsLocationsAgentIntentsCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentIntentsCreateCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsCreateCall
- func (c *ProjectsLocationsAgentIntentsCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsCreateCall
- type ProjectsLocationsAgentIntentsDeleteCall
- func (c *ProjectsLocationsAgentIntentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsDeleteCall
- func (c *ProjectsLocationsAgentIntentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentIntentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsDeleteCall
- func (c *ProjectsLocationsAgentIntentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentIntentsGetCall
- func (c *ProjectsLocationsAgentIntentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsGetCall
- func (c *ProjectsLocationsAgentIntentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsLocationsAgentIntentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsGetCall
- func (c *ProjectsLocationsAgentIntentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentIntentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentIntentsGetCall
- func (c *ProjectsLocationsAgentIntentsGetCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsGetCall
- func (c *ProjectsLocationsAgentIntentsGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsGetCall
- type ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
- func (c *ProjectsLocationsAgentIntentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentIntentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentIntentsListCall
- func (c *ProjectsLocationsAgentIntentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentIntentsPatchCall
- func (c *ProjectsLocationsAgentIntentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsPatchCall
- func (c *ProjectsLocationsAgentIntentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
- func (c *ProjectsLocationsAgentIntentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsPatchCall
- func (c *ProjectsLocationsAgentIntentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentIntentsPatchCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsPatchCall
- func (c *ProjectsLocationsAgentIntentsPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsPatchCall
- func (c *ProjectsLocationsAgentIntentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentIntentsPatchCall
- type ProjectsLocationsAgentIntentsService
- func (r *ProjectsLocationsAgentIntentsService) BatchDelete(parent string, ...) *ProjectsLocationsAgentIntentsBatchDeleteCall
- func (r *ProjectsLocationsAgentIntentsService) BatchUpdate(parent string, ...) *ProjectsLocationsAgentIntentsBatchUpdateCall
- func (r *ProjectsLocationsAgentIntentsService) Create(parent string, ...) *ProjectsLocationsAgentIntentsCreateCall
- func (r *ProjectsLocationsAgentIntentsService) Delete(name string) *ProjectsLocationsAgentIntentsDeleteCall
- func (r *ProjectsLocationsAgentIntentsService) Get(name string) *ProjectsLocationsAgentIntentsGetCall
- func (r *ProjectsLocationsAgentIntentsService) List(parent string) *ProjectsLocationsAgentIntentsListCall
- func (r *ProjectsLocationsAgentIntentsService) Patch(name string, ...) *ProjectsLocationsAgentIntentsPatchCall
- type ProjectsLocationsAgentRestoreCall
- func (c *ProjectsLocationsAgentRestoreCall) Context(ctx context.Context) *ProjectsLocationsAgentRestoreCall
- func (c *ProjectsLocationsAgentRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentRestoreCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentRestoreCall
- func (c *ProjectsLocationsAgentRestoreCall) Header() http.Header
- type ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) Context(ctx context.Context) *ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchAgentsResponse, error)
- func (c *ProjectsLocationsAgentSearchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) Header() http.Header
- func (c *ProjectsLocationsAgentSearchCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) PageSize(pageSize int64) *ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) PageToken(pageToken string) *ProjectsLocationsAgentSearchCall
- func (c *ProjectsLocationsAgentSearchCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentService
- func (r *ProjectsLocationsAgentService) Export(parent string, ...) *ProjectsLocationsAgentExportCall
- func (r *ProjectsLocationsAgentService) GetFulfillment(name string) *ProjectsLocationsAgentGetFulfillmentCall
- func (r *ProjectsLocationsAgentService) GetValidationResult(parent string) *ProjectsLocationsAgentGetValidationResultCall
- func (r *ProjectsLocationsAgentService) Import(parent string, ...) *ProjectsLocationsAgentImportCall
- func (r *ProjectsLocationsAgentService) Restore(parent string, ...) *ProjectsLocationsAgentRestoreCall
- func (r *ProjectsLocationsAgentService) Search(parent string) *ProjectsLocationsAgentSearchCall
- func (r *ProjectsLocationsAgentService) Train(parent string, ...) *ProjectsLocationsAgentTrainCall
- func (r *ProjectsLocationsAgentService) UpdateFulfillment(name string, ...) *ProjectsLocationsAgentUpdateFulfillmentCall
- type ProjectsLocationsAgentSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsCreateCall
- func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Header() http.Header
- type ProjectsLocationsAgentSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsDeleteCall
- func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentSessionsContextsGetCall
- func (c *ProjectsLocationsAgentSessionsContextsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsGetCall
- func (c *ProjectsLocationsAgentSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsGetCall
- func (c *ProjectsLocationsAgentSessionsContextsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsContextsGetCall
- type ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
- func (c *ProjectsLocationsAgentSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) PageToken(pageToken string) *ProjectsLocationsAgentSessionsContextsListCall
- func (c *ProjectsLocationsAgentSessionsContextsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
- func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsPatchCall
- func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentSessionsContextsPatchCall
- type ProjectsLocationsAgentSessionsContextsService
- func (r *ProjectsLocationsAgentSessionsContextsService) Create(parent string, ...) *ProjectsLocationsAgentSessionsContextsCreateCall
- func (r *ProjectsLocationsAgentSessionsContextsService) Delete(name string) *ProjectsLocationsAgentSessionsContextsDeleteCall
- func (r *ProjectsLocationsAgentSessionsContextsService) Get(name string) *ProjectsLocationsAgentSessionsContextsGetCall
- func (r *ProjectsLocationsAgentSessionsContextsService) List(parent string) *ProjectsLocationsAgentSessionsContextsListCall
- func (r *ProjectsLocationsAgentSessionsContextsService) Patch(name string, ...) *ProjectsLocationsAgentSessionsContextsPatchCall
- type ProjectsLocationsAgentSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsDeleteContextsCall
- func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Header() http.Header
- type ProjectsLocationsAgentSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
- func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Header() http.Header
- type ProjectsLocationsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Header() http.Header
- type ProjectsLocationsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsEntityTypesGetCall
- type ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
- func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentSessionsEntityTypesService
- func (r *ProjectsLocationsAgentSessionsEntityTypesService) Create(parent string, ...) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
- func (r *ProjectsLocationsAgentSessionsEntityTypesService) Delete(name string) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
- func (r *ProjectsLocationsAgentSessionsEntityTypesService) Get(name string) *ProjectsLocationsAgentSessionsEntityTypesGetCall
- func (r *ProjectsLocationsAgentSessionsEntityTypesService) List(parent string) *ProjectsLocationsAgentSessionsEntityTypesListCall
- func (r *ProjectsLocationsAgentSessionsEntityTypesService) Patch(name string, ...) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentSessionsService
- type ProjectsLocationsAgentTrainCall
- func (c *ProjectsLocationsAgentTrainCall) Context(ctx context.Context) *ProjectsLocationsAgentTrainCall
- func (c *ProjectsLocationsAgentTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentTrainCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentTrainCall
- func (c *ProjectsLocationsAgentTrainCall) Header() http.Header
- type ProjectsLocationsAgentUpdateFulfillmentCall
- func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Context(ctx context.Context) *ProjectsLocationsAgentUpdateFulfillmentCall
- func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
- func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentUpdateFulfillmentCall
- func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Header() http.Header
- func (c *ProjectsLocationsAgentUpdateFulfillmentCall) UpdateMask(updateMask string) *ProjectsLocationsAgentUpdateFulfillmentCall
- type ProjectsLocationsAgentVersionsCreateCall
- func (c *ProjectsLocationsAgentVersionsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsCreateCall
- func (c *ProjectsLocationsAgentVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsLocationsAgentVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsCreateCall
- func (c *ProjectsLocationsAgentVersionsCreateCall) Header() http.Header
- type ProjectsLocationsAgentVersionsDeleteCall
- func (c *ProjectsLocationsAgentVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsDeleteCall
- func (c *ProjectsLocationsAgentVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsDeleteCall
- func (c *ProjectsLocationsAgentVersionsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentVersionsGetCall
- func (c *ProjectsLocationsAgentVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsGetCall
- func (c *ProjectsLocationsAgentVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsLocationsAgentVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsGetCall
- func (c *ProjectsLocationsAgentVersionsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentVersionsGetCall
- type ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListVersionsResponse, error)
- func (c *ProjectsLocationsAgentVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) PageToken(pageToken string) *ProjectsLocationsAgentVersionsListCall
- func (c *ProjectsLocationsAgentVersionsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentVersionsPatchCall
- func (c *ProjectsLocationsAgentVersionsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsPatchCall
- func (c *ProjectsLocationsAgentVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
- func (c *ProjectsLocationsAgentVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsPatchCall
- func (c *ProjectsLocationsAgentVersionsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentVersionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentVersionsPatchCall
- type ProjectsLocationsAgentVersionsService
- func (r *ProjectsLocationsAgentVersionsService) Create(parent string, ...) *ProjectsLocationsAgentVersionsCreateCall
- func (r *ProjectsLocationsAgentVersionsService) Delete(name string) *ProjectsLocationsAgentVersionsDeleteCall
- func (r *ProjectsLocationsAgentVersionsService) Get(name string) *ProjectsLocationsAgentVersionsGetCall
- func (r *ProjectsLocationsAgentVersionsService) List(parent string) *ProjectsLocationsAgentVersionsListCall
- func (r *ProjectsLocationsAgentVersionsService) Patch(name string, ...) *ProjectsLocationsAgentVersionsPatchCall
- type ProjectsLocationsAnswerRecordsGetCall
- func (c *ProjectsLocationsAnswerRecordsGetCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsGetCall
- func (c *ProjectsLocationsAnswerRecordsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
- func (c *ProjectsLocationsAnswerRecordsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsGetCall
- func (c *ProjectsLocationsAnswerRecordsGetCall) Header() http.Header
- func (c *ProjectsLocationsAnswerRecordsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAnswerRecordsGetCall
- type ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse, error)
- func (c *ProjectsLocationsAnswerRecordsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) Filter(filter string) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) Header() http.Header
- func (c *ProjectsLocationsAnswerRecordsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) PageSize(pageSize int64) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) PageToken(pageToken string) *ProjectsLocationsAnswerRecordsListCall
- func (c *ProjectsLocationsAnswerRecordsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAnswerRecordsPatchCall
- func (c *ProjectsLocationsAnswerRecordsPatchCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsPatchCall
- func (c *ProjectsLocationsAnswerRecordsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
- func (c *ProjectsLocationsAnswerRecordsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsPatchCall
- func (c *ProjectsLocationsAnswerRecordsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAnswerRecordsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAnswerRecordsPatchCall
- type ProjectsLocationsAnswerRecordsService
- func (r *ProjectsLocationsAnswerRecordsService) Get(name string) *ProjectsLocationsAnswerRecordsGetCall
- func (r *ProjectsLocationsAnswerRecordsService) List(parent string) *ProjectsLocationsAnswerRecordsListCall
- func (r *ProjectsLocationsAnswerRecordsService) Patch(name string, ...) *ProjectsLocationsAnswerRecordsPatchCall
- type ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Header() http.Header
- type ProjectsLocationsConversationProfilesCreateCall
- func (c *ProjectsLocationsConversationProfilesCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesCreateCall
- func (c *ProjectsLocationsConversationProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsLocationsConversationProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesCreateCall
- func (c *ProjectsLocationsConversationProfilesCreateCall) Header() http.Header
- type ProjectsLocationsConversationProfilesDeleteCall
- func (c *ProjectsLocationsConversationProfilesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesDeleteCall
- func (c *ProjectsLocationsConversationProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsConversationProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesDeleteCall
- func (c *ProjectsLocationsConversationProfilesDeleteCall) Header() http.Header
- type ProjectsLocationsConversationProfilesGetCall
- func (c *ProjectsLocationsConversationProfilesGetCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesGetCall
- func (c *ProjectsLocationsConversationProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsLocationsConversationProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesGetCall
- func (c *ProjectsLocationsConversationProfilesGetCall) Header() http.Header
- func (c *ProjectsLocationsConversationProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationProfilesGetCall
- type ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse, error)
- func (c *ProjectsLocationsConversationProfilesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) Header() http.Header
- func (c *ProjectsLocationsConversationProfilesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) PageSize(pageSize int64) *ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) PageToken(pageToken string) *ProjectsLocationsConversationProfilesListCall
- func (c *ProjectsLocationsConversationProfilesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsConversationProfilesPatchCall
- func (c *ProjectsLocationsConversationProfilesPatchCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesPatchCall
- func (c *ProjectsLocationsConversationProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
- func (c *ProjectsLocationsConversationProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesPatchCall
- func (c *ProjectsLocationsConversationProfilesPatchCall) Header() http.Header
- func (c *ProjectsLocationsConversationProfilesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConversationProfilesPatchCall
- type ProjectsLocationsConversationProfilesService
- func (r *ProjectsLocationsConversationProfilesService) ClearSuggestionFeatureConfig(conversationProfile string, ...) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
- func (r *ProjectsLocationsConversationProfilesService) Create(parent string, ...) *ProjectsLocationsConversationProfilesCreateCall
- func (r *ProjectsLocationsConversationProfilesService) Delete(name string) *ProjectsLocationsConversationProfilesDeleteCall
- func (r *ProjectsLocationsConversationProfilesService) Get(name string) *ProjectsLocationsConversationProfilesGetCall
- func (r *ProjectsLocationsConversationProfilesService) List(parent string) *ProjectsLocationsConversationProfilesListCall
- func (r *ProjectsLocationsConversationProfilesService) Patch(name string, ...) *ProjectsLocationsConversationProfilesPatchCall
- func (r *ProjectsLocationsConversationProfilesService) SetSuggestionFeatureConfig(conversationProfile string, ...) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
- type ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
- func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Header() http.Header
- type ProjectsLocationsConversationsCompleteCall
- func (c *ProjectsLocationsConversationsCompleteCall) Context(ctx context.Context) *ProjectsLocationsConversationsCompleteCall
- func (c *ProjectsLocationsConversationsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsLocationsConversationsCompleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsCompleteCall
- func (c *ProjectsLocationsConversationsCompleteCall) Header() http.Header
- type ProjectsLocationsConversationsCreateCall
- func (c *ProjectsLocationsConversationsCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsCreateCall
- func (c *ProjectsLocationsConversationsCreateCall) ConversationId(conversationId string) *ProjectsLocationsConversationsCreateCall
- func (c *ProjectsLocationsConversationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsLocationsConversationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsCreateCall
- func (c *ProjectsLocationsConversationsCreateCall) Header() http.Header
- type ProjectsLocationsConversationsGetCall
- func (c *ProjectsLocationsConversationsGetCall) Context(ctx context.Context) *ProjectsLocationsConversationsGetCall
- func (c *ProjectsLocationsConversationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
- func (c *ProjectsLocationsConversationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsGetCall
- func (c *ProjectsLocationsConversationsGetCall) Header() http.Header
- func (c *ProjectsLocationsConversationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsGetCall
- type ProjectsLocationsConversationsIngestContextReferencesCall
- func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Context(ctx context.Context) *ProjectsLocationsConversationsIngestContextReferencesCall
- func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1IngestContextReferencesResponse, error)
- func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsIngestContextReferencesCall
- func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Header() http.Header
- type ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) Context(ctx context.Context) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationsResponse, error)
- func (c *ProjectsLocationsConversationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) Filter(filter string) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) Header() http.Header
- func (c *ProjectsLocationsConversationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) PageToken(pageToken string) *ProjectsLocationsConversationsListCall
- func (c *ProjectsLocationsConversationsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsConversationsMessagesBatchCreateCall
- func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsMessagesBatchCreateCall
- func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse, error)
- func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsMessagesBatchCreateCall
- func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Header() http.Header
- type ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) Context(ctx context.Context) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListMessagesResponse, error)
- func (c *ProjectsLocationsConversationsMessagesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) Filter(filter string) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) Header() http.Header
- func (c *ProjectsLocationsConversationsMessagesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) PageToken(pageToken string) *ProjectsLocationsConversationsMessagesListCall
- func (c *ProjectsLocationsConversationsMessagesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsConversationsMessagesService
- type ProjectsLocationsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnalyzeContentResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
- func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Header() http.Header
- type ProjectsLocationsConversationsParticipantsCreateCall
- func (c *ProjectsLocationsConversationsParticipantsCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsCreateCall
- func (c *ProjectsLocationsConversationsParticipantsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsLocationsConversationsParticipantsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsCreateCall
- func (c *ProjectsLocationsConversationsParticipantsCreateCall) Header() http.Header
- type ProjectsLocationsConversationsParticipantsGetCall
- func (c *ProjectsLocationsConversationsParticipantsGetCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsGetCall
- func (c *ProjectsLocationsConversationsParticipantsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsLocationsConversationsParticipantsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsGetCall
- func (c *ProjectsLocationsConversationsParticipantsGetCall) Header() http.Header
- func (c *ProjectsLocationsConversationsParticipantsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsParticipantsGetCall
- type ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListParticipantsResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) Header() http.Header
- func (c *ProjectsLocationsConversationsParticipantsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) PageToken(pageToken string) *ProjectsLocationsConversationsParticipantsListCall
- func (c *ProjectsLocationsConversationsParticipantsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsConversationsParticipantsPatchCall
- func (c *ProjectsLocationsConversationsParticipantsPatchCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsPatchCall
- func (c *ProjectsLocationsConversationsParticipantsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
- func (c *ProjectsLocationsConversationsParticipantsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsPatchCall
- func (c *ProjectsLocationsConversationsParticipantsPatchCall) Header() http.Header
- func (c *ProjectsLocationsConversationsParticipantsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConversationsParticipantsPatchCall
- type ProjectsLocationsConversationsParticipantsService
- func (r *ProjectsLocationsConversationsParticipantsService) AnalyzeContent(participant string, ...) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
- func (r *ProjectsLocationsConversationsParticipantsService) Create(parent string, ...) *ProjectsLocationsConversationsParticipantsCreateCall
- func (r *ProjectsLocationsConversationsParticipantsService) Get(name string) *ProjectsLocationsConversationsParticipantsGetCall
- func (r *ProjectsLocationsConversationsParticipantsService) List(parent string) *ProjectsLocationsConversationsParticipantsListCall
- func (r *ProjectsLocationsConversationsParticipantsService) Patch(name string, ...) *ProjectsLocationsConversationsParticipantsPatchCall
- type ProjectsLocationsConversationsParticipantsSuggestionsService
- func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestArticles(parent string, ...) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestFaqAnswers(parent string, ...) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist(parent string, ...) ...
- func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestSmartReplies(parent string, ...) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- type ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestArticlesResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Header() http.Header
- type ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header() http.Header
- type ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context(ctx context.Context) ...
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields(s ...googleapi.Field) ...
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header() http.Header
- type ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, error)
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
- func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header() http.Header
- type ProjectsLocationsConversationsService
- func (r *ProjectsLocationsConversationsService) Complete(name string, ...) *ProjectsLocationsConversationsCompleteCall
- func (r *ProjectsLocationsConversationsService) Create(parent string, ...) *ProjectsLocationsConversationsCreateCall
- func (r *ProjectsLocationsConversationsService) Get(name string) *ProjectsLocationsConversationsGetCall
- func (r *ProjectsLocationsConversationsService) IngestContextReferences(conversation string, ...) *ProjectsLocationsConversationsIngestContextReferencesCall
- func (r *ProjectsLocationsConversationsService) List(parent string) *ProjectsLocationsConversationsListCall
- type ProjectsLocationsConversationsSuggestionsGenerateCall
- func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsGenerateCall
- func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, error)
- func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsGenerateCall
- func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Header() http.Header
- type ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
- func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Header() http.Header
- type ProjectsLocationsConversationsSuggestionsService
- func (r *ProjectsLocationsConversationsSuggestionsService) Generate(conversation string, ...) *ProjectsLocationsConversationsSuggestionsGenerateCall
- func (r *ProjectsLocationsConversationsSuggestionsService) SearchKnowledge(conversation string, ...) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
- func (r *ProjectsLocationsConversationsSuggestionsService) SuggestConversationSummary(conversation string, ...) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
- type ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse, error)
- func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
- func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Header() http.Header
- type ProjectsLocationsDeleteAgentCall
- func (c *ProjectsLocationsDeleteAgentCall) Context(ctx context.Context) *ProjectsLocationsDeleteAgentCall
- func (c *ProjectsLocationsDeleteAgentCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsDeleteAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeleteAgentCall
- func (c *ProjectsLocationsDeleteAgentCall) Header() http.Header
- type ProjectsLocationsEncryptionSpecInitializeCall
- func (c *ProjectsLocationsEncryptionSpecInitializeCall) Context(ctx context.Context) *ProjectsLocationsEncryptionSpecInitializeCall
- func (c *ProjectsLocationsEncryptionSpecInitializeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsEncryptionSpecInitializeCall) Fields(s ...googleapi.Field) *ProjectsLocationsEncryptionSpecInitializeCall
- func (c *ProjectsLocationsEncryptionSpecInitializeCall) Header() http.Header
- type ProjectsLocationsEncryptionSpecService
- type ProjectsLocationsGeneratorsCreateCall
- func (c *ProjectsLocationsGeneratorsCreateCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsCreateCall
- func (c *ProjectsLocationsGeneratorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
- func (c *ProjectsLocationsGeneratorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsCreateCall
- func (c *ProjectsLocationsGeneratorsCreateCall) GeneratorId(generatorId string) *ProjectsLocationsGeneratorsCreateCall
- func (c *ProjectsLocationsGeneratorsCreateCall) Header() http.Header
- type ProjectsLocationsGeneratorsDeleteCall
- func (c *ProjectsLocationsGeneratorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsDeleteCall
- func (c *ProjectsLocationsGeneratorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsGeneratorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsDeleteCall
- func (c *ProjectsLocationsGeneratorsDeleteCall) Header() http.Header
- type ProjectsLocationsGeneratorsEvaluationsCreateCall
- func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsCreateCall
- func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsCreateCall
- func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Header() http.Header
- type ProjectsLocationsGeneratorsEvaluationsDeleteCall
- func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
- func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
- func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Header() http.Header
- type ProjectsLocationsGeneratorsEvaluationsGetCall
- func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsGetCall
- func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GeneratorEvaluation, error)
- func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsGetCall
- func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Header() http.Header
- func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsEvaluationsGetCall
- type ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse, error)
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Header() http.Header
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsGeneratorsEvaluationsListCall
- func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsGeneratorsEvaluationsService
- func (r *ProjectsLocationsGeneratorsEvaluationsService) Create(parent string, ...) *ProjectsLocationsGeneratorsEvaluationsCreateCall
- func (r *ProjectsLocationsGeneratorsEvaluationsService) Delete(name string) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
- func (r *ProjectsLocationsGeneratorsEvaluationsService) Get(name string) *ProjectsLocationsGeneratorsEvaluationsGetCall
- func (r *ProjectsLocationsGeneratorsEvaluationsService) List(parent string) *ProjectsLocationsGeneratorsEvaluationsListCall
- type ProjectsLocationsGeneratorsGetCall
- func (c *ProjectsLocationsGeneratorsGetCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsGetCall
- func (c *ProjectsLocationsGeneratorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
- func (c *ProjectsLocationsGeneratorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsGetCall
- func (c *ProjectsLocationsGeneratorsGetCall) Header() http.Header
- func (c *ProjectsLocationsGeneratorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsGetCall
- type ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorsResponse, error)
- func (c *ProjectsLocationsGeneratorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) Header() http.Header
- func (c *ProjectsLocationsGeneratorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) PageSize(pageSize int64) *ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) PageToken(pageToken string) *ProjectsLocationsGeneratorsListCall
- func (c *ProjectsLocationsGeneratorsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsGeneratorsPatchCall
- func (c *ProjectsLocationsGeneratorsPatchCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsPatchCall
- func (c *ProjectsLocationsGeneratorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
- func (c *ProjectsLocationsGeneratorsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsPatchCall
- func (c *ProjectsLocationsGeneratorsPatchCall) Header() http.Header
- func (c *ProjectsLocationsGeneratorsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsGeneratorsPatchCall
- type ProjectsLocationsGeneratorsService
- func (r *ProjectsLocationsGeneratorsService) Create(parent string, ...) *ProjectsLocationsGeneratorsCreateCall
- func (r *ProjectsLocationsGeneratorsService) Delete(name string) *ProjectsLocationsGeneratorsDeleteCall
- func (r *ProjectsLocationsGeneratorsService) Get(name string) *ProjectsLocationsGeneratorsGetCall
- func (r *ProjectsLocationsGeneratorsService) List(parent string) *ProjectsLocationsGeneratorsListCall
- func (r *ProjectsLocationsGeneratorsService) Patch(name string, ...) *ProjectsLocationsGeneratorsPatchCall
- type ProjectsLocationsGetAgentCall
- func (c *ProjectsLocationsGetAgentCall) Context(ctx context.Context) *ProjectsLocationsGetAgentCall
- func (c *ProjectsLocationsGetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
- func (c *ProjectsLocationsGetAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetAgentCall
- func (c *ProjectsLocationsGetAgentCall) Header() http.Header
- func (c *ProjectsLocationsGetAgentCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetAgentCall
- type ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)
- func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Header() http.Header
- func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
- type ProjectsLocationsGetEncryptionSpecCall
- func (c *ProjectsLocationsGetEncryptionSpecCall) Context(ctx context.Context) *ProjectsLocationsGetEncryptionSpecCall
- func (c *ProjectsLocationsGetEncryptionSpecCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EncryptionSpec, error)
- func (c *ProjectsLocationsGetEncryptionSpecCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetEncryptionSpecCall
- func (c *ProjectsLocationsGetEncryptionSpecCall) Header() http.Header
- func (c *ProjectsLocationsGetEncryptionSpecCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetEncryptionSpecCall
- type ProjectsLocationsKnowledgeBasesCreateCall
- func (c *ProjectsLocationsKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesCreateCall
- func (c *ProjectsLocationsKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsLocationsKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesCreateCall
- func (c *ProjectsLocationsKnowledgeBasesCreateCall) Header() http.Header
- type ProjectsLocationsKnowledgeBasesDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Force(force bool) *ProjectsLocationsKnowledgeBasesDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Header() http.Header
- type ProjectsLocationsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
- type ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Header() http.Header
- type ProjectsLocationsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
- type ProjectsLocationsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Header() http.Header
- type ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
- type ProjectsLocationsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
- func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Header() http.Header
- type ProjectsLocationsKnowledgeBasesDocumentsService
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Create(parent string, ...) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Delete(name string) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Get(name string) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Import(parent string, ...) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) List(parent string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Patch(name string, ...) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
- func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Reload(name string, ...) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
- type ProjectsLocationsKnowledgeBasesGetCall
- func (c *ProjectsLocationsKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesGetCall
- func (c *ProjectsLocationsKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsLocationsKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesGetCall
- func (c *ProjectsLocationsKnowledgeBasesGetCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesGetCall
- type ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
- func (c *ProjectsLocationsKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) Filter(filter string) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsLocationsKnowledgeBasesListCall
- func (c *ProjectsLocationsKnowledgeBasesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsKnowledgeBasesPatchCall
- func (c *ProjectsLocationsKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesPatchCall
- func (c *ProjectsLocationsKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
- func (c *ProjectsLocationsKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesPatchCall
- func (c *ProjectsLocationsKnowledgeBasesPatchCall) Header() http.Header
- func (c *ProjectsLocationsKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsKnowledgeBasesPatchCall
- type ProjectsLocationsKnowledgeBasesService
- func (r *ProjectsLocationsKnowledgeBasesService) Create(parent string, ...) *ProjectsLocationsKnowledgeBasesCreateCall
- func (r *ProjectsLocationsKnowledgeBasesService) Delete(name string) *ProjectsLocationsKnowledgeBasesDeleteCall
- func (r *ProjectsLocationsKnowledgeBasesService) Get(name string) *ProjectsLocationsKnowledgeBasesGetCall
- func (r *ProjectsLocationsKnowledgeBasesService) List(parent string) *ProjectsLocationsKnowledgeBasesListCall
- func (r *ProjectsLocationsKnowledgeBasesService) Patch(name string, ...) *ProjectsLocationsKnowledgeBasesPatchCall
- type ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)
- func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Header() http.Header
- func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error
- type ProjectsLocationsOperationsCancelCall
- func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall
- func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall
- func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header
- type ProjectsLocationsOperationsGetCall
- func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall
- func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall
- func (c *ProjectsLocationsOperationsGetCall) Header() http.Header
- func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall
- type ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
- func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) Header() http.Header
- func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall
- func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
- func (c *ProjectsLocationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccess bool) *ProjectsLocationsOperationsListCall
- type ProjectsLocationsOperationsService
- func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall
- func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall
- func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall
- type ProjectsLocationsPhoneNumbersDeleteCall
- func (c *ProjectsLocationsPhoneNumbersDeleteCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersDeleteCall
- func (c *ProjectsLocationsPhoneNumbersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsLocationsPhoneNumbersDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersDeleteCall
- func (c *ProjectsLocationsPhoneNumbersDeleteCall) Header() http.Header
- type ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse, error)
- func (c *ProjectsLocationsPhoneNumbersListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) Header() http.Header
- func (c *ProjectsLocationsPhoneNumbersListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) PageSize(pageSize int64) *ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) PageToken(pageToken string) *ProjectsLocationsPhoneNumbersListCall
- func (c *ProjectsLocationsPhoneNumbersListCall) Pages(ctx context.Context, ...) error
- func (c *ProjectsLocationsPhoneNumbersListCall) ShowDeleted(showDeleted bool) *ProjectsLocationsPhoneNumbersListCall
- type ProjectsLocationsPhoneNumbersPatchCall
- func (c *ProjectsLocationsPhoneNumbersPatchCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersPatchCall
- func (c *ProjectsLocationsPhoneNumbersPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsLocationsPhoneNumbersPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersPatchCall
- func (c *ProjectsLocationsPhoneNumbersPatchCall) Header() http.Header
- func (c *ProjectsLocationsPhoneNumbersPatchCall) UpdateMask(updateMask string) *ProjectsLocationsPhoneNumbersPatchCall
- type ProjectsLocationsPhoneNumbersService
- func (r *ProjectsLocationsPhoneNumbersService) Delete(name string) *ProjectsLocationsPhoneNumbersDeleteCall
- func (r *ProjectsLocationsPhoneNumbersService) List(parent string) *ProjectsLocationsPhoneNumbersListCall
- func (r *ProjectsLocationsPhoneNumbersService) Patch(name string, ...) *ProjectsLocationsPhoneNumbersPatchCall
- func (r *ProjectsLocationsPhoneNumbersService) Undelete(name string, ...) *ProjectsLocationsPhoneNumbersUndeleteCall
- type ProjectsLocationsPhoneNumbersUndeleteCall
- func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersUndeleteCall
- func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersUndeleteCall
- func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Header() http.Header
- type ProjectsLocationsService
- func (r *ProjectsLocationsService) DeleteAgent(parent string) *ProjectsLocationsDeleteAgentCall
- func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall
- func (r *ProjectsLocationsService) GetAgent(parent string) *ProjectsLocationsGetAgentCall
- func (r *ProjectsLocationsService) GetEncryptionSpec(name string) *ProjectsLocationsGetEncryptionSpecCall
- func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall
- func (r *ProjectsLocationsService) SetAgent(parent string, ...) *ProjectsLocationsSetAgentCall
- type ProjectsLocationsSetAgentCall
- func (c *ProjectsLocationsSetAgentCall) Context(ctx context.Context) *ProjectsLocationsSetAgentCall
- func (c *ProjectsLocationsSetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
- func (c *ProjectsLocationsSetAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsSetAgentCall
- func (c *ProjectsLocationsSetAgentCall) Header() http.Header
- func (c *ProjectsLocationsSetAgentCall) UpdateMask(updateMask string) *ProjectsLocationsSetAgentCall
- type ProjectsLocationsSipTrunksCreateCall
- func (c *ProjectsLocationsSipTrunksCreateCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksCreateCall
- func (c *ProjectsLocationsSipTrunksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
- func (c *ProjectsLocationsSipTrunksCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksCreateCall
- func (c *ProjectsLocationsSipTrunksCreateCall) Header() http.Header
- type ProjectsLocationsSipTrunksDeleteCall
- func (c *ProjectsLocationsSipTrunksDeleteCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksDeleteCall
- func (c *ProjectsLocationsSipTrunksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsSipTrunksDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksDeleteCall
- func (c *ProjectsLocationsSipTrunksDeleteCall) Header() http.Header
- type ProjectsLocationsSipTrunksGetCall
- func (c *ProjectsLocationsSipTrunksGetCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksGetCall
- func (c *ProjectsLocationsSipTrunksGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
- func (c *ProjectsLocationsSipTrunksGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksGetCall
- func (c *ProjectsLocationsSipTrunksGetCall) Header() http.Header
- func (c *ProjectsLocationsSipTrunksGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSipTrunksGetCall
- type ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSipTrunksResponse, error)
- func (c *ProjectsLocationsSipTrunksListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) Header() http.Header
- func (c *ProjectsLocationsSipTrunksListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) PageSize(pageSize int64) *ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) PageToken(pageToken string) *ProjectsLocationsSipTrunksListCall
- func (c *ProjectsLocationsSipTrunksListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsSipTrunksPatchCall
- func (c *ProjectsLocationsSipTrunksPatchCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksPatchCall
- func (c *ProjectsLocationsSipTrunksPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
- func (c *ProjectsLocationsSipTrunksPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksPatchCall
- func (c *ProjectsLocationsSipTrunksPatchCall) Header() http.Header
- func (c *ProjectsLocationsSipTrunksPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSipTrunksPatchCall
- type ProjectsLocationsSipTrunksService
- func (r *ProjectsLocationsSipTrunksService) Create(parent string, ...) *ProjectsLocationsSipTrunksCreateCall
- func (r *ProjectsLocationsSipTrunksService) Delete(name string) *ProjectsLocationsSipTrunksDeleteCall
- func (r *ProjectsLocationsSipTrunksService) Get(name string) *ProjectsLocationsSipTrunksGetCall
- func (r *ProjectsLocationsSipTrunksService) List(parent string) *ProjectsLocationsSipTrunksListCall
- func (r *ProjectsLocationsSipTrunksService) Patch(name string, ...) *ProjectsLocationsSipTrunksPatchCall
- type ProjectsLocationsStatelessSuggestionGenerateCall
- func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Context(ctx context.Context) *ProjectsLocationsStatelessSuggestionGenerateCall
- func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse, error)
- func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStatelessSuggestionGenerateCall
- func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Header() http.Header
- type ProjectsLocationsStatelessSuggestionService
- type ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Context(ctx context.Context) *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse, error)
- func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Fields(s ...googleapi.Field) *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Header() http.Header
- type ProjectsLocationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsLocationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
- func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsSuggestionsSearchKnowledgeCall
- func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Header() http.Header
- type ProjectsLocationsSuggestionsService
- type ProjectsLocationsToolsCreateCall
- func (c *ProjectsLocationsToolsCreateCall) Context(ctx context.Context) *ProjectsLocationsToolsCreateCall
- func (c *ProjectsLocationsToolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
- func (c *ProjectsLocationsToolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsCreateCall
- func (c *ProjectsLocationsToolsCreateCall) Header() http.Header
- func (c *ProjectsLocationsToolsCreateCall) ToolId(toolId string) *ProjectsLocationsToolsCreateCall
- type ProjectsLocationsToolsDeleteCall
- func (c *ProjectsLocationsToolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsToolsDeleteCall
- func (c *ProjectsLocationsToolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsToolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsDeleteCall
- func (c *ProjectsLocationsToolsDeleteCall) Header() http.Header
- type ProjectsLocationsToolsGetCall
- func (c *ProjectsLocationsToolsGetCall) Context(ctx context.Context) *ProjectsLocationsToolsGetCall
- func (c *ProjectsLocationsToolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
- func (c *ProjectsLocationsToolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsGetCall
- func (c *ProjectsLocationsToolsGetCall) Header() http.Header
- func (c *ProjectsLocationsToolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsToolsGetCall
- type ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) Context(ctx context.Context) *ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListToolsResponse, error)
- func (c *ProjectsLocationsToolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) Header() http.Header
- func (c *ProjectsLocationsToolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) PageSize(pageSize int64) *ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) PageToken(pageToken string) *ProjectsLocationsToolsListCall
- func (c *ProjectsLocationsToolsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsToolsPatchCall
- func (c *ProjectsLocationsToolsPatchCall) Context(ctx context.Context) *ProjectsLocationsToolsPatchCall
- func (c *ProjectsLocationsToolsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
- func (c *ProjectsLocationsToolsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsPatchCall
- func (c *ProjectsLocationsToolsPatchCall) Header() http.Header
- func (c *ProjectsLocationsToolsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsToolsPatchCall
- type ProjectsLocationsToolsService
- func (r *ProjectsLocationsToolsService) Create(parent string, ...) *ProjectsLocationsToolsCreateCall
- func (r *ProjectsLocationsToolsService) Delete(name string) *ProjectsLocationsToolsDeleteCall
- func (r *ProjectsLocationsToolsService) Get(name string) *ProjectsLocationsToolsGetCall
- func (r *ProjectsLocationsToolsService) List(parent string) *ProjectsLocationsToolsListCall
- func (r *ProjectsLocationsToolsService) Patch(name string, ...) *ProjectsLocationsToolsPatchCall
- type ProjectsOperationsCancelCall
- func (c *ProjectsOperationsCancelCall) Context(ctx context.Context) *ProjectsOperationsCancelCall
- func (c *ProjectsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsOperationsCancelCall
- func (c *ProjectsOperationsCancelCall) Header() http.Header
- type ProjectsOperationsGetCall
- func (c *ProjectsOperationsGetCall) Context(ctx context.Context) *ProjectsOperationsGetCall
- func (c *ProjectsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsOperationsGetCall
- func (c *ProjectsOperationsGetCall) Header() http.Header
- func (c *ProjectsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsOperationsGetCall
- type ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) Context(ctx context.Context) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
- func (c *ProjectsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) Filter(filter string) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) Header() http.Header
- func (c *ProjectsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) PageSize(pageSize int64) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) PageToken(pageToken string) *ProjectsOperationsListCall
- func (c *ProjectsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
- func (c *ProjectsOperationsListCall) ReturnPartialSuccess(returnPartialSuccess bool) *ProjectsOperationsListCall
- type ProjectsOperationsService
- type ProjectsPhoneNumbersDeleteCall
- func (c *ProjectsPhoneNumbersDeleteCall) Context(ctx context.Context) *ProjectsPhoneNumbersDeleteCall
- func (c *ProjectsPhoneNumbersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsPhoneNumbersDeleteCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersDeleteCall
- func (c *ProjectsPhoneNumbersDeleteCall) Header() http.Header
- type ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) Context(ctx context.Context) *ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse, error)
- func (c *ProjectsPhoneNumbersListCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) Header() http.Header
- func (c *ProjectsPhoneNumbersListCall) IfNoneMatch(entityTag string) *ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) PageSize(pageSize int64) *ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) PageToken(pageToken string) *ProjectsPhoneNumbersListCall
- func (c *ProjectsPhoneNumbersListCall) Pages(ctx context.Context, ...) error
- func (c *ProjectsPhoneNumbersListCall) ShowDeleted(showDeleted bool) *ProjectsPhoneNumbersListCall
- type ProjectsPhoneNumbersPatchCall
- func (c *ProjectsPhoneNumbersPatchCall) Context(ctx context.Context) *ProjectsPhoneNumbersPatchCall
- func (c *ProjectsPhoneNumbersPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsPhoneNumbersPatchCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersPatchCall
- func (c *ProjectsPhoneNumbersPatchCall) Header() http.Header
- func (c *ProjectsPhoneNumbersPatchCall) UpdateMask(updateMask string) *ProjectsPhoneNumbersPatchCall
- type ProjectsPhoneNumbersService
- func (r *ProjectsPhoneNumbersService) Delete(name string) *ProjectsPhoneNumbersDeleteCall
- func (r *ProjectsPhoneNumbersService) List(parent string) *ProjectsPhoneNumbersListCall
- func (r *ProjectsPhoneNumbersService) Patch(name string, ...) *ProjectsPhoneNumbersPatchCall
- func (r *ProjectsPhoneNumbersService) Undelete(name string, ...) *ProjectsPhoneNumbersUndeleteCall
- type ProjectsPhoneNumbersUndeleteCall
- func (c *ProjectsPhoneNumbersUndeleteCall) Context(ctx context.Context) *ProjectsPhoneNumbersUndeleteCall
- func (c *ProjectsPhoneNumbersUndeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
- func (c *ProjectsPhoneNumbersUndeleteCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersUndeleteCall
- func (c *ProjectsPhoneNumbersUndeleteCall) Header() http.Header
- type ProjectsService
- type ProjectsSetAgentCall
- func (c *ProjectsSetAgentCall) Context(ctx context.Context) *ProjectsSetAgentCall
- func (c *ProjectsSetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
- func (c *ProjectsSetAgentCall) Fields(s ...googleapi.Field) *ProjectsSetAgentCall
- func (c *ProjectsSetAgentCall) Header() http.Header
- func (c *ProjectsSetAgentCall) UpdateMask(updateMask string) *ProjectsSetAgentCall
- type ProjectsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Context(ctx context.Context) *ProjectsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse, error)
- func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Fields(s ...googleapi.Field) *ProjectsSuggestionsGenerateStatelessSummaryCall
- func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Header() http.Header
- type ProjectsSuggestionsSearchKnowledgeCall
- func (c *ProjectsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsSuggestionsSearchKnowledgeCall
- func (c *ProjectsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
- func (c *ProjectsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsSuggestionsSearchKnowledgeCall
- func (c *ProjectsSuggestionsSearchKnowledgeCall) Header() http.Header
- type ProjectsSuggestionsService
- type Service
Constants ¶
const ( // See, edit, configure, and delete your Google Cloud data and see the email // address for your Google Account. CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" // View, manage and query your Dialogflow agents DialogflowScope = "https://www.googleapis.com/auth/dialogflow" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleCloudDialogflowCxV3AdvancedSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3AdvancedSettings struct {
AudioExportGcsDestination *GoogleCloudDialogflowCxV3GcsDestination `json:"audioExportGcsDestination,omitempty"`
DtmfSettings *GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings `json:"dtmfSettings,omitempty"`
LoggingSettings *GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings `json:"loggingSettings,omitempty"`
SpeechSettings *GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings `json:"speechSettings,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioExportGcsDestination")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioExportGcsDestination") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3AdvancedSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3AdvancedSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings struct {
Enabled bool `json:"enabled,omitempty"`
EndpointingTimeoutDuration string `json:"endpointingTimeoutDuration,omitempty"`
FinishDigit string `json:"finishDigit,omitempty"`
InterdigitTimeoutDuration string `json:"interdigitTimeoutDuration,omitempty"`
MaxDigits int64 `json:"maxDigits,omitempty"`
// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Enabled") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings struct {
EnableConsentBasedRedaction bool `json:"enableConsentBasedRedaction,omitempty"`
EnableInteractionLogging bool `json:"enableInteractionLogging,omitempty"`
EnableStackdriverLogging bool `json:"enableStackdriverLogging,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "EnableConsentBasedRedaction") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
// for more details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableConsentBasedRedaction") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings ¶ added in v0.170.0
type GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings struct {
EndpointerSensitivity int64 `json:"endpointerSensitivity,omitempty"`
Models map[string]string `json:"models,omitempty"`
NoSpeechTimeout string `json:"noSpeechTimeout,omitempty"`
UseTimeoutBasedEndpointing bool `json:"useTimeoutBasedEndpointing,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndpointerSensitivity") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndpointerSensitivity") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings) MarshalJSON ¶ added in v0.170.0
func (s GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3AudioInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3AudioInput struct {
Audio string `json:"audio,omitempty"`
Config *GoogleCloudDialogflowCxV3InputAudioConfig `json:"config,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3AudioInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3AudioInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3BargeInConfig ¶ added in v0.152.0
type GoogleCloudDialogflowCxV3BargeInConfig struct {
NoBargeInDuration string `json:"noBargeInDuration,omitempty"`
TotalDuration string `json:"totalDuration,omitempty"`
// ForceSendFields is a list of field names (e.g. "NoBargeInDuration") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NoBargeInDuration") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3BargeInConfig) MarshalJSON ¶ added in v0.152.0
func (s GoogleCloudDialogflowCxV3BargeInConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata struct {
Errors []*GoogleCloudDialogflowCxV3TestError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3BatchRunTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3BatchRunTestCasesResponse struct {
Results []*GoogleCloudDialogflowCxV3TestCaseResult `json:"results,omitempty"`
// ForceSendFields is a list of field names (e.g. "Results") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Results") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3BatchRunTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3BatchRunTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ContinuousTestResult ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3ContinuousTestResult struct {
Name string `json:"name,omitempty"`
// Possible values:
// "AGGREGATED_TEST_RESULT_UNSPECIFIED"
// "PASSED"
// "FAILED"
Result string `json:"result,omitempty"`
RunTime string `json:"runTime,omitempty"`
TestCaseResults []string `json:"testCaseResults,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ContinuousTestResult) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3ContinuousTestResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ConversationSignals ¶ added in v0.107.0
type GoogleCloudDialogflowCxV3ConversationSignals struct {
TurnSignals *GoogleCloudDialogflowCxV3TurnSignals `json:"turnSignals,omitempty"`
// ForceSendFields is a list of field names (e.g. "TurnSignals") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TurnSignals") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ConversationSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowCxV3ConversationSignals) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ConversationTurn ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ConversationTurn struct {
UserInput *GoogleCloudDialogflowCxV3ConversationTurnUserInput `json:"userInput,omitempty"`
VirtualAgentOutput *GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput `json:"virtualAgentOutput,omitempty"`
// ForceSendFields is a list of field names (e.g. "UserInput") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "UserInput") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ConversationTurn) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ConversationTurn) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ConversationTurnUserInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ConversationTurnUserInput struct {
EnableSentimentAnalysis bool `json:"enableSentimentAnalysis,omitempty"`
InjectedParameters googleapi.RawMessage `json:"injectedParameters,omitempty"`
Input *GoogleCloudDialogflowCxV3QueryInput `json:"input,omitempty"`
IsWebhookEnabled bool `json:"isWebhookEnabled,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableSentimentAnalysis") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableSentimentAnalysis") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ConversationTurnUserInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ConversationTurnUserInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput struct {
CurrentPage *GoogleCloudDialogflowCxV3Page `json:"currentPage,omitempty"`
DiagnosticInfo googleapi.RawMessage `json:"diagnosticInfo,omitempty"`
Differences []*GoogleCloudDialogflowCxV3TestRunDifference `json:"differences,omitempty"`
SessionParameters googleapi.RawMessage `json:"sessionParameters,omitempty"`
Status *GoogleRpcStatus `json:"status,omitempty"`
TextResponses []*GoogleCloudDialogflowCxV3ResponseMessageText `json:"textResponses,omitempty"`
TriggeredIntent *GoogleCloudDialogflowCxV3Intent `json:"triggeredIntent,omitempty"`
// ForceSendFields is a list of field names (e.g. "CurrentPage") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CurrentPage") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3CreateVersionOperationMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3CreateVersionOperationMetadata struct {
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Version") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Version") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3CreateVersionOperationMetadata) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3CreateVersionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3DataStoreConnection ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3DataStoreConnection struct {
DataStore string `json:"dataStore,omitempty"`
// Possible values:
// "DATA_STORE_TYPE_UNSPECIFIED"
// "PUBLIC_WEB"
// "UNSTRUCTURED"
// "STRUCTURED"
DataStoreType string `json:"dataStoreType,omitempty"`
// Possible values:
// "DOCUMENT_PROCESSING_MODE_UNSPECIFIED"
// "DOCUMENTS"
// "CHUNKS"
DocumentProcessingMode string `json:"documentProcessingMode,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStore") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStore") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3DataStoreConnection) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3DataStoreConnection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3DeployFlowMetadata ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3DeployFlowMetadata struct {
TestErrors []*GoogleCloudDialogflowCxV3TestError `json:"testErrors,omitempty"`
// ForceSendFields is a list of field names (e.g. "TestErrors") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TestErrors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3DeployFlowMetadata) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3DeployFlowMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3DeployFlowResponse ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3DeployFlowResponse struct {
Deployment string `json:"deployment,omitempty"`
Environment *GoogleCloudDialogflowCxV3Environment `json:"environment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Deployment") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Deployment") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3DeployFlowResponse) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3DeployFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3DtmfInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3DtmfInput struct {
Digits string `json:"digits,omitempty"`
FinishDigit string `json:"finishDigit,omitempty"`
// ForceSendFields is a list of field names (e.g. "Digits") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Digits") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3DtmfInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3DtmfInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3Environment ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3Environment struct {
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
Name string `json:"name,omitempty"`
TestCasesConfig *GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig `json:"testCasesConfig,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
VersionConfigs []*GoogleCloudDialogflowCxV3EnvironmentVersionConfig `json:"versionConfigs,omitempty"`
WebhookConfig *GoogleCloudDialogflowCxV3EnvironmentWebhookConfig `json:"webhookConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Environment) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3Environment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig struct {
EnableContinuousRun bool `json:"enableContinuousRun,omitempty"`
EnablePredeploymentRun bool `json:"enablePredeploymentRun,omitempty"`
TestCases []string `json:"testCases,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableContinuousRun") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableContinuousRun") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3EnvironmentTestCasesConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3EnvironmentVersionConfig ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3EnvironmentVersionConfig struct {
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Version") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Version") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3EnvironmentVersionConfig) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3EnvironmentVersionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3EnvironmentWebhookConfig ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3EnvironmentWebhookConfig struct {
WebhookOverrides []*GoogleCloudDialogflowCxV3Webhook `json:"webhookOverrides,omitempty"`
// ForceSendFields is a list of field names (e.g. "WebhookOverrides") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "WebhookOverrides") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3EnvironmentWebhookConfig) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3EnvironmentWebhookConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3EventHandler ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3EventHandler struct {
Event string `json:"event,omitempty"`
Name string `json:"name,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TargetPlaybook string `json:"targetPlaybook,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Event") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Event") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3EventHandler) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3EventHandler) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3EventInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3EventInput struct {
Event string `json:"event,omitempty"`
// ForceSendFields is a list of field names (e.g. "Event") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Event") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3EventInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3EventInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ExportAgentResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ExportAgentResponse struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
CommitSha string `json:"commitSha,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ExportAgentResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ExportAgentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ExportEntityTypesMetadata ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3ExportEntityTypesMetadata struct {
}
type GoogleCloudDialogflowCxV3ExportEntityTypesResponse ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3ExportEntityTypesResponse struct {
EntityTypesContent *GoogleCloudDialogflowCxV3InlineDestination `json:"entityTypesContent,omitempty"`
EntityTypesUri string `json:"entityTypesUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypesContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypesContent") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ExportEntityTypesResponse) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3ExportEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ExportFlowResponse ¶ added in v0.46.0
type GoogleCloudDialogflowCxV3ExportFlowResponse struct {
FlowContent string `json:"flowContent,omitempty"`
FlowUri string `json:"flowUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "FlowContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FlowContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ExportFlowResponse) MarshalJSON ¶ added in v0.46.0
func (s GoogleCloudDialogflowCxV3ExportFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ExportIntentsMetadata ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3ExportIntentsMetadata struct {
}
type GoogleCloudDialogflowCxV3ExportIntentsResponse ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3ExportIntentsResponse struct {
IntentsContent *GoogleCloudDialogflowCxV3InlineDestination `json:"intentsContent,omitempty"`
IntentsUri string `json:"intentsUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "IntentsContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IntentsContent") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ExportIntentsResponse) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3ExportIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ExportTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ExportTestCasesMetadata struct {
}
type GoogleCloudDialogflowCxV3ExportTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ExportTestCasesResponse struct {
Content string `json:"content,omitempty"`
GcsUri string `json:"gcsUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ExportTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ExportTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3Form ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3Form struct {
Parameters []*GoogleCloudDialogflowCxV3FormParameter `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameters") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameters") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Form) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3Form) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FormParameter ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FormParameter struct {
AdvancedSettings *GoogleCloudDialogflowCxV3AdvancedSettings `json:"advancedSettings,omitempty"`
DefaultValue interface{} `json:"defaultValue,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntityType string `json:"entityType,omitempty"`
FillBehavior *GoogleCloudDialogflowCxV3FormParameterFillBehavior `json:"fillBehavior,omitempty"`
IsList bool `json:"isList,omitempty"`
Redact bool `json:"redact,omitempty"`
Required bool `json:"required,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FormParameter) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FormParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FormParameterFillBehavior ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FormParameterFillBehavior struct {
InitialPromptFulfillment *GoogleCloudDialogflowCxV3Fulfillment `json:"initialPromptFulfillment,omitempty"`
RepromptEventHandlers []*GoogleCloudDialogflowCxV3EventHandler `json:"repromptEventHandlers,omitempty"`
// ForceSendFields is a list of field names (e.g. "InitialPromptFulfillment")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InitialPromptFulfillment") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FormParameterFillBehavior) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FormParameterFillBehavior) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3Fulfillment ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3Fulfillment struct {
AdvancedSettings *GoogleCloudDialogflowCxV3AdvancedSettings `json:"advancedSettings,omitempty"`
ConditionalCases []*GoogleCloudDialogflowCxV3FulfillmentConditionalCases `json:"conditionalCases,omitempty"`
EnableGenerativeFallback bool `json:"enableGenerativeFallback,omitempty"`
Generators []*GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings `json:"generators,omitempty"`
Messages []*GoogleCloudDialogflowCxV3ResponseMessage `json:"messages,omitempty"`
ReturnPartialResponses bool `json:"returnPartialResponses,omitempty"`
SetParameterActions []*GoogleCloudDialogflowCxV3FulfillmentSetParameterAction `json:"setParameterActions,omitempty"`
Tag string `json:"tag,omitempty"`
Webhook string `json:"webhook,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Fulfillment) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3Fulfillment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FulfillmentConditionalCases ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FulfillmentConditionalCases struct {
Cases []*GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase `json:"cases,omitempty"`
// ForceSendFields is a list of field names (e.g. "Cases") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Cases") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FulfillmentConditionalCases) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FulfillmentConditionalCases) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase struct {
CaseContent []*GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent `json:"caseContent,omitempty"`
Condition string `json:"condition,omitempty"`
// ForceSendFields is a list of field names (e.g. "CaseContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CaseContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent struct {
AdditionalCases *GoogleCloudDialogflowCxV3FulfillmentConditionalCases `json:"additionalCases,omitempty"`
Message *GoogleCloudDialogflowCxV3ResponseMessage `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdditionalCases") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdditionalCases") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings ¶ added in v0.239.0
type GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings struct {
Generator string `json:"generator,omitempty"`
InputParameters map[string]string `json:"inputParameters,omitempty"`
OutputParameter string `json:"outputParameter,omitempty"`
// ForceSendFields is a list of field names (e.g. "Generator") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Generator") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings) MarshalJSON ¶ added in v0.239.0
func (s GoogleCloudDialogflowCxV3FulfillmentGeneratorSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3FulfillmentSetParameterAction ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3FulfillmentSetParameterAction struct {
Parameter string `json:"parameter,omitempty"`
Value interface{} `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameter") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameter") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3FulfillmentSetParameterAction) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3FulfillmentSetParameterAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3GcsDestination ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3GcsDestination struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3GcsDestination) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportEntityTypesMetadata ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3ImportEntityTypesMetadata struct {
}
type GoogleCloudDialogflowCxV3ImportEntityTypesResponse ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3ImportEntityTypesResponse struct {
ConflictingResources *GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources `json:"conflictingResources,omitempty"`
EntityTypes []string `json:"entityTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConflictingResources") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConflictingResources") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportEntityTypesResponse) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3ImportEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources struct {
EntityDisplayNames []string `json:"entityDisplayNames,omitempty"`
EntityTypeDisplayNames []string `json:"entityTypeDisplayNames,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityDisplayNames") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityDisplayNames") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportFlowResponse ¶ added in v0.46.0
type GoogleCloudDialogflowCxV3ImportFlowResponse struct {
Flow string `json:"flow,omitempty"`
// ForceSendFields is a list of field names (e.g. "Flow") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Flow") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportFlowResponse) MarshalJSON ¶ added in v0.46.0
func (s GoogleCloudDialogflowCxV3ImportFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportIntentsMetadata ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3ImportIntentsMetadata struct {
}
type GoogleCloudDialogflowCxV3ImportIntentsResponse ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3ImportIntentsResponse struct {
ConflictingResources *GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources `json:"conflictingResources,omitempty"`
Intents []string `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConflictingResources") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConflictingResources") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportIntentsResponse) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3ImportIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources struct {
EntityDisplayNames []string `json:"entityDisplayNames,omitempty"`
IntentDisplayNames []string `json:"intentDisplayNames,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityDisplayNames") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityDisplayNames") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ImportTestCasesMetadata struct {
Errors []*GoogleCloudDialogflowCxV3TestCaseError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportTestCasesMetadata) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ImportTestCasesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ImportTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3ImportTestCasesResponse struct {
Names []string `json:"names,omitempty"`
// ForceSendFields is a list of field names (e.g. "Names") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Names") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ImportTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3ImportTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3InlineDestination ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3InlineDestination struct {
Content string `json:"content,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3InlineDestination) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3InlineDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3InputAudioConfig ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3InputAudioConfig struct {
// Possible values:
// "AUDIO_ENCODING_UNSPECIFIED"
// "AUDIO_ENCODING_LINEAR_16"
// "AUDIO_ENCODING_FLAC"
// "AUDIO_ENCODING_MULAW"
// "AUDIO_ENCODING_AMR"
// "AUDIO_ENCODING_AMR_WB"
// "AUDIO_ENCODING_OGG_OPUS"
// "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
// "AUDIO_ENCODING_ALAW"
AudioEncoding string `json:"audioEncoding,omitempty"`
BargeInConfig *GoogleCloudDialogflowCxV3BargeInConfig `json:"bargeInConfig,omitempty"`
EnableWordInfo bool `json:"enableWordInfo,omitempty"`
Model string `json:"model,omitempty"`
// Possible values:
// "SPEECH_MODEL_VARIANT_UNSPECIFIED"
// "USE_BEST_AVAILABLE"
// "USE_STANDARD"
// "USE_ENHANCED"
ModelVariant string `json:"modelVariant,omitempty"`
OptOutConformerModelMigration bool `json:"optOutConformerModelMigration,omitempty"`
PhraseHints []string `json:"phraseHints,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
SingleUtterance bool `json:"singleUtterance,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioEncoding") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3InputAudioConfig) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3InputAudioConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3Intent ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3Intent struct {
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
DtmfPattern string `json:"dtmfPattern,omitempty"`
IsFallback bool `json:"isFallback,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
Name string `json:"name,omitempty"`
Parameters []*GoogleCloudDialogflowCxV3IntentParameter `json:"parameters,omitempty"`
Priority int64 `json:"priority,omitempty"`
TrainingPhrases []*GoogleCloudDialogflowCxV3IntentTrainingPhrase `json:"trainingPhrases,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Intent) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3Intent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3IntentInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3IntentInput struct {
Intent string `json:"intent,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3IntentInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3IntentInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3IntentParameter ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3IntentParameter struct {
EntityType string `json:"entityType,omitempty"`
Id string `json:"id,omitempty"`
IsList bool `json:"isList,omitempty"`
Redact bool `json:"redact,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3IntentParameter) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3IntentParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3IntentTrainingPhrase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3IntentTrainingPhrase struct {
Id string `json:"id,omitempty"`
Parts []*GoogleCloudDialogflowCxV3IntentTrainingPhrasePart `json:"parts,omitempty"`
RepeatCount int64 `json:"repeatCount,omitempty"`
// ForceSendFields is a list of field names (e.g. "Id") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Id") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3IntentTrainingPhrase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3IntentTrainingPhrase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3IntentTrainingPhrasePart ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3IntentTrainingPhrasePart struct {
ParameterId string `json:"parameterId,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParameterId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParameterId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3IntentTrainingPhrasePart) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3IntentTrainingPhrasePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3KnowledgeConnectorSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3KnowledgeConnectorSettings struct {
DataStoreConnections []*GoogleCloudDialogflowCxV3DataStoreConnection `json:"dataStoreConnections,omitempty"`
Enabled bool `json:"enabled,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStoreConnections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStoreConnections") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3KnowledgeConnectorSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3KnowledgeConnectorSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3LanguageInfo ¶ added in v0.177.0
type GoogleCloudDialogflowCxV3LanguageInfo struct {
ConfidenceScore float64 `json:"confidenceScore,omitempty"`
InputLanguageCode string `json:"inputLanguageCode,omitempty"`
ResolvedLanguageCode string `json:"resolvedLanguageCode,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConfidenceScore") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConfidenceScore") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3LanguageInfo) MarshalJSON ¶ added in v0.177.0
func (s GoogleCloudDialogflowCxV3LanguageInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3LanguageInfo) UnmarshalJSON ¶ added in v0.177.0
func (s *GoogleCloudDialogflowCxV3LanguageInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3Page ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3Page struct {
AdvancedSettings *GoogleCloudDialogflowCxV3AdvancedSettings `json:"advancedSettings,omitempty"`
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntryFulfillment *GoogleCloudDialogflowCxV3Fulfillment `json:"entryFulfillment,omitempty"`
EventHandlers []*GoogleCloudDialogflowCxV3EventHandler `json:"eventHandlers,omitempty"`
Form *GoogleCloudDialogflowCxV3Form `json:"form,omitempty"`
KnowledgeConnectorSettings *GoogleCloudDialogflowCxV3KnowledgeConnectorSettings `json:"knowledgeConnectorSettings,omitempty"`
Name string `json:"name,omitempty"`
TransitionRouteGroups []string `json:"transitionRouteGroups,omitempty"`
TransitionRoutes []*GoogleCloudDialogflowCxV3TransitionRoute `json:"transitionRoutes,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Page) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3Page) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3PageInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3PageInfo struct {
CurrentPage string `json:"currentPage,omitempty"`
DisplayName string `json:"displayName,omitempty"`
FormInfo *GoogleCloudDialogflowCxV3PageInfoFormInfo `json:"formInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "CurrentPage") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CurrentPage") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3PageInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3PageInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3PageInfoFormInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3PageInfoFormInfo struct {
ParameterInfo []*GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo `json:"parameterInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParameterInfo") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParameterInfo") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3PageInfoFormInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3PageInfoFormInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo struct {
DisplayName string `json:"displayName,omitempty"`
JustCollected bool `json:"justCollected,omitempty"`
Required bool `json:"required,omitempty"`
// Possible values:
// "PARAMETER_STATE_UNSPECIFIED"
// "EMPTY"
// "INVALID"
// "FILLED"
State string `json:"state,omitempty"`
Value interface{} `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "DisplayName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayName") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3QueryInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3QueryInput struct {
Audio *GoogleCloudDialogflowCxV3AudioInput `json:"audio,omitempty"`
Dtmf *GoogleCloudDialogflowCxV3DtmfInput `json:"dtmf,omitempty"`
Event *GoogleCloudDialogflowCxV3EventInput `json:"event,omitempty"`
Intent *GoogleCloudDialogflowCxV3IntentInput `json:"intent,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Text *GoogleCloudDialogflowCxV3TextInput `json:"text,omitempty"`
ToolCallResult *GoogleCloudDialogflowCxV3ToolCallResult `json:"toolCallResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3QueryInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3QueryInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessage ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessage struct {
Channel string `json:"channel,omitempty"`
ConversationSuccess *GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess `json:"conversationSuccess,omitempty"`
EndInteraction *GoogleCloudDialogflowCxV3ResponseMessageEndInteraction `json:"endInteraction,omitempty"`
KnowledgeInfoCard *GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard `json:"knowledgeInfoCard,omitempty"`
LiveAgentHandoff *GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff `json:"liveAgentHandoff,omitempty"`
MixedAudio *GoogleCloudDialogflowCxV3ResponseMessageMixedAudio `json:"mixedAudio,omitempty"`
OutputAudioText *GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText `json:"outputAudioText,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
PlayAudio *GoogleCloudDialogflowCxV3ResponseMessagePlayAudio `json:"playAudio,omitempty"`
// Possible values:
// "RESPONSE_TYPE_UNSPECIFIED"
// "ENTRY_PROMPT"
// "PARAMETER_PROMPT"
// "HANDLER_PROMPT"
ResponseType string `json:"responseType,omitempty"`
TelephonyTransferCall *GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall `json:"telephonyTransferCall,omitempty"`
Text *GoogleCloudDialogflowCxV3ResponseMessageText `json:"text,omitempty"`
ToolCall *GoogleCloudDialogflowCxV3ToolCall `json:"toolCall,omitempty"`
// ForceSendFields is a list of field names (e.g. "Channel") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Channel") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessage) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageEndInteraction ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageEndInteraction struct {
}
type GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard struct {
}
type GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageMixedAudio ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageMixedAudio struct {
Segments []*GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment `json:"segments,omitempty"`
// ForceSendFields is a list of field names (e.g. "Segments") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Segments") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageMixedAudio) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageMixedAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Audio string `json:"audio,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Ssml string `json:"ssml,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessagePlayAudio ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessagePlayAudio struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
AudioUri string `json:"audioUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessagePlayAudio) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessagePlayAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall ¶ added in v0.62.0
type GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall struct {
PhoneNumber string `json:"phoneNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall) MarshalJSON ¶ added in v0.62.0
func (s GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ResponseMessageText ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3ResponseMessageText struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Text []string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ResponseMessageText) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3ResponseMessageText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3RunContinuousTestMetadata ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3RunContinuousTestMetadata struct {
Errors []*GoogleCloudDialogflowCxV3TestError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3RunContinuousTestMetadata) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3RunContinuousTestMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3RunContinuousTestResponse ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3RunContinuousTestResponse struct {
ContinuousTestResult *GoogleCloudDialogflowCxV3ContinuousTestResult `json:"continuousTestResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContinuousTestResult") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContinuousTestResult") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3RunContinuousTestResponse) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3RunContinuousTestResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3RunTestCaseMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3RunTestCaseMetadata struct {
}
type GoogleCloudDialogflowCxV3RunTestCaseResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3RunTestCaseResponse struct {
Result *GoogleCloudDialogflowCxV3TestCaseResult `json:"result,omitempty"`
// ForceSendFields is a list of field names (e.g. "Result") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Result") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3RunTestCaseResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3RunTestCaseResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3SessionInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3SessionInfo struct {
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
Session string `json:"session,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameters") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameters") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3SessionInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3SessionInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestCase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestCase struct {
CreationTime string `json:"creationTime,omitempty"`
DisplayName string `json:"displayName,omitempty"`
LastTestResult *GoogleCloudDialogflowCxV3TestCaseResult `json:"lastTestResult,omitempty"`
Name string `json:"name,omitempty"`
Notes string `json:"notes,omitempty"`
Tags []string `json:"tags,omitempty"`
TestCaseConversationTurns []*GoogleCloudDialogflowCxV3ConversationTurn `json:"testCaseConversationTurns,omitempty"`
TestConfig *GoogleCloudDialogflowCxV3TestConfig `json:"testConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "CreationTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CreationTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestCase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestCase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestCaseError ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestCaseError struct {
Status *GoogleRpcStatus `json:"status,omitempty"`
TestCase *GoogleCloudDialogflowCxV3TestCase `json:"testCase,omitempty"`
// ForceSendFields is a list of field names (e.g. "Status") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Status") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestCaseError) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestCaseError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestCaseResult ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestCaseResult struct {
ConversationTurns []*GoogleCloudDialogflowCxV3ConversationTurn `json:"conversationTurns,omitempty"`
Environment string `json:"environment,omitempty"`
Name string `json:"name,omitempty"`
// Possible values:
// "TEST_RESULT_UNSPECIFIED"
// "PASSED"
// "FAILED"
TestResult string `json:"testResult,omitempty"`
TestTime string `json:"testTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationTurns") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationTurns") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestCaseResult) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestCaseResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestConfig ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestConfig struct {
Flow string `json:"flow,omitempty"`
Page string `json:"page,omitempty"`
TrackingParameters []string `json:"trackingParameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Flow") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Flow") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestConfig) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestError ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestError struct {
Status *GoogleRpcStatus `json:"status,omitempty"`
TestCase string `json:"testCase,omitempty"`
TestTime string `json:"testTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "Status") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Status") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestError) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TestRunDifference ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TestRunDifference struct {
Description string `json:"description,omitempty"`
// Possible values:
// "DIFF_TYPE_UNSPECIFIED"
// "INTENT"
// "PAGE"
// "PARAMETERS"
// "UTTERANCE"
// "FLOW"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TestRunDifference) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TestRunDifference) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TextInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TextInput struct {
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TextInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TextInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ToolCall ¶ added in v0.231.0
type GoogleCloudDialogflowCxV3ToolCall struct {
Action string `json:"action,omitempty"`
InputParameters googleapi.RawMessage `json:"inputParameters,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ToolCall) MarshalJSON ¶ added in v0.231.0
func (s GoogleCloudDialogflowCxV3ToolCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ToolCallResult ¶ added in v0.231.0
type GoogleCloudDialogflowCxV3ToolCallResult struct {
Action string `json:"action,omitempty"`
Error *GoogleCloudDialogflowCxV3ToolCallResultError `json:"error,omitempty"`
OutputParameters googleapi.RawMessage `json:"outputParameters,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ToolCallResult) MarshalJSON ¶ added in v0.231.0
func (s GoogleCloudDialogflowCxV3ToolCallResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3ToolCallResultError ¶ added in v0.231.0
type GoogleCloudDialogflowCxV3ToolCallResultError struct {
Message string `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "Message") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Message") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3ToolCallResultError) MarshalJSON ¶ added in v0.231.0
func (s GoogleCloudDialogflowCxV3ToolCallResultError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TransitionRoute ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3TransitionRoute struct {
Condition string `json:"condition,omitempty"`
Description string `json:"description,omitempty"`
Intent string `json:"intent,omitempty"`
Name string `json:"name,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Condition") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Condition") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TransitionRoute) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3TransitionRoute) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3TurnSignals ¶ added in v0.107.0
type GoogleCloudDialogflowCxV3TurnSignals struct {
AgentEscalated bool `json:"agentEscalated,omitempty"`
DtmfUsed bool `json:"dtmfUsed,omitempty"`
// Possible values:
// "FAILURE_REASON_UNSPECIFIED"
// "FAILED_INTENT"
// "FAILED_WEBHOOK"
FailureReasons []string `json:"failureReasons,omitempty"`
NoMatch bool `json:"noMatch,omitempty"`
NoUserInput bool `json:"noUserInput,omitempty"`
ReachedEndPage bool `json:"reachedEndPage,omitempty"`
SentimentMagnitude float64 `json:"sentimentMagnitude,omitempty"`
SentimentScore float64 `json:"sentimentScore,omitempty"`
UserEscalated bool `json:"userEscalated,omitempty"`
WebhookStatuses []string `json:"webhookStatuses,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentEscalated") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentEscalated") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3TurnSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowCxV3TurnSignals) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3TurnSignals) UnmarshalJSON ¶ added in v0.123.0
func (s *GoogleCloudDialogflowCxV3TurnSignals) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3Webhook ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3Webhook struct {
Disabled bool `json:"disabled,omitempty"`
DisplayName string `json:"displayName,omitempty"`
GenericWebService *GoogleCloudDialogflowCxV3WebhookGenericWebService `json:"genericWebService,omitempty"`
Name string `json:"name,omitempty"`
ServiceDirectory *GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig `json:"serviceDirectory,omitempty"`
Timeout string `json:"timeout,omitempty"`
// ForceSendFields is a list of field names (e.g. "Disabled") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Disabled") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3Webhook) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3Webhook) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookGenericWebService ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3WebhookGenericWebService struct {
AllowedCaCerts []string `json:"allowedCaCerts,omitempty"`
// Possible values:
// "HTTP_METHOD_UNSPECIFIED"
// "POST"
// "GET"
// "HEAD"
// "PUT"
// "DELETE"
// "PATCH"
// "OPTIONS"
HttpMethod string `json:"httpMethod,omitempty"`
OauthConfig *GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig `json:"oauthConfig,omitempty"`
ParameterMapping map[string]string `json:"parameterMapping,omitempty"`
Password string `json:"password,omitempty"`
RequestBody string `json:"requestBody,omitempty"`
RequestHeaders map[string]string `json:"requestHeaders,omitempty"`
SecretVersionForUsernamePassword string `json:"secretVersionForUsernamePassword,omitempty"`
SecretVersionsForRequestHeaders map[string]GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue `json:"secretVersionsForRequestHeaders,omitempty"`
ServiceAccountAuthConfig *GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig `json:"serviceAccountAuthConfig,omitempty"`
// Possible values:
// "SERVICE_AGENT_AUTH_UNSPECIFIED"
// "NONE"
// "ID_TOKEN"
// "ACCESS_TOKEN"
ServiceAgentAuth string `json:"serviceAgentAuth,omitempty"`
Uri string `json:"uri,omitempty"`
Username string `json:"username,omitempty"`
// Possible values:
// "WEBHOOK_TYPE_UNSPECIFIED"
// "STANDARD"
// "FLEXIBLE"
WebhookType string `json:"webhookType,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowedCaCerts") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowedCaCerts") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookGenericWebService) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3WebhookGenericWebService) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig ¶ added in v0.171.0
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig struct {
ClientId string `json:"clientId,omitempty"`
ClientSecret string `json:"clientSecret,omitempty"`
Scopes []string `json:"scopes,omitempty"`
SecretVersionForClientSecret string `json:"secretVersionForClientSecret,omitempty"`
TokenEndpoint string `json:"tokenEndpoint,omitempty"`
// ForceSendFields is a list of field names (e.g. "ClientId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ClientId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig) MarshalJSON ¶ added in v0.171.0
func (s GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue ¶ added in v0.229.0
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue struct {
SecretVersion string `json:"secretVersion,omitempty"`
// ForceSendFields is a list of field names (e.g. "SecretVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SecretVersion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ¶ added in v0.255.0
type GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig struct {
ServiceAccount string `json:"serviceAccount,omitempty"`
// ForceSendFields is a list of field names (e.g. "ServiceAccount") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ServiceAccount") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig) MarshalJSON ¶ added in v0.255.0
func (s GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookRequest ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookRequest struct {
DetectIntentResponseId string `json:"detectIntentResponseId,omitempty"`
DtmfDigits string `json:"dtmfDigits,omitempty"`
FulfillmentInfo *GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo `json:"fulfillmentInfo,omitempty"`
IntentInfo *GoogleCloudDialogflowCxV3WebhookRequestIntentInfo `json:"intentInfo,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
LanguageInfo *GoogleCloudDialogflowCxV3LanguageInfo `json:"languageInfo,omitempty"`
Messages []*GoogleCloudDialogflowCxV3ResponseMessage `json:"messages,omitempty"`
PageInfo *GoogleCloudDialogflowCxV3PageInfo `json:"pageInfo,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SentimentAnalysisResult *GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult `json:"sentimentAnalysisResult,omitempty"`
SessionInfo *GoogleCloudDialogflowCxV3SessionInfo `json:"sessionInfo,omitempty"`
Text string `json:"text,omitempty"`
Transcript string `json:"transcript,omitempty"`
TriggerEvent string `json:"triggerEvent,omitempty"`
TriggerIntent string `json:"triggerIntent,omitempty"`
// ForceSendFields is a list of field names (e.g. "DetectIntentResponseId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DetectIntentResponseId") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookRequest) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo struct {
Tag string `json:"tag,omitempty"`
// ForceSendFields is a list of field names (e.g. "Tag") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Tag") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookRequestIntentInfo ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookRequestIntentInfo struct {
Confidence float64 `json:"confidence,omitempty"`
DisplayName string `json:"displayName,omitempty"`
LastMatchedIntent string `json:"lastMatchedIntent,omitempty"`
Parameters map[string]GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookRequestIntentInfo) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookRequestIntentInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3WebhookRequestIntentInfo) UnmarshalJSON ¶ added in v0.39.0
func (s *GoogleCloudDialogflowCxV3WebhookRequestIntentInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue struct {
OriginalValue string `json:"originalValue,omitempty"`
ResolvedValue interface{} `json:"resolvedValue,omitempty"`
// ForceSendFields is a list of field names (e.g. "OriginalValue") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OriginalValue") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult ¶ added in v0.41.0
type GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult struct {
Magnitude float64 `json:"magnitude,omitempty"`
Score float64 `json:"score,omitempty"`
// ForceSendFields is a list of field names (e.g. "Magnitude") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Magnitude") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult) MarshalJSON ¶ added in v0.41.0
func (s GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult) UnmarshalJSON ¶ added in v0.41.0
func (s *GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3WebhookResponse ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookResponse struct {
FulfillmentResponse *GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse `json:"fulfillmentResponse,omitempty"`
PageInfo *GoogleCloudDialogflowCxV3PageInfo `json:"pageInfo,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SessionInfo *GoogleCloudDialogflowCxV3SessionInfo `json:"sessionInfo,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
// ForceSendFields is a list of field names (e.g. "FulfillmentResponse") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FulfillmentResponse") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookResponse) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse ¶ added in v0.34.0
type GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse struct {
// Possible values:
// "MERGE_BEHAVIOR_UNSPECIFIED"
// "APPEND"
// "REPLACE"
MergeBehavior string `json:"mergeBehavior,omitempty"`
Messages []*GoogleCloudDialogflowCxV3ResponseMessage `json:"messages,omitempty"`
// ForceSendFields is a list of field names (e.g. "MergeBehavior") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MergeBehavior") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse) MarshalJSON ¶ added in v0.34.0
func (s GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig struct {
GenericWebService *GoogleCloudDialogflowCxV3WebhookGenericWebService `json:"genericWebService,omitempty"`
Service string `json:"service,omitempty"`
// ForceSendFields is a list of field names (e.g. "GenericWebService") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GenericWebService") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1AdvancedSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1AdvancedSettings struct {
AudioExportGcsDestination *GoogleCloudDialogflowCxV3beta1GcsDestination `json:"audioExportGcsDestination,omitempty"`
DtmfSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings `json:"dtmfSettings,omitempty"`
LoggingSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings `json:"loggingSettings,omitempty"`
SpeechSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings `json:"speechSettings,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioExportGcsDestination")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioExportGcsDestination") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1AdvancedSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1AdvancedSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings struct {
Enabled bool `json:"enabled,omitempty"`
EndpointingTimeoutDuration string `json:"endpointingTimeoutDuration,omitempty"`
FinishDigit string `json:"finishDigit,omitempty"`
InterdigitTimeoutDuration string `json:"interdigitTimeoutDuration,omitempty"`
MaxDigits int64 `json:"maxDigits,omitempty"`
// ForceSendFields is a list of field names (e.g. "Enabled") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Enabled") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings struct {
EnableConsentBasedRedaction bool `json:"enableConsentBasedRedaction,omitempty"`
EnableInteractionLogging bool `json:"enableInteractionLogging,omitempty"`
EnableStackdriverLogging bool `json:"enableStackdriverLogging,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "EnableConsentBasedRedaction") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
// for more details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableConsentBasedRedaction") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings ¶ added in v0.170.0
type GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings struct {
EndpointerSensitivity int64 `json:"endpointerSensitivity,omitempty"`
Models map[string]string `json:"models,omitempty"`
NoSpeechTimeout string `json:"noSpeechTimeout,omitempty"`
UseTimeoutBasedEndpointing bool `json:"useTimeoutBasedEndpointing,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndpointerSensitivity") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndpointerSensitivity") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings) MarshalJSON ¶ added in v0.170.0
func (s GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1AudioInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1AudioInput struct {
Audio string `json:"audio,omitempty"`
Config *GoogleCloudDialogflowCxV3beta1InputAudioConfig `json:"config,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1AudioInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1AudioInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1BargeInConfig ¶ added in v0.152.0
type GoogleCloudDialogflowCxV3beta1BargeInConfig struct {
NoBargeInDuration string `json:"noBargeInDuration,omitempty"`
TotalDuration string `json:"totalDuration,omitempty"`
// ForceSendFields is a list of field names (e.g. "NoBargeInDuration") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NoBargeInDuration") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1BargeInConfig) MarshalJSON ¶ added in v0.152.0
func (s GoogleCloudDialogflowCxV3beta1BargeInConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata struct {
Errors []*GoogleCloudDialogflowCxV3beta1TestError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse struct {
Results []*GoogleCloudDialogflowCxV3beta1TestCaseResult `json:"results,omitempty"`
// ForceSendFields is a list of field names (e.g. "Results") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Results") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ContinuousTestResult ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3beta1ContinuousTestResult struct {
Name string `json:"name,omitempty"`
// Possible values:
// "AGGREGATED_TEST_RESULT_UNSPECIFIED"
// "PASSED"
// "FAILED"
Result string `json:"result,omitempty"`
RunTime string `json:"runTime,omitempty"`
TestCaseResults []string `json:"testCaseResults,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ContinuousTestResult) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3beta1ContinuousTestResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ConversationSignals ¶ added in v0.107.0
type GoogleCloudDialogflowCxV3beta1ConversationSignals struct {
TurnSignals *GoogleCloudDialogflowCxV3beta1TurnSignals `json:"turnSignals,omitempty"`
// ForceSendFields is a list of field names (e.g. "TurnSignals") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TurnSignals") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ConversationSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowCxV3beta1ConversationSignals) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ConversationTurn ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ConversationTurn struct {
UserInput *GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput `json:"userInput,omitempty"`
VirtualAgentOutput *GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput `json:"virtualAgentOutput,omitempty"`
// ForceSendFields is a list of field names (e.g. "UserInput") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "UserInput") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ConversationTurn) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ConversationTurn) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput struct {
EnableSentimentAnalysis bool `json:"enableSentimentAnalysis,omitempty"`
InjectedParameters googleapi.RawMessage `json:"injectedParameters,omitempty"`
Input *GoogleCloudDialogflowCxV3beta1QueryInput `json:"input,omitempty"`
IsWebhookEnabled bool `json:"isWebhookEnabled,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableSentimentAnalysis") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableSentimentAnalysis") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput struct {
CurrentPage *GoogleCloudDialogflowCxV3beta1Page `json:"currentPage,omitempty"`
DiagnosticInfo googleapi.RawMessage `json:"diagnosticInfo,omitempty"`
Differences []*GoogleCloudDialogflowCxV3beta1TestRunDifference `json:"differences,omitempty"`
SessionParameters googleapi.RawMessage `json:"sessionParameters,omitempty"`
Status *GoogleRpcStatus `json:"status,omitempty"`
TextResponses []*GoogleCloudDialogflowCxV3beta1ResponseMessageText `json:"textResponses,omitempty"`
TriggeredIntent *GoogleCloudDialogflowCxV3beta1Intent `json:"triggeredIntent,omitempty"`
// ForceSendFields is a list of field names (e.g. "CurrentPage") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CurrentPage") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata ¶ added in v0.31.0
type GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata struct {
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Version") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Version") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata) MarshalJSON ¶ added in v0.31.0
func (s GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1DataStoreConnection ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1DataStoreConnection struct {
DataStore string `json:"dataStore,omitempty"`
// Possible values:
// "DATA_STORE_TYPE_UNSPECIFIED"
// "PUBLIC_WEB"
// "UNSTRUCTURED"
// "STRUCTURED"
DataStoreType string `json:"dataStoreType,omitempty"`
// Possible values:
// "DOCUMENT_PROCESSING_MODE_UNSPECIFIED"
// "DOCUMENTS"
// "CHUNKS"
DocumentProcessingMode string `json:"documentProcessingMode,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStore") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStore") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1DataStoreConnection) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1DataStoreConnection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1DeployFlowMetadata ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3beta1DeployFlowMetadata struct {
TestErrors []*GoogleCloudDialogflowCxV3beta1TestError `json:"testErrors,omitempty"`
// ForceSendFields is a list of field names (e.g. "TestErrors") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TestErrors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1DeployFlowMetadata) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3beta1DeployFlowMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1DeployFlowResponse ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3beta1DeployFlowResponse struct {
Deployment string `json:"deployment,omitempty"`
Environment *GoogleCloudDialogflowCxV3beta1Environment `json:"environment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Deployment") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Deployment") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1DeployFlowResponse) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3beta1DeployFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1DtmfInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1DtmfInput struct {
Digits string `json:"digits,omitempty"`
FinishDigit string `json:"finishDigit,omitempty"`
// ForceSendFields is a list of field names (e.g. "Digits") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Digits") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1DtmfInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1DtmfInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1Environment ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3beta1Environment struct {
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
Name string `json:"name,omitempty"`
TestCasesConfig *GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig `json:"testCasesConfig,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
VersionConfigs []*GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig `json:"versionConfigs,omitempty"`
WebhookConfig *GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig `json:"webhookConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Environment) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3beta1Environment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig struct {
EnableContinuousRun bool `json:"enableContinuousRun,omitempty"`
EnablePredeploymentRun bool `json:"enablePredeploymentRun,omitempty"`
TestCases []string `json:"testCases,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableContinuousRun") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableContinuousRun") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig ¶ added in v0.58.0
type GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig struct {
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Version") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Version") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig struct {
WebhookOverrides []*GoogleCloudDialogflowCxV3beta1Webhook `json:"webhookOverrides,omitempty"`
// ForceSendFields is a list of field names (e.g. "WebhookOverrides") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "WebhookOverrides") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1EventHandler ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1EventHandler struct {
Event string `json:"event,omitempty"`
Name string `json:"name,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TargetPlaybook string `json:"targetPlaybook,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3beta1Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Event") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Event") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1EventHandler) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1EventHandler) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1EventInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1EventInput struct {
Event string `json:"event,omitempty"`
// ForceSendFields is a list of field names (e.g. "Event") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Event") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1EventInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1EventInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ExportAgentResponse ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1ExportAgentResponse struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
CommitSha string `json:"commitSha,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ExportAgentResponse) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1ExportAgentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse struct {
EntityTypesContent *GoogleCloudDialogflowCxV3beta1InlineDestination `json:"entityTypesContent,omitempty"`
EntityTypesUri string `json:"entityTypesUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypesContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypesContent") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ExportFlowResponse ¶ added in v0.46.0
type GoogleCloudDialogflowCxV3beta1ExportFlowResponse struct {
FlowContent string `json:"flowContent,omitempty"`
FlowUri string `json:"flowUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "FlowContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FlowContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ExportFlowResponse) MarshalJSON ¶ added in v0.46.0
func (s GoogleCloudDialogflowCxV3beta1ExportFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1ExportIntentsMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1ExportIntentsResponse ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1ExportIntentsResponse struct {
IntentsContent *GoogleCloudDialogflowCxV3beta1InlineDestination `json:"intentsContent,omitempty"`
IntentsUri string `json:"intentsUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "IntentsContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IntentsContent") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ExportIntentsResponse) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3beta1ExportIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse struct {
Content string `json:"content,omitempty"`
GcsUri string `json:"gcsUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1Form ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1Form struct {
Parameters []*GoogleCloudDialogflowCxV3beta1FormParameter `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameters") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameters") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Form) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1Form) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FormParameter ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FormParameter struct {
AdvancedSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettings `json:"advancedSettings,omitempty"`
DefaultValue interface{} `json:"defaultValue,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntityType string `json:"entityType,omitempty"`
FillBehavior *GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior `json:"fillBehavior,omitempty"`
IsList bool `json:"isList,omitempty"`
Redact bool `json:"redact,omitempty"`
Required bool `json:"required,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FormParameter) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FormParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior struct {
InitialPromptFulfillment *GoogleCloudDialogflowCxV3beta1Fulfillment `json:"initialPromptFulfillment,omitempty"`
RepromptEventHandlers []*GoogleCloudDialogflowCxV3beta1EventHandler `json:"repromptEventHandlers,omitempty"`
// ForceSendFields is a list of field names (e.g. "InitialPromptFulfillment")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InitialPromptFulfillment") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1Fulfillment ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1Fulfillment struct {
AdvancedSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettings `json:"advancedSettings,omitempty"`
ConditionalCases []*GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases `json:"conditionalCases,omitempty"`
EnableGenerativeFallback bool `json:"enableGenerativeFallback,omitempty"`
Generators []*GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings `json:"generators,omitempty"`
Messages []*GoogleCloudDialogflowCxV3beta1ResponseMessage `json:"messages,omitempty"`
ReturnPartialResponses bool `json:"returnPartialResponses,omitempty"`
SetParameterActions []*GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction `json:"setParameterActions,omitempty"`
Tag string `json:"tag,omitempty"`
Webhook string `json:"webhook,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Fulfillment) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1Fulfillment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases struct {
Cases []*GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase `json:"cases,omitempty"`
// ForceSendFields is a list of field names (e.g. "Cases") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Cases") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase struct {
CaseContent []*GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent `json:"caseContent,omitempty"`
Condition string `json:"condition,omitempty"`
// ForceSendFields is a list of field names (e.g. "CaseContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CaseContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent struct {
AdditionalCases *GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases `json:"additionalCases,omitempty"`
Message *GoogleCloudDialogflowCxV3beta1ResponseMessage `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdditionalCases") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdditionalCases") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings ¶ added in v0.239.0
type GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings struct {
Generator string `json:"generator,omitempty"`
InputParameters map[string]string `json:"inputParameters,omitempty"`
OutputParameter string `json:"outputParameter,omitempty"`
// ForceSendFields is a list of field names (e.g. "Generator") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Generator") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings) MarshalJSON ¶ added in v0.239.0
func (s GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction struct {
Parameter string `json:"parameter,omitempty"`
Value interface{} `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameter") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameter") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1GcsDestination ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1GcsDestination struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1GcsDestination) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse struct {
ConflictingResources *GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources `json:"conflictingResources,omitempty"`
EntityTypes []string `json:"entityTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConflictingResources") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConflictingResources") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources ¶ added in v0.164.0
type GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources struct {
EntityDisplayNames []string `json:"entityDisplayNames,omitempty"`
EntityTypeDisplayNames []string `json:"entityTypeDisplayNames,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityDisplayNames") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityDisplayNames") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources) MarshalJSON ¶ added in v0.164.0
func (s GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportFlowResponse ¶ added in v0.46.0
type GoogleCloudDialogflowCxV3beta1ImportFlowResponse struct {
Flow string `json:"flow,omitempty"`
// ForceSendFields is a list of field names (e.g. "Flow") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Flow") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportFlowResponse) MarshalJSON ¶ added in v0.46.0
func (s GoogleCloudDialogflowCxV3beta1ImportFlowResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1ImportIntentsMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1ImportIntentsResponse ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1ImportIntentsResponse struct {
ConflictingResources *GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources `json:"conflictingResources,omitempty"`
Intents []string `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConflictingResources") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConflictingResources") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportIntentsResponse) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3beta1ImportIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources struct {
EntityDisplayNames []string `json:"entityDisplayNames,omitempty"`
IntentDisplayNames []string `json:"intentDisplayNames,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityDisplayNames") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityDisplayNames") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata struct {
Errors []*GoogleCloudDialogflowCxV3beta1TestCaseError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse struct {
Names []string `json:"names,omitempty"`
// ForceSendFields is a list of field names (e.g. "Names") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Names") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1InlineDestination ¶ added in v0.143.0
type GoogleCloudDialogflowCxV3beta1InlineDestination struct {
Content string `json:"content,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1InlineDestination) MarshalJSON ¶ added in v0.143.0
func (s GoogleCloudDialogflowCxV3beta1InlineDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1InputAudioConfig ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1InputAudioConfig struct {
// Possible values:
// "AUDIO_ENCODING_UNSPECIFIED"
// "AUDIO_ENCODING_LINEAR_16"
// "AUDIO_ENCODING_FLAC"
// "AUDIO_ENCODING_MULAW"
// "AUDIO_ENCODING_AMR"
// "AUDIO_ENCODING_AMR_WB"
// "AUDIO_ENCODING_OGG_OPUS"
// "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
// "AUDIO_ENCODING_ALAW"
AudioEncoding string `json:"audioEncoding,omitempty"`
BargeInConfig *GoogleCloudDialogflowCxV3beta1BargeInConfig `json:"bargeInConfig,omitempty"`
EnableWordInfo bool `json:"enableWordInfo,omitempty"`
Model string `json:"model,omitempty"`
// Possible values:
// "SPEECH_MODEL_VARIANT_UNSPECIFIED"
// "USE_BEST_AVAILABLE"
// "USE_STANDARD"
// "USE_ENHANCED"
ModelVariant string `json:"modelVariant,omitempty"`
OptOutConformerModelMigration bool `json:"optOutConformerModelMigration,omitempty"`
PhraseHints []string `json:"phraseHints,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
SingleUtterance bool `json:"singleUtterance,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioEncoding") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1InputAudioConfig) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1InputAudioConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1Intent ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1Intent struct {
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
DtmfPattern string `json:"dtmfPattern,omitempty"`
IsFallback bool `json:"isFallback,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
Name string `json:"name,omitempty"`
Parameters []*GoogleCloudDialogflowCxV3beta1IntentParameter `json:"parameters,omitempty"`
Priority int64 `json:"priority,omitempty"`
TrainingPhrases []*GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase `json:"trainingPhrases,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Intent) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1Intent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1IntentInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1IntentInput struct {
Intent string `json:"intent,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1IntentInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1IntentInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1IntentParameter ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1IntentParameter struct {
EntityType string `json:"entityType,omitempty"`
Id string `json:"id,omitempty"`
IsList bool `json:"isList,omitempty"`
Redact bool `json:"redact,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1IntentParameter) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1IntentParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase struct {
Id string `json:"id,omitempty"`
Parts []*GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart `json:"parts,omitempty"`
RepeatCount int64 `json:"repeatCount,omitempty"`
// ForceSendFields is a list of field names (e.g. "Id") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Id") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart struct {
ParameterId string `json:"parameterId,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParameterId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParameterId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings struct {
DataStoreConnections []*GoogleCloudDialogflowCxV3beta1DataStoreConnection `json:"dataStoreConnections,omitempty"`
Enabled bool `json:"enabled,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3beta1Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStoreConnections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStoreConnections") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1LanguageInfo ¶ added in v0.177.0
type GoogleCloudDialogflowCxV3beta1LanguageInfo struct {
ConfidenceScore float64 `json:"confidenceScore,omitempty"`
InputLanguageCode string `json:"inputLanguageCode,omitempty"`
ResolvedLanguageCode string `json:"resolvedLanguageCode,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConfidenceScore") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConfidenceScore") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1LanguageInfo) MarshalJSON ¶ added in v0.177.0
func (s GoogleCloudDialogflowCxV3beta1LanguageInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3beta1LanguageInfo) UnmarshalJSON ¶ added in v0.177.0
func (s *GoogleCloudDialogflowCxV3beta1LanguageInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3beta1Page ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1Page struct {
AdvancedSettings *GoogleCloudDialogflowCxV3beta1AdvancedSettings `json:"advancedSettings,omitempty"`
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntryFulfillment *GoogleCloudDialogflowCxV3beta1Fulfillment `json:"entryFulfillment,omitempty"`
EventHandlers []*GoogleCloudDialogflowCxV3beta1EventHandler `json:"eventHandlers,omitempty"`
Form *GoogleCloudDialogflowCxV3beta1Form `json:"form,omitempty"`
KnowledgeConnectorSettings *GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings `json:"knowledgeConnectorSettings,omitempty"`
Name string `json:"name,omitempty"`
TransitionRouteGroups []string `json:"transitionRouteGroups,omitempty"`
TransitionRoutes []*GoogleCloudDialogflowCxV3beta1TransitionRoute `json:"transitionRoutes,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdvancedSettings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdvancedSettings") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Page) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1Page) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1PageInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1PageInfo struct {
CurrentPage string `json:"currentPage,omitempty"`
DisplayName string `json:"displayName,omitempty"`
FormInfo *GoogleCloudDialogflowCxV3beta1PageInfoFormInfo `json:"formInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "CurrentPage") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CurrentPage") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1PageInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1PageInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1PageInfoFormInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1PageInfoFormInfo struct {
ParameterInfo []*GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo `json:"parameterInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParameterInfo") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParameterInfo") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1PageInfoFormInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1PageInfoFormInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo struct {
DisplayName string `json:"displayName,omitempty"`
JustCollected bool `json:"justCollected,omitempty"`
Required bool `json:"required,omitempty"`
// Possible values:
// "PARAMETER_STATE_UNSPECIFIED"
// "EMPTY"
// "INVALID"
// "FILLED"
State string `json:"state,omitempty"`
Value interface{} `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "DisplayName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayName") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1QueryInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1QueryInput struct {
Audio *GoogleCloudDialogflowCxV3beta1AudioInput `json:"audio,omitempty"`
Dtmf *GoogleCloudDialogflowCxV3beta1DtmfInput `json:"dtmf,omitempty"`
Event *GoogleCloudDialogflowCxV3beta1EventInput `json:"event,omitempty"`
Intent *GoogleCloudDialogflowCxV3beta1IntentInput `json:"intent,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Text *GoogleCloudDialogflowCxV3beta1TextInput `json:"text,omitempty"`
ToolCallResult *GoogleCloudDialogflowCxV3beta1ToolCallResult `json:"toolCallResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1QueryInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1QueryInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessage ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1ResponseMessage struct {
Channel string `json:"channel,omitempty"`
ConversationSuccess *GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess `json:"conversationSuccess,omitempty"`
EndInteraction *GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction `json:"endInteraction,omitempty"`
KnowledgeInfoCard *GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard `json:"knowledgeInfoCard,omitempty"`
LiveAgentHandoff *GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff `json:"liveAgentHandoff,omitempty"`
MixedAudio *GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio `json:"mixedAudio,omitempty"`
OutputAudioText *GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText `json:"outputAudioText,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
PlayAudio *GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio `json:"playAudio,omitempty"`
TelephonyTransferCall *GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall `json:"telephonyTransferCall,omitempty"`
Text *GoogleCloudDialogflowCxV3beta1ResponseMessageText `json:"text,omitempty"`
ToolCall *GoogleCloudDialogflowCxV3beta1ToolCall `json:"toolCall,omitempty"`
// ForceSendFields is a list of field names (e.g. "Channel") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Channel") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessage) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction struct {
}
type GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard ¶ added in v0.139.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCard struct {
}
type GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff) MarshalJSON ¶ added in v0.29.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio struct {
Segments []*GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment `json:"segments,omitempty"`
// ForceSendFields is a list of field names (e.g. "Segments") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Segments") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio) MarshalJSON ¶ added in v0.29.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Audio string `json:"audio,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment) MarshalJSON ¶ added in v0.29.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Ssml string `json:"ssml,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText) MarshalJSON ¶ added in v0.29.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio ¶ added in v0.29.0
type GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
AudioUri string `json:"audioUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio) MarshalJSON ¶ added in v0.29.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall ¶ added in v0.62.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall struct {
PhoneNumber string `json:"phoneNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall) MarshalJSON ¶ added in v0.62.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ResponseMessageText ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1ResponseMessageText struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Text []string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ResponseMessageText) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1ResponseMessageText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata struct {
Errors []*GoogleCloudDialogflowCxV3beta1TestError `json:"errors,omitempty"`
// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Errors") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse ¶ added in v0.48.0
type GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse struct {
ContinuousTestResult *GoogleCloudDialogflowCxV3beta1ContinuousTestResult `json:"continuousTestResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContinuousTestResult") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContinuousTestResult") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse) MarshalJSON ¶ added in v0.48.0
func (s GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata struct {
}
type GoogleCloudDialogflowCxV3beta1RunTestCaseResponse ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1RunTestCaseResponse struct {
Result *GoogleCloudDialogflowCxV3beta1TestCaseResult `json:"result,omitempty"`
// ForceSendFields is a list of field names (e.g. "Result") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Result") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1RunTestCaseResponse) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1RunTestCaseResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1SessionInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1SessionInfo struct {
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
Session string `json:"session,omitempty"`
// ForceSendFields is a list of field names (e.g. "Parameters") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Parameters") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1SessionInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1SessionInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestCase ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestCase struct {
CreationTime string `json:"creationTime,omitempty"`
DisplayName string `json:"displayName,omitempty"`
LastTestResult *GoogleCloudDialogflowCxV3beta1TestCaseResult `json:"lastTestResult,omitempty"`
Name string `json:"name,omitempty"`
Notes string `json:"notes,omitempty"`
Tags []string `json:"tags,omitempty"`
TestCaseConversationTurns []*GoogleCloudDialogflowCxV3beta1ConversationTurn `json:"testCaseConversationTurns,omitempty"`
TestConfig *GoogleCloudDialogflowCxV3beta1TestConfig `json:"testConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "CreationTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CreationTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestCase) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestCase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestCaseError ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestCaseError struct {
Status *GoogleRpcStatus `json:"status,omitempty"`
TestCase *GoogleCloudDialogflowCxV3beta1TestCase `json:"testCase,omitempty"`
// ForceSendFields is a list of field names (e.g. "Status") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Status") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestCaseError) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestCaseError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestCaseResult ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestCaseResult struct {
ConversationTurns []*GoogleCloudDialogflowCxV3beta1ConversationTurn `json:"conversationTurns,omitempty"`
Environment string `json:"environment,omitempty"`
Name string `json:"name,omitempty"`
// Possible values:
// "TEST_RESULT_UNSPECIFIED"
// "PASSED"
// "FAILED"
TestResult string `json:"testResult,omitempty"`
TestTime string `json:"testTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationTurns") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationTurns") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestCaseResult) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestCaseResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestConfig ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestConfig struct {
Flow string `json:"flow,omitempty"`
Page string `json:"page,omitempty"`
TrackingParameters []string `json:"trackingParameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Flow") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Flow") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestConfig) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestError ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestError struct {
Status *GoogleRpcStatus `json:"status,omitempty"`
TestCase string `json:"testCase,omitempty"`
TestTime string `json:"testTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "Status") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Status") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestError) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TestRunDifference ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TestRunDifference struct {
Description string `json:"description,omitempty"`
// Possible values:
// "DIFF_TYPE_UNSPECIFIED"
// "INTENT"
// "PAGE"
// "PARAMETERS"
// "UTTERANCE"
// "FLOW"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TestRunDifference) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TestRunDifference) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TextInput ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TextInput struct {
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TextInput) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TextInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ToolCall ¶ added in v0.185.0
type GoogleCloudDialogflowCxV3beta1ToolCall struct {
Action string `json:"action,omitempty"`
InputParameters googleapi.RawMessage `json:"inputParameters,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ToolCall) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowCxV3beta1ToolCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ToolCallResult ¶ added in v0.185.0
type GoogleCloudDialogflowCxV3beta1ToolCallResult struct {
Action string `json:"action,omitempty"`
Error *GoogleCloudDialogflowCxV3beta1ToolCallResultError `json:"error,omitempty"`
OutputParameters googleapi.RawMessage `json:"outputParameters,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ToolCallResult) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowCxV3beta1ToolCallResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1ToolCallResultError ¶ added in v0.185.0
type GoogleCloudDialogflowCxV3beta1ToolCallResultError struct {
Message string `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "Message") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Message") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1ToolCallResultError) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowCxV3beta1ToolCallResultError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TransitionRoute ¶ added in v0.37.0
type GoogleCloudDialogflowCxV3beta1TransitionRoute struct {
Condition string `json:"condition,omitempty"`
Description string `json:"description,omitempty"`
Intent string `json:"intent,omitempty"`
Name string `json:"name,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
TriggerFulfillment *GoogleCloudDialogflowCxV3beta1Fulfillment `json:"triggerFulfillment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Condition") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Condition") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TransitionRoute) MarshalJSON ¶ added in v0.37.0
func (s GoogleCloudDialogflowCxV3beta1TransitionRoute) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1TurnSignals ¶ added in v0.107.0
type GoogleCloudDialogflowCxV3beta1TurnSignals struct {
AgentEscalated bool `json:"agentEscalated,omitempty"`
DtmfUsed bool `json:"dtmfUsed,omitempty"`
// Possible values:
// "FAILURE_REASON_UNSPECIFIED"
// "FAILED_INTENT"
// "FAILED_WEBHOOK"
FailureReasons []string `json:"failureReasons,omitempty"`
NoMatch bool `json:"noMatch,omitempty"`
NoUserInput bool `json:"noUserInput,omitempty"`
ReachedEndPage bool `json:"reachedEndPage,omitempty"`
SentimentMagnitude float64 `json:"sentimentMagnitude,omitempty"`
SentimentScore float64 `json:"sentimentScore,omitempty"`
UserEscalated bool `json:"userEscalated,omitempty"`
WebhookStatuses []string `json:"webhookStatuses,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentEscalated") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentEscalated") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1TurnSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowCxV3beta1TurnSignals) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3beta1TurnSignals) UnmarshalJSON ¶ added in v0.123.0
func (s *GoogleCloudDialogflowCxV3beta1TurnSignals) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3beta1Webhook ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3beta1Webhook struct {
Disabled bool `json:"disabled,omitempty"`
DisplayName string `json:"displayName,omitempty"`
GenericWebService *GoogleCloudDialogflowCxV3beta1WebhookGenericWebService `json:"genericWebService,omitempty"`
Name string `json:"name,omitempty"`
ServiceDirectory *GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig `json:"serviceDirectory,omitempty"`
Timeout string `json:"timeout,omitempty"`
// ForceSendFields is a list of field names (e.g. "Disabled") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Disabled") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1Webhook) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3beta1Webhook) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebService ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebService struct {
AllowedCaCerts []string `json:"allowedCaCerts,omitempty"`
// Possible values:
// "HTTP_METHOD_UNSPECIFIED"
// "POST"
// "GET"
// "HEAD"
// "PUT"
// "DELETE"
// "PATCH"
// "OPTIONS"
HttpMethod string `json:"httpMethod,omitempty"`
OauthConfig *GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig `json:"oauthConfig,omitempty"`
ParameterMapping map[string]string `json:"parameterMapping,omitempty"`
Password string `json:"password,omitempty"`
RequestBody string `json:"requestBody,omitempty"`
RequestHeaders map[string]string `json:"requestHeaders,omitempty"`
SecretVersionForUsernamePassword string `json:"secretVersionForUsernamePassword,omitempty"`
SecretVersionsForRequestHeaders map[string]GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue `json:"secretVersionsForRequestHeaders,omitempty"`
ServiceAccountAuthConfig *GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig `json:"serviceAccountAuthConfig,omitempty"`
// Possible values:
// "SERVICE_AGENT_AUTH_UNSPECIFIED"
// "NONE"
// "ID_TOKEN"
// "ACCESS_TOKEN"
ServiceAgentAuth string `json:"serviceAgentAuth,omitempty"`
Uri string `json:"uri,omitempty"`
Username string `json:"username,omitempty"`
// Possible values:
// "WEBHOOK_TYPE_UNSPECIFIED"
// "STANDARD"
// "FLEXIBLE"
WebhookType string `json:"webhookType,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowedCaCerts") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowedCaCerts") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookGenericWebService) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3beta1WebhookGenericWebService) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig ¶ added in v0.171.0
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig struct {
ClientId string `json:"clientId,omitempty"`
ClientSecret string `json:"clientSecret,omitempty"`
Scopes []string `json:"scopes,omitempty"`
SecretVersionForClientSecret string `json:"secretVersionForClientSecret,omitempty"`
TokenEndpoint string `json:"tokenEndpoint,omitempty"`
// ForceSendFields is a list of field names (e.g. "ClientId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ClientId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig) MarshalJSON ¶ added in v0.171.0
func (s GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue ¶ added in v0.229.0
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue struct {
SecretVersion string `json:"secretVersion,omitempty"`
// ForceSendFields is a list of field names (e.g. "SecretVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SecretVersion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig ¶ added in v0.255.0
type GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig struct {
ServiceAccount string `json:"serviceAccount,omitempty"`
// ForceSendFields is a list of field names (e.g. "ServiceAccount") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ServiceAccount") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig) MarshalJSON ¶ added in v0.255.0
func (s GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookRequest ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookRequest struct {
DetectIntentResponseId string `json:"detectIntentResponseId,omitempty"`
DtmfDigits string `json:"dtmfDigits,omitempty"`
FulfillmentInfo *GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo `json:"fulfillmentInfo,omitempty"`
IntentInfo *GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo `json:"intentInfo,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
LanguageInfo *GoogleCloudDialogflowCxV3beta1LanguageInfo `json:"languageInfo,omitempty"`
Messages []*GoogleCloudDialogflowCxV3beta1ResponseMessage `json:"messages,omitempty"`
PageInfo *GoogleCloudDialogflowCxV3beta1PageInfo `json:"pageInfo,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SentimentAnalysisResult *GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult `json:"sentimentAnalysisResult,omitempty"`
SessionInfo *GoogleCloudDialogflowCxV3beta1SessionInfo `json:"sessionInfo,omitempty"`
Text string `json:"text,omitempty"`
Transcript string `json:"transcript,omitempty"`
TriggerEvent string `json:"triggerEvent,omitempty"`
TriggerIntent string `json:"triggerIntent,omitempty"`
// ForceSendFields is a list of field names (e.g. "DetectIntentResponseId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DetectIntentResponseId") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookRequest) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo struct {
Tag string `json:"tag,omitempty"`
// ForceSendFields is a list of field names (e.g. "Tag") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Tag") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo struct {
Confidence float64 `json:"confidence,omitempty"`
DisplayName string `json:"displayName,omitempty"`
LastMatchedIntent string `json:"lastMatchedIntent,omitempty"`
Parameters map[string]GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo) UnmarshalJSON ¶ added in v0.39.0
func (s *GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue struct {
OriginalValue string `json:"originalValue,omitempty"`
ResolvedValue interface{} `json:"resolvedValue,omitempty"`
// ForceSendFields is a list of field names (e.g. "OriginalValue") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OriginalValue") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult ¶ added in v0.41.0
type GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult struct {
Magnitude float64 `json:"magnitude,omitempty"`
Score float64 `json:"score,omitempty"`
// ForceSendFields is a list of field names (e.g. "Magnitude") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Magnitude") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult) MarshalJSON ¶ added in v0.41.0
func (s GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult) UnmarshalJSON ¶ added in v0.41.0
func (s *GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowCxV3beta1WebhookResponse ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookResponse struct {
FulfillmentResponse *GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse `json:"fulfillmentResponse,omitempty"`
PageInfo *GoogleCloudDialogflowCxV3beta1PageInfo `json:"pageInfo,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SessionInfo *GoogleCloudDialogflowCxV3beta1SessionInfo `json:"sessionInfo,omitempty"`
TargetFlow string `json:"targetFlow,omitempty"`
TargetPage string `json:"targetPage,omitempty"`
// ForceSendFields is a list of field names (e.g. "FulfillmentResponse") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FulfillmentResponse") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookResponse) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse ¶ added in v0.26.0
type GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse struct {
// Possible values:
// "MERGE_BEHAVIOR_UNSPECIFIED"
// "APPEND"
// "REPLACE"
MergeBehavior string `json:"mergeBehavior,omitempty"`
Messages []*GoogleCloudDialogflowCxV3beta1ResponseMessage `json:"messages,omitempty"`
// ForceSendFields is a list of field names (e.g. "MergeBehavior") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MergeBehavior") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse) MarshalJSON ¶ added in v0.26.0
func (s GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig ¶ added in v0.82.0
type GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig struct {
GenericWebService *GoogleCloudDialogflowCxV3beta1WebhookGenericWebService `json:"genericWebService,omitempty"`
Service string `json:"service,omitempty"`
// ForceSendFields is a list of field names (e.g. "GenericWebService") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GenericWebService") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig) MarshalJSON ¶ added in v0.82.0
func (s GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingInstruction ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingInstruction struct {
AgentAction string `json:"agentAction,omitempty"`
Condition string `json:"condition,omitempty"`
DisplayDetails string `json:"displayDetails,omitempty"`
DisplayName string `json:"displayName,omitempty"`
DuplicateCheckResult *GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
SystemAction string `json:"systemAction,omitempty"`
// Possible values:
// "TRIGGER_EVENT_UNSPECIFIED"
// "END_OF_UTTERANCE"
// "MANUAL_CALL"
// "CUSTOMER_MESSAGE"
// "AGENT_MESSAGE"
// "TOOL_CALL_COMPLETION"
TriggeringEvent string `json:"triggeringEvent,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingInstruction) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingInstruction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult struct {
DuplicateSuggestions []*GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion `json:"duplicateSuggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateSuggestions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion struct {
AnswerRecord string `json:"answerRecord,omitempty"`
SimilarityScore float64 `json:"similarityScore,omitempty"`
SuggestionIndex int64 `json:"suggestionIndex,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON ¶ added in v0.252.0
func (s *GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2AgentCoachingSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestion struct {
AgentActionSuggestions []*GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion `json:"agentActionSuggestions,omitempty"`
ApplicableInstructions []*GoogleCloudDialogflowV2AgentCoachingInstruction `json:"applicableInstructions,omitempty"`
SampleResponses []*GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse `json:"sampleResponses,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentActionSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentActionSuggestions") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion struct {
AgentAction string `json:"agentAction,omitempty"`
DuplicateCheckResult *GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
Sources *GoogleCloudDialogflowV2AgentCoachingSuggestionSources `json:"sources,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult struct {
DuplicateSuggestions []*GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion `json:"duplicateSuggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateSuggestions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion struct {
AnswerRecord string `json:"answerRecord,omitempty"`
SimilarityScore float64 `json:"similarityScore,omitempty"`
Sources *GoogleCloudDialogflowV2AgentCoachingSuggestionSources `json:"sources,omitempty"`
SuggestionIndex int64 `json:"suggestionIndex,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON ¶ added in v0.252.0
func (s *GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse struct {
DuplicateCheckResult *GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
ResponseText string `json:"responseText,omitempty"`
Sources *GoogleCloudDialogflowV2AgentCoachingSuggestionSources `json:"sources,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateCheckResult") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateCheckResult") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AgentCoachingSuggestionSources ¶ added in v0.252.0
type GoogleCloudDialogflowV2AgentCoachingSuggestionSources struct {
InstructionIndexes []int64 `json:"instructionIndexes,omitempty"`
// ForceSendFields is a list of field names (e.g. "InstructionIndexes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InstructionIndexes") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AgentCoachingSuggestionSources) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2AgentCoachingSuggestionSources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2AnnotatedMessagePart ¶ added in v0.15.0
type GoogleCloudDialogflowV2AnnotatedMessagePart struct {
EntityType string `json:"entityType,omitempty"`
FormattedValue interface{} `json:"formattedValue,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2AnnotatedMessagePart) MarshalJSON ¶ added in v0.15.0
func (s GoogleCloudDialogflowV2AnnotatedMessagePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ArticleAnswer ¶ added in v0.12.0
type GoogleCloudDialogflowV2ArticleAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Snippets []string `json:"snippets,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ArticleAnswer) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2ArticleAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2ArticleAnswer) UnmarshalJSON ¶ added in v0.12.0
func (s *GoogleCloudDialogflowV2ArticleAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2ArticleSuggestionModelMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2ArticleSuggestionModelMetadata struct {
// Possible values:
// "MODEL_TYPE_UNSPECIFIED"
// "SMART_REPLY_DUAL_ENCODER_MODEL"
// "SMART_REPLY_BERT_MODEL"
TrainingModelType string `json:"trainingModelType,omitempty"`
// ForceSendFields is a list of field names (e.g. "TrainingModelType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TrainingModelType") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ArticleSuggestionModelMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ArticleSuggestionModelMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse ¶
type GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse struct {
EntityTypes []*GoogleCloudDialogflowV2EntityType `json:"entityTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypes") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2BatchUpdateIntentsResponse ¶
type GoogleCloudDialogflowV2BatchUpdateIntentsResponse struct {
Intents []*GoogleCloudDialogflowV2Intent `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2BatchUpdateIntentsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2BatchUpdateIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata struct {
ConversationProfile string `json:"conversationProfile,omitempty"`
CreateTime string `json:"createTime,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
SuggestionFeatureType string `json:"suggestionFeatureType,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2Context ¶
type GoogleCloudDialogflowV2Context struct {
LifespanCount int64 `json:"lifespanCount,omitempty"`
Name string `json:"name,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "LifespanCount") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LifespanCount") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2Context) MarshalJSON ¶
func (s GoogleCloudDialogflowV2Context) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ConversationEvent ¶ added in v0.15.0
type GoogleCloudDialogflowV2ConversationEvent struct {
Conversation string `json:"conversation,omitempty"`
ErrorStatus *GoogleRpcStatus `json:"errorStatus,omitempty"`
NewMessagePayload *GoogleCloudDialogflowV2Message `json:"newMessagePayload,omitempty"`
NewRecognitionResultPayload *GoogleCloudDialogflowV2StreamingRecognitionResult `json:"newRecognitionResultPayload,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "CONVERSATION_STARTED"
// "CONVERSATION_FINISHED"
// "HUMAN_INTERVENTION_NEEDED"
// "NEW_MESSAGE"
// "NEW_RECOGNITION_RESULT"
// "UNRECOVERABLE_ERROR"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Conversation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversation") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ConversationEvent) MarshalJSON ¶ added in v0.15.0
func (s GoogleCloudDialogflowV2ConversationEvent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ConversationModel ¶ added in v0.71.0
type GoogleCloudDialogflowV2ConversationModel struct {
ArticleSuggestionModelMetadata *GoogleCloudDialogflowV2ArticleSuggestionModelMetadata `json:"articleSuggestionModelMetadata,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Datasets []*GoogleCloudDialogflowV2InputDataset `json:"datasets,omitempty"`
DisplayName string `json:"displayName,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Name string `json:"name,omitempty"`
SatisfiesPzi bool `json:"satisfiesPzi,omitempty"`
SatisfiesPzs bool `json:"satisfiesPzs,omitempty"`
SmartReplyModelMetadata *GoogleCloudDialogflowV2SmartReplyModelMetadata `json:"smartReplyModelMetadata,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "CREATING"
// "UNDEPLOYED"
// "DEPLOYING"
// "DEPLOYED"
// "UNDEPLOYING"
// "DELETING"
// "FAILED"
// "PENDING"
State string `json:"state,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "ArticleSuggestionModelMetadata") to unconditionally include in API
// requests. By default, fields with empty or default values are omitted from
// API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ArticleSuggestionModelMetadata")
// to include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ConversationModel) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ConversationModel) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata struct {
ConversationDataset string `json:"conversationDataset,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationDataset") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationDataset") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata) MarshalJSON ¶ added in v0.96.0
func (s GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata struct {
ConversationModel string `json:"conversationModel,omitempty"`
ConversationModelEvaluation string `json:"conversationModelEvaluation,omitempty"`
CreateTime string `json:"createTime,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "INITIALIZING"
// "RUNNING"
// "CANCELLED"
// "SUCCEEDED"
// "FAILED"
State string `json:"state,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModel") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModel") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2CreateConversationModelOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2CreateConversationModelOperationMetadata struct {
ConversationModel string `json:"conversationModel,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DoneTime string `json:"doneTime,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "PENDING"
// "SUCCEEDED"
// "FAILED"
// "CANCELLED"
// "CANCELLING"
// "TRAINING"
State string `json:"state,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModel") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModel") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2CreateConversationModelOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2CreateConversationModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata struct {
}
type GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata struct {
ConversationModel string `json:"conversationModel,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DoneTime string `json:"doneTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModel") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModel") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2DeployConversationModelOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2DeployConversationModelOperationMetadata struct {
ConversationModel string `json:"conversationModel,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DoneTime string `json:"doneTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModel") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModel") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2DeployConversationModelOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2DeployConversationModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2EncryptionSpec ¶ added in v0.149.0
type GoogleCloudDialogflowV2EncryptionSpec struct {
KmsKey string `json:"kmsKey,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "KmsKey") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KmsKey") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2EncryptionSpec) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2EncryptionSpec) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2EntityType ¶
type GoogleCloudDialogflowV2EntityType struct {
// Possible values:
// "AUTO_EXPANSION_MODE_UNSPECIFIED"
// "AUTO_EXPANSION_MODE_DEFAULT"
AutoExpansionMode string `json:"autoExpansionMode,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EnableFuzzyExtraction bool `json:"enableFuzzyExtraction,omitempty"`
Entities []*GoogleCloudDialogflowV2EntityTypeEntity `json:"entities,omitempty"`
// Possible values:
// "KIND_UNSPECIFIED"
// "KIND_MAP"
// "KIND_LIST"
// "KIND_REGEXP"
Kind string `json:"kind,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "AutoExpansionMode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AutoExpansionMode") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2EntityType) MarshalJSON ¶
func (s GoogleCloudDialogflowV2EntityType) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2EntityTypeEntity ¶
type GoogleCloudDialogflowV2EntityTypeEntity struct {
Synonyms []string `json:"synonyms,omitempty"`
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "Synonyms") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Synonyms") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2EntityTypeEntity) MarshalJSON ¶
func (s GoogleCloudDialogflowV2EntityTypeEntity) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2EventInput ¶
type GoogleCloudDialogflowV2EventInput struct {
LanguageCode string `json:"languageCode,omitempty"`
Name string `json:"name,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "LanguageCode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LanguageCode") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2EventInput) MarshalJSON ¶
func (s GoogleCloudDialogflowV2EventInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ExportAgentResponse ¶
type GoogleCloudDialogflowV2ExportAgentResponse struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ExportAgentResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2ExportAgentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ExportOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2ExportOperationMetadata struct {
ExportedGcsDestination *GoogleCloudDialogflowV2GcsDestination `json:"exportedGcsDestination,omitempty"`
// ForceSendFields is a list of field names (e.g. "ExportedGcsDestination") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ExportedGcsDestination") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ExportOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ExportOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2FaqAnswer ¶ added in v0.12.0
type GoogleCloudDialogflowV2FaqAnswer struct {
Answer string `json:"answer,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Question string `json:"question,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answer") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answer") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2FaqAnswer) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2FaqAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2FaqAnswer) UnmarshalJSON ¶ added in v0.12.0
func (s *GoogleCloudDialogflowV2FaqAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2FreeFormSuggestion ¶ added in v0.226.0
type GoogleCloudDialogflowV2FreeFormSuggestion struct {
Response string `json:"response,omitempty"`
// ForceSendFields is a list of field names (e.g. "Response") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Response") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2FreeFormSuggestion) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2FreeFormSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2GcsDestination ¶ added in v0.71.0
type GoogleCloudDialogflowV2GcsDestination struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2GcsDestination) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2GenerateSuggestionsResponse ¶ added in v0.226.0
type GoogleCloudDialogflowV2GenerateSuggestionsResponse struct {
GeneratorSuggestionAnswers []*GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer `json:"generatorSuggestionAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "GeneratorSuggestionAnswers")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GeneratorSuggestionAnswers") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2GenerateSuggestionsResponse) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2GenerateSuggestionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer ¶ added in v0.226.0
type GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
GeneratorSuggestion *GoogleCloudDialogflowV2GeneratorSuggestion `json:"generatorSuggestion,omitempty"`
SourceGenerator string `json:"sourceGenerator,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2GeneratorSuggestion ¶ added in v0.226.0
type GoogleCloudDialogflowV2GeneratorSuggestion struct {
AgentCoachingSuggestion *GoogleCloudDialogflowV2AgentCoachingSuggestion `json:"agentCoachingSuggestion,omitempty"`
FreeFormSuggestion *GoogleCloudDialogflowV2FreeFormSuggestion `json:"freeFormSuggestion,omitempty"`
SummarySuggestion *GoogleCloudDialogflowV2SummarySuggestion `json:"summarySuggestion,omitempty"`
ToolCallInfo []*GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo `json:"toolCallInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentCoachingSuggestion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentCoachingSuggestion") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2GeneratorSuggestion) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2GeneratorSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo ¶ added in v0.229.0
type GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo struct {
ToolCall *GoogleCloudDialogflowV2ToolCall `json:"toolCall,omitempty"`
ToolCallResult *GoogleCloudDialogflowV2ToolCallResult `json:"toolCallResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "ToolCall") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ToolCall") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2HumanAgentAssistantEvent ¶ added in v0.12.0
type GoogleCloudDialogflowV2HumanAgentAssistantEvent struct {
Conversation string `json:"conversation,omitempty"`
Participant string `json:"participant,omitempty"`
SuggestionResults []*GoogleCloudDialogflowV2SuggestionResult `json:"suggestionResults,omitempty"`
// ForceSendFields is a list of field names (e.g. "Conversation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversation") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2HumanAgentAssistantEvent) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2HumanAgentAssistantEvent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ImportConversationDataOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2ImportConversationDataOperationMetadata struct {
ConversationDataset string `json:"conversationDataset,omitempty"`
CreateTime string `json:"createTime,omitempty"`
PartialFailures []*GoogleRpcStatus `json:"partialFailures,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationDataset") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationDataset") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ImportConversationDataOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ImportConversationDataOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ImportConversationDataOperationResponse ¶ added in v0.71.0
type GoogleCloudDialogflowV2ImportConversationDataOperationResponse struct {
ConversationDataset string `json:"conversationDataset,omitempty"`
ImportCount int64 `json:"importCount,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationDataset") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationDataset") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ImportConversationDataOperationResponse) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2ImportConversationDataOperationResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ImportDocumentsResponse ¶ added in v0.33.0
type GoogleCloudDialogflowV2ImportDocumentsResponse struct {
Warnings []*GoogleRpcStatus `json:"warnings,omitempty"`
// ForceSendFields is a list of field names (e.g. "Warnings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Warnings") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ImportDocumentsResponse) MarshalJSON ¶ added in v0.33.0
func (s GoogleCloudDialogflowV2ImportDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo struct {
ContextReferenceRetrieved bool `json:"contextReferenceRetrieved,omitempty"`
IngestedParametersDebugInfo []*GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo `json:"ingestedParametersDebugInfo,omitempty"`
ProjectNotAllowlisted bool `json:"projectNotAllowlisted,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextReferenceRetrieved")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextReferenceRetrieved") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo struct {
// Possible values:
// "INGESTION_STATUS_UNSPECIFIED"
// "INGESTION_STATUS_SUCCEEDED"
// "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE"
// "INGESTION_STATUS_PARSE_FAILED"
// "INGESTION_STATUS_INVALID_ENTRY"
// "INGESTION_STATUS_INVALID_FORMAT"
// "INGESTION_STATUS_LANGUAGE_MISMATCH"
IngestionStatus string `json:"ingestionStatus,omitempty"`
Parameter string `json:"parameter,omitempty"`
// ForceSendFields is a list of field names (e.g. "IngestionStatus") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IngestionStatus") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata ¶ added in v0.149.0
type GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata struct {
Request *GoogleCloudDialogflowV2InitializeEncryptionSpecRequest `json:"request,omitempty"`
// ForceSendFields is a list of field names (e.g. "Request") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Request") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2InitializeEncryptionSpecRequest ¶ added in v0.149.0
type GoogleCloudDialogflowV2InitializeEncryptionSpecRequest struct {
EncryptionSpec *GoogleCloudDialogflowV2EncryptionSpec `json:"encryptionSpec,omitempty"`
// ForceSendFields is a list of field names (e.g. "EncryptionSpec") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EncryptionSpec") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2InitializeEncryptionSpecRequest) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2InitializeEncryptionSpecRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2InputDataset ¶ added in v0.71.0
type GoogleCloudDialogflowV2InputDataset struct {
Dataset string `json:"dataset,omitempty"`
// ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Dataset") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2InputDataset) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2InputDataset) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2Intent ¶
type GoogleCloudDialogflowV2Intent struct {
Action string `json:"action,omitempty"`
// Possible values:
// "PLATFORM_UNSPECIFIED"
// "FACEBOOK"
// "SLACK"
// "TELEGRAM"
// "KIK"
// "SKYPE"
// "LINE"
// "VIBER"
// "ACTIONS_ON_GOOGLE"
// "GOOGLE_HANGOUTS"
DefaultResponsePlatforms []string `json:"defaultResponsePlatforms,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EndInteraction bool `json:"endInteraction,omitempty"`
Events []string `json:"events,omitempty"`
FollowupIntentInfo []*GoogleCloudDialogflowV2IntentFollowupIntentInfo `json:"followupIntentInfo,omitempty"`
InputContextNames []string `json:"inputContextNames,omitempty"`
IsFallback bool `json:"isFallback,omitempty"`
LiveAgentHandoff bool `json:"liveAgentHandoff,omitempty"`
Messages []*GoogleCloudDialogflowV2IntentMessage `json:"messages,omitempty"`
MlDisabled bool `json:"mlDisabled,omitempty"`
Name string `json:"name,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2Context `json:"outputContexts,omitempty"`
Parameters []*GoogleCloudDialogflowV2IntentParameter `json:"parameters,omitempty"`
ParentFollowupIntentName string `json:"parentFollowupIntentName,omitempty"`
Priority int64 `json:"priority,omitempty"`
ResetContexts bool `json:"resetContexts,omitempty"`
RootFollowupIntentName string `json:"rootFollowupIntentName,omitempty"`
TrainingPhrases []*GoogleCloudDialogflowV2IntentTrainingPhrase `json:"trainingPhrases,omitempty"`
// Possible values:
// "WEBHOOK_STATE_UNSPECIFIED"
// "WEBHOOK_STATE_ENABLED"
// "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
WebhookState string `json:"webhookState,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2Intent) MarshalJSON ¶
func (s GoogleCloudDialogflowV2Intent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentFollowupIntentInfo ¶
type GoogleCloudDialogflowV2IntentFollowupIntentInfo struct {
FollowupIntentName string `json:"followupIntentName,omitempty"`
ParentFollowupIntentName string `json:"parentFollowupIntentName,omitempty"`
// ForceSendFields is a list of field names (e.g. "FollowupIntentName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FollowupIntentName") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentFollowupIntentInfo) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentFollowupIntentInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessage ¶
type GoogleCloudDialogflowV2IntentMessage struct {
BasicCard *GoogleCloudDialogflowV2IntentMessageBasicCard `json:"basicCard,omitempty"`
BrowseCarouselCard *GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard `json:"browseCarouselCard,omitempty"`
Card *GoogleCloudDialogflowV2IntentMessageCard `json:"card,omitempty"`
CarouselSelect *GoogleCloudDialogflowV2IntentMessageCarouselSelect `json:"carouselSelect,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
LinkOutSuggestion *GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion `json:"linkOutSuggestion,omitempty"`
ListSelect *GoogleCloudDialogflowV2IntentMessageListSelect `json:"listSelect,omitempty"`
MediaContent *GoogleCloudDialogflowV2IntentMessageMediaContent `json:"mediaContent,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
// Possible values:
// "PLATFORM_UNSPECIFIED"
// "FACEBOOK"
// "SLACK"
// "TELEGRAM"
// "KIK"
// "SKYPE"
// "LINE"
// "VIBER"
// "ACTIONS_ON_GOOGLE"
// "GOOGLE_HANGOUTS"
Platform string `json:"platform,omitempty"`
QuickReplies *GoogleCloudDialogflowV2IntentMessageQuickReplies `json:"quickReplies,omitempty"`
SimpleResponses *GoogleCloudDialogflowV2IntentMessageSimpleResponses `json:"simpleResponses,omitempty"`
Suggestions *GoogleCloudDialogflowV2IntentMessageSuggestions `json:"suggestions,omitempty"`
TableCard *GoogleCloudDialogflowV2IntentMessageTableCard `json:"tableCard,omitempty"`
Text *GoogleCloudDialogflowV2IntentMessageText `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "BasicCard") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BasicCard") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessage) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBasicCard ¶
type GoogleCloudDialogflowV2IntentMessageBasicCard struct {
Buttons []*GoogleCloudDialogflowV2IntentMessageBasicCardButton `json:"buttons,omitempty"`
FormattedText string `json:"formattedText,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBasicCard) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageBasicCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBasicCardButton ¶
type GoogleCloudDialogflowV2IntentMessageBasicCardButton struct {
OpenUriAction *GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction `json:"openUriAction,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "OpenUriAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OpenUriAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBasicCardButton) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageBasicCardButton) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction ¶
type GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard struct {
// Possible values:
// "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED"
// "GRAY"
// "WHITE"
// "CROPPED"
// "BLURRED_BACKGROUND"
ImageDisplayOptions string `json:"imageDisplayOptions,omitempty"`
Items []*GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem `json:"items,omitempty"`
// ForceSendFields is a list of field names (e.g. "ImageDisplayOptions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ImageDisplayOptions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
OpenUriAction *GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction `json:"openUriAction,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction struct {
Url string `json:"url,omitempty"`
// Possible values:
// "URL_TYPE_HINT_UNSPECIFIED"
// "AMP_ACTION"
// "AMP_CONTENT"
UrlTypeHint string `json:"urlTypeHint,omitempty"`
// ForceSendFields is a list of field names (e.g. "Url") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Url") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageCard ¶
type GoogleCloudDialogflowV2IntentMessageCard struct {
Buttons []*GoogleCloudDialogflowV2IntentMessageCardButton `json:"buttons,omitempty"`
ImageUri string `json:"imageUri,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageCard) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageCardButton ¶
type GoogleCloudDialogflowV2IntentMessageCardButton struct {
Postback string `json:"postback,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Postback") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Postback") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageCardButton) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageCardButton) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageCarouselSelect ¶
type GoogleCloudDialogflowV2IntentMessageCarouselSelect struct {
Items []*GoogleCloudDialogflowV2IntentMessageCarouselSelectItem `json:"items,omitempty"`
// ForceSendFields is a list of field names (e.g. "Items") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Items") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageCarouselSelect) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageCarouselSelect) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageCarouselSelectItem ¶
type GoogleCloudDialogflowV2IntentMessageCarouselSelectItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
Info *GoogleCloudDialogflowV2IntentMessageSelectItemInfo `json:"info,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageCarouselSelectItem) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageCarouselSelectItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageColumnProperties ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageColumnProperties struct {
Header string `json:"header,omitempty"`
// Possible values:
// "HORIZONTAL_ALIGNMENT_UNSPECIFIED"
// "LEADING"
// "CENTER"
// "TRAILING"
HorizontalAlignment string `json:"horizontalAlignment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Header") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Header") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageColumnProperties) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageColumnProperties) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageImage ¶
type GoogleCloudDialogflowV2IntentMessageImage struct {
AccessibilityText string `json:"accessibilityText,omitempty"`
ImageUri string `json:"imageUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccessibilityText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccessibilityText") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageImage) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageImage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion ¶
type GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion struct {
DestinationName string `json:"destinationName,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "DestinationName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DestinationName") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageListSelect ¶
type GoogleCloudDialogflowV2IntentMessageListSelect struct {
Items []*GoogleCloudDialogflowV2IntentMessageListSelectItem `json:"items,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Items") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Items") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageListSelect) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageListSelect) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageListSelectItem ¶
type GoogleCloudDialogflowV2IntentMessageListSelectItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
Info *GoogleCloudDialogflowV2IntentMessageSelectItemInfo `json:"info,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageListSelectItem) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageListSelectItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageMediaContent ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageMediaContent struct {
MediaObjects []*GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject `json:"mediaObjects,omitempty"`
// Possible values:
// "RESPONSE_MEDIA_TYPE_UNSPECIFIED"
// "AUDIO"
MediaType string `json:"mediaType,omitempty"`
// ForceSendFields is a list of field names (e.g. "MediaObjects") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MediaObjects") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageMediaContent) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageMediaContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject struct {
ContentUrl string `json:"contentUrl,omitempty"`
Description string `json:"description,omitempty"`
Icon *GoogleCloudDialogflowV2IntentMessageImage `json:"icon,omitempty"`
LargeImage *GoogleCloudDialogflowV2IntentMessageImage `json:"largeImage,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContentUrl") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContentUrl") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageQuickReplies ¶
type GoogleCloudDialogflowV2IntentMessageQuickReplies struct {
QuickReplies []string `json:"quickReplies,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "QuickReplies") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QuickReplies") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageQuickReplies) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageQuickReplies) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageSelectItemInfo ¶
type GoogleCloudDialogflowV2IntentMessageSelectItemInfo struct {
Key string `json:"key,omitempty"`
Synonyms []string `json:"synonyms,omitempty"`
// ForceSendFields is a list of field names (e.g. "Key") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Key") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageSelectItemInfo) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageSelectItemInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageSimpleResponse ¶
type GoogleCloudDialogflowV2IntentMessageSimpleResponse struct {
DisplayText string `json:"displayText,omitempty"`
Ssml string `json:"ssml,omitempty"`
TextToSpeech string `json:"textToSpeech,omitempty"`
// ForceSendFields is a list of field names (e.g. "DisplayText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageSimpleResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageSimpleResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageSimpleResponses ¶
type GoogleCloudDialogflowV2IntentMessageSimpleResponses struct {
SimpleResponses []*GoogleCloudDialogflowV2IntentMessageSimpleResponse `json:"simpleResponses,omitempty"`
// ForceSendFields is a list of field names (e.g. "SimpleResponses") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SimpleResponses") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageSimpleResponses) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageSimpleResponses) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageSuggestion ¶
type GoogleCloudDialogflowV2IntentMessageSuggestion struct {
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Title") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Title") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageSuggestion) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageSuggestions ¶
type GoogleCloudDialogflowV2IntentMessageSuggestions struct {
Suggestions []*GoogleCloudDialogflowV2IntentMessageSuggestion `json:"suggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "Suggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Suggestions") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageSuggestions) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageSuggestions) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageTableCard ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageTableCard struct {
Buttons []*GoogleCloudDialogflowV2IntentMessageBasicCardButton `json:"buttons,omitempty"`
ColumnProperties []*GoogleCloudDialogflowV2IntentMessageColumnProperties `json:"columnProperties,omitempty"`
Image *GoogleCloudDialogflowV2IntentMessageImage `json:"image,omitempty"`
Rows []*GoogleCloudDialogflowV2IntentMessageTableCardRow `json:"rows,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageTableCard) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageTableCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageTableCardCell ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageTableCardCell struct {
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageTableCardCell) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageTableCardCell) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageTableCardRow ¶ added in v0.14.0
type GoogleCloudDialogflowV2IntentMessageTableCardRow struct {
Cells []*GoogleCloudDialogflowV2IntentMessageTableCardCell `json:"cells,omitempty"`
DividerAfter bool `json:"dividerAfter,omitempty"`
// ForceSendFields is a list of field names (e.g. "Cells") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Cells") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageTableCardRow) MarshalJSON ¶ added in v0.14.0
func (s GoogleCloudDialogflowV2IntentMessageTableCardRow) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentMessageText ¶
type GoogleCloudDialogflowV2IntentMessageText struct {
Text []string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentMessageText) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentMessageText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentParameter ¶
type GoogleCloudDialogflowV2IntentParameter struct {
DefaultValue string `json:"defaultValue,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntityTypeDisplayName string `json:"entityTypeDisplayName,omitempty"`
IsList bool `json:"isList,omitempty"`
Mandatory bool `json:"mandatory,omitempty"`
Name string `json:"name,omitempty"`
Prompts []string `json:"prompts,omitempty"`
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "DefaultValue") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DefaultValue") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentParameter) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentTrainingPhrase ¶
type GoogleCloudDialogflowV2IntentTrainingPhrase struct {
Name string `json:"name,omitempty"`
Parts []*GoogleCloudDialogflowV2IntentTrainingPhrasePart `json:"parts,omitempty"`
TimesAddedCount int64 `json:"timesAddedCount,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "EXAMPLE"
// "TEMPLATE"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentTrainingPhrase) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentTrainingPhrase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2IntentTrainingPhrasePart ¶
type GoogleCloudDialogflowV2IntentTrainingPhrasePart struct {
Alias string `json:"alias,omitempty"`
EntityType string `json:"entityType,omitempty"`
Text string `json:"text,omitempty"`
UserDefined bool `json:"userDefined,omitempty"`
// ForceSendFields is a list of field names (e.g. "Alias") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Alias") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2IntentTrainingPhrasePart) MarshalJSON ¶
func (s GoogleCloudDialogflowV2IntentTrainingPhrasePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswer ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
KnowledgeAssistDebugInfo *GoogleCloudDialogflowV2KnowledgeAssistDebugInfo `json:"knowledgeAssistDebugInfo,omitempty"`
SuggestedQuery *GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery `json:"suggestedQuery,omitempty"`
SuggestedQueryAnswer *GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer `json:"suggestedQueryAnswer,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswer) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer struct {
AnswerText string `json:"answerText,omitempty"`
FaqSource *GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource `json:"faqSource,omitempty"`
GenerativeSource *GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource `json:"generativeSource,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource struct {
Question string `json:"question,omitempty"`
// ForceSendFields is a list of field names (e.g. "Question") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Question") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource struct {
Snippets []*GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet `json:"snippets,omitempty"`
// ForceSendFields is a list of field names (e.g. "Snippets") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Snippets") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
Text string `json:"text,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery ¶ added in v0.185.0
type GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery struct {
QueryText string `json:"queryText,omitempty"`
// ForceSendFields is a list of field names (e.g. "QueryText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QueryText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2KnowledgeAssistDebugInfo struct {
// Possible values:
// "DATASTORE_RESPONSE_REASON_UNSPECIFIED"
// "NONE"
// "SEARCH_OUT_OF_QUOTA"
// "SEARCH_EMPTY_RESULTS"
// "ANSWER_GENERATION_GEN_AI_DISABLED"
// "ANSWER_GENERATION_OUT_OF_QUOTA"
// "ANSWER_GENERATION_ERROR"
// "ANSWER_GENERATION_NOT_ENOUGH_INFO"
// "ANSWER_GENERATION_RAI_FAILED"
// "ANSWER_GENERATION_NOT_GROUNDED"
DatastoreResponseReason string `json:"datastoreResponseReason,omitempty"`
IngestedContextReferenceDebugInfo *GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo `json:"ingestedContextReferenceDebugInfo,omitempty"`
KnowledgeAssistBehavior *GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior `json:"knowledgeAssistBehavior,omitempty"`
// Possible values:
// "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED"
// "QUERY_CATEGORIZATION_INVALID_CONFIG"
// "QUERY_CATEGORIZATION_RESULT_NOT_FOUND"
// "QUERY_CATEGORIZATION_FAILED"
QueryCategorizationFailureReason string `json:"queryCategorizationFailureReason,omitempty"`
// Possible values:
// "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED"
// "QUERY_GENERATION_OUT_OF_QUOTA"
// "QUERY_GENERATION_FAILED"
// "QUERY_GENERATION_NO_QUERY_GENERATED"
// "QUERY_GENERATION_RAI_FAILED"
// "NOT_IN_ALLOWLIST"
// "QUERY_GENERATION_QUERY_REDACTED"
// "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED"
// "QUERY_GENERATION_EMPTY_CONVERSATION"
// "QUERY_GENERATION_EMPTY_LAST_MESSAGE"
// "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET"
QueryGenerationFailureReason string `json:"queryGenerationFailureReason,omitempty"`
ServiceLatency *GoogleCloudDialogflowV2ServiceLatency `json:"serviceLatency,omitempty"`
// ForceSendFields is a list of field names (e.g. "DatastoreResponseReason") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DatastoreResponseReason") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2KnowledgeAssistDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior ¶ added in v0.263.0
type GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior struct {
AnswerGenerationRewriterOn bool `json:"answerGenerationRewriterOn,omitempty"`
AppendedSearchContextCount int64 `json:"appendedSearchContextCount,omitempty"`
ConversationTranscriptHasMixedLanguages bool `json:"conversationTranscriptHasMixedLanguages,omitempty"`
DisableSyncDelivery bool `json:"disableSyncDelivery,omitempty"`
EndUserMetadataIncluded bool `json:"endUserMetadataIncluded,omitempty"`
InvalidItemsQuerySuggestionSkipped bool `json:"invalidItemsQuerySuggestionSkipped,omitempty"`
MultipleQueriesGenerated bool `json:"multipleQueriesGenerated,omitempty"`
PreviousQueriesIncluded bool `json:"previousQueriesIncluded,omitempty"`
PrimaryQueryRedactedAndReplaced bool `json:"primaryQueryRedactedAndReplaced,omitempty"`
QueryContainedSearchContext bool `json:"queryContainedSearchContext,omitempty"`
QueryGenerationAgentLanguageMismatch bool `json:"queryGenerationAgentLanguageMismatch,omitempty"`
QueryGenerationEndUserLanguageMismatch bool `json:"queryGenerationEndUserLanguageMismatch,omitempty"`
ReturnQueryOnly bool `json:"returnQueryOnly,omitempty"`
ThirdPartyConnectorAllowed bool `json:"thirdPartyConnectorAllowed,omitempty"`
UseCustomSafetyFilterLevel bool `json:"useCustomSafetyFilterLevel,omitempty"`
UsePubsubDelivery bool `json:"usePubsubDelivery,omitempty"`
UseTranslatedMessage bool `json:"useTranslatedMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerGenerationRewriterOn")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerGenerationRewriterOn") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2KnowledgeOperationMetadata ¶ added in v0.12.0
type GoogleCloudDialogflowV2KnowledgeOperationMetadata struct {
DoneTime string `json:"doneTime,omitempty"`
ExportOperationMetadata *GoogleCloudDialogflowV2ExportOperationMetadata `json:"exportOperationMetadata,omitempty"`
KnowledgeBase string `json:"knowledgeBase,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "PENDING"
// "RUNNING"
// "DONE"
State string `json:"state,omitempty"`
// ForceSendFields is a list of field names (e.g. "DoneTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DoneTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2KnowledgeOperationMetadata) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2KnowledgeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2Message ¶ added in v0.15.0
type GoogleCloudDialogflowV2Message struct {
Content string `json:"content,omitempty"`
CreateTime string `json:"createTime,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
MessageAnnotation *GoogleCloudDialogflowV2MessageAnnotation `json:"messageAnnotation,omitempty"`
Name string `json:"name,omitempty"`
Participant string `json:"participant,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
SendTime string `json:"sendTime,omitempty"`
SentimentAnalysis *GoogleCloudDialogflowV2SentimentAnalysisResult `json:"sentimentAnalysis,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2Message) MarshalJSON ¶ added in v0.15.0
func (s GoogleCloudDialogflowV2Message) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2MessageAnnotation ¶ added in v0.15.0
type GoogleCloudDialogflowV2MessageAnnotation struct {
ContainEntities bool `json:"containEntities,omitempty"`
Parts []*GoogleCloudDialogflowV2AnnotatedMessagePart `json:"parts,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContainEntities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContainEntities") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2MessageAnnotation) MarshalJSON ¶ added in v0.15.0
func (s GoogleCloudDialogflowV2MessageAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2OriginalDetectIntentRequest ¶
type GoogleCloudDialogflowV2OriginalDetectIntentRequest struct {
Payload googleapi.RawMessage `json:"payload,omitempty"`
Source string `json:"source,omitempty"`
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Payload") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Payload") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2OriginalDetectIntentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2OriginalDetectIntentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2QueryResult ¶
type GoogleCloudDialogflowV2QueryResult struct {
Action string `json:"action,omitempty"`
AllRequiredParamsPresent bool `json:"allRequiredParamsPresent,omitempty"`
CancelsSlotFilling bool `json:"cancelsSlotFilling,omitempty"`
DiagnosticInfo googleapi.RawMessage `json:"diagnosticInfo,omitempty"`
FulfillmentMessages []*GoogleCloudDialogflowV2IntentMessage `json:"fulfillmentMessages,omitempty"`
FulfillmentText string `json:"fulfillmentText,omitempty"`
Intent *GoogleCloudDialogflowV2Intent `json:"intent,omitempty"`
IntentDetectionConfidence float64 `json:"intentDetectionConfidence,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2Context `json:"outputContexts,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
QueryText string `json:"queryText,omitempty"`
SentimentAnalysisResult *GoogleCloudDialogflowV2SentimentAnalysisResult `json:"sentimentAnalysisResult,omitempty"`
SpeechRecognitionConfidence float64 `json:"speechRecognitionConfidence,omitempty"`
WebhookPayload googleapi.RawMessage `json:"webhookPayload,omitempty"`
WebhookSource string `json:"webhookSource,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2QueryResult) MarshalJSON ¶
func (s GoogleCloudDialogflowV2QueryResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2QueryResult) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2QueryResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2Sentiment ¶ added in v0.3.1
type GoogleCloudDialogflowV2Sentiment struct {
Magnitude float64 `json:"magnitude,omitempty"`
Score float64 `json:"score,omitempty"`
// ForceSendFields is a list of field names (e.g. "Magnitude") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Magnitude") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2Sentiment) MarshalJSON ¶ added in v0.3.1
func (s GoogleCloudDialogflowV2Sentiment) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2Sentiment) UnmarshalJSON ¶ added in v0.3.1
func (s *GoogleCloudDialogflowV2Sentiment) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2SentimentAnalysisResult ¶ added in v0.3.1
type GoogleCloudDialogflowV2SentimentAnalysisResult struct {
QueryTextSentiment *GoogleCloudDialogflowV2Sentiment `json:"queryTextSentiment,omitempty"`
// ForceSendFields is a list of field names (e.g. "QueryTextSentiment") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QueryTextSentiment") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SentimentAnalysisResult) MarshalJSON ¶ added in v0.3.1
func (s GoogleCloudDialogflowV2SentimentAnalysisResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ServiceLatency ¶ added in v0.263.0
type GoogleCloudDialogflowV2ServiceLatency struct {
InternalServiceLatencies []*GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency `json:"internalServiceLatencies,omitempty"`
// ForceSendFields is a list of field names (e.g. "InternalServiceLatencies")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InternalServiceLatencies") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ServiceLatency) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2ServiceLatency) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency ¶ added in v0.263.0
type GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency struct {
CompleteTime string `json:"completeTime,omitempty"`
LatencyMs float64 `json:"latencyMs,omitempty"`
StartTime string `json:"startTime,omitempty"`
Step string `json:"step,omitempty"`
// ForceSendFields is a list of field names (e.g. "CompleteTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CompleteTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency) UnmarshalJSON ¶ added in v0.263.0
func (s *GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2SessionEntityType ¶ added in v0.11.0
type GoogleCloudDialogflowV2SessionEntityType struct {
Entities []*GoogleCloudDialogflowV2EntityTypeEntity `json:"entities,omitempty"`
// Possible values:
// "ENTITY_OVERRIDE_MODE_UNSPECIFIED"
// "ENTITY_OVERRIDE_MODE_OVERRIDE"
// "ENTITY_OVERRIDE_MODE_SUPPLEMENT"
EntityOverrideMode string `json:"entityOverrideMode,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "Entities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entities") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SessionEntityType) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2SessionEntityType) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata struct {
ConversationProfile string `json:"conversationProfile,omitempty"`
CreateTime string `json:"createTime,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
SuggestionFeatureType string `json:"suggestionFeatureType,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SmartReplyAnswer ¶ added in v0.65.0
type GoogleCloudDialogflowV2SmartReplyAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Reply string `json:"reply,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SmartReplyAnswer) MarshalJSON ¶ added in v0.65.0
func (s GoogleCloudDialogflowV2SmartReplyAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2SmartReplyAnswer) UnmarshalJSON ¶ added in v0.65.0
func (s *GoogleCloudDialogflowV2SmartReplyAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2SmartReplyModelMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2SmartReplyModelMetadata struct {
// Possible values:
// "MODEL_TYPE_UNSPECIFIED"
// "SMART_REPLY_DUAL_ENCODER_MODEL"
// "SMART_REPLY_BERT_MODEL"
TrainingModelType string `json:"trainingModelType,omitempty"`
// ForceSendFields is a list of field names (e.g. "TrainingModelType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TrainingModelType") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SmartReplyModelMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2SmartReplyModelMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SpeechWordInfo ¶ added in v0.215.0
type GoogleCloudDialogflowV2SpeechWordInfo struct {
Confidence float64 `json:"confidence,omitempty"`
EndOffset string `json:"endOffset,omitempty"`
StartOffset string `json:"startOffset,omitempty"`
Word string `json:"word,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SpeechWordInfo) MarshalJSON ¶ added in v0.215.0
func (s GoogleCloudDialogflowV2SpeechWordInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2SpeechWordInfo) UnmarshalJSON ¶ added in v0.215.0
func (s *GoogleCloudDialogflowV2SpeechWordInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2StreamingRecognitionResult ¶ added in v0.215.0
type GoogleCloudDialogflowV2StreamingRecognitionResult struct {
Confidence float64 `json:"confidence,omitempty"`
IsFinal bool `json:"isFinal,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// Possible values:
// "MESSAGE_TYPE_UNSPECIFIED"
// "TRANSCRIPT"
// "END_OF_SINGLE_UTTERANCE"
MessageType string `json:"messageType,omitempty"`
SpeechEndOffset string `json:"speechEndOffset,omitempty"`
SpeechWordInfo []*GoogleCloudDialogflowV2SpeechWordInfo `json:"speechWordInfo,omitempty"`
Transcript string `json:"transcript,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2StreamingRecognitionResult) MarshalJSON ¶ added in v0.215.0
func (s GoogleCloudDialogflowV2StreamingRecognitionResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2StreamingRecognitionResult) UnmarshalJSON ¶ added in v0.215.0
func (s *GoogleCloudDialogflowV2StreamingRecognitionResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2SuggestArticlesResponse ¶ added in v0.12.0
type GoogleCloudDialogflowV2SuggestArticlesResponse struct {
ArticleAnswers []*GoogleCloudDialogflowV2ArticleAnswer `json:"articleAnswers,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ArticleAnswers") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ArticleAnswers") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SuggestArticlesResponse) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2SuggestArticlesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SuggestFaqAnswersResponse ¶ added in v0.12.0
type GoogleCloudDialogflowV2SuggestFaqAnswersResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
FaqAnswers []*GoogleCloudDialogflowV2FaqAnswer `json:"faqAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SuggestFaqAnswersResponse) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2SuggestFaqAnswersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse ¶ added in v0.185.0
type GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
KnowledgeAssistAnswer *GoogleCloudDialogflowV2KnowledgeAssistAnswer `json:"knowledgeAssistAnswer,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SuggestSmartRepliesResponse ¶ added in v0.65.0
type GoogleCloudDialogflowV2SuggestSmartRepliesResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
SmartReplyAnswers []*GoogleCloudDialogflowV2SmartReplyAnswer `json:"smartReplyAnswers,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SuggestSmartRepliesResponse) MarshalJSON ¶ added in v0.65.0
func (s GoogleCloudDialogflowV2SuggestSmartRepliesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SuggestionResult ¶ added in v0.12.0
type GoogleCloudDialogflowV2SuggestionResult struct {
Error *GoogleRpcStatus `json:"error,omitempty"`
GenerateSuggestionsResponse *GoogleCloudDialogflowV2GenerateSuggestionsResponse `json:"generateSuggestionsResponse,omitempty"`
SuggestArticlesResponse *GoogleCloudDialogflowV2SuggestArticlesResponse `json:"suggestArticlesResponse,omitempty"`
SuggestFaqAnswersResponse *GoogleCloudDialogflowV2SuggestFaqAnswersResponse `json:"suggestFaqAnswersResponse,omitempty"`
SuggestKnowledgeAssistResponse *GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse `json:"suggestKnowledgeAssistResponse,omitempty"`
SuggestSmartRepliesResponse *GoogleCloudDialogflowV2SuggestSmartRepliesResponse `json:"suggestSmartRepliesResponse,omitempty"`
// ForceSendFields is a list of field names (e.g. "Error") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Error") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SuggestionResult) MarshalJSON ¶ added in v0.12.0
func (s GoogleCloudDialogflowV2SuggestionResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SummarySuggestion ¶ added in v0.226.0
type GoogleCloudDialogflowV2SummarySuggestion struct {
SummarySections []*GoogleCloudDialogflowV2SummarySuggestionSummarySection `json:"summarySections,omitempty"`
// ForceSendFields is a list of field names (e.g. "SummarySections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SummarySections") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SummarySuggestion) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2SummarySuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2SummarySuggestionSummarySection ¶ added in v0.226.0
type GoogleCloudDialogflowV2SummarySuggestionSummarySection struct {
Section string `json:"section,omitempty"`
Summary string `json:"summary,omitempty"`
// ForceSendFields is a list of field names (e.g. "Section") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Section") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2SummarySuggestionSummarySection) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2SummarySuggestionSummarySection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ToolCall ¶ added in v0.229.0
type GoogleCloudDialogflowV2ToolCall struct {
Action string `json:"action,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
CesApp string `json:"cesApp,omitempty"`
CesTool string `json:"cesTool,omitempty"`
CesToolset string `json:"cesToolset,omitempty"`
CreateTime string `json:"createTime,omitempty"`
InputParameters googleapi.RawMessage `json:"inputParameters,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "TRIGGERED"
// "NEEDS_CONFIRMATION"
State string `json:"state,omitempty"`
Tool string `json:"tool,omitempty"`
ToolDisplayDetails string `json:"toolDisplayDetails,omitempty"`
ToolDisplayName string `json:"toolDisplayName,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ToolCall) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2ToolCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ToolCallResult ¶ added in v0.229.0
type GoogleCloudDialogflowV2ToolCallResult struct {
Action string `json:"action,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
CesApp string `json:"cesApp,omitempty"`
CesTool string `json:"cesTool,omitempty"`
CesToolset string `json:"cesToolset,omitempty"`
Content string `json:"content,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Error *GoogleCloudDialogflowV2ToolCallResultError `json:"error,omitempty"`
RawContent string `json:"rawContent,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ToolCallResult) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2ToolCallResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2ToolCallResultError ¶ added in v0.229.0
type GoogleCloudDialogflowV2ToolCallResultError struct {
Message string `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "Message") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Message") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2ToolCallResultError) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2ToolCallResultError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata struct {
ConversationModel string `json:"conversationModel,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DoneTime string `json:"doneTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModel") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModel") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2WebhookRequest ¶
type GoogleCloudDialogflowV2WebhookRequest struct {
OriginalDetectIntentRequest *GoogleCloudDialogflowV2OriginalDetectIntentRequest `json:"originalDetectIntentRequest,omitempty"`
QueryResult *GoogleCloudDialogflowV2QueryResult `json:"queryResult,omitempty"`
ResponseId string `json:"responseId,omitempty"`
Session string `json:"session,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "OriginalDetectIntentRequest") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
// for more details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OriginalDetectIntentRequest") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2WebhookRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2WebhookRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2WebhookResponse ¶
type GoogleCloudDialogflowV2WebhookResponse struct {
FollowupEventInput *GoogleCloudDialogflowV2EventInput `json:"followupEventInput,omitempty"`
FulfillmentMessages []*GoogleCloudDialogflowV2IntentMessage `json:"fulfillmentMessages,omitempty"`
FulfillmentText string `json:"fulfillmentText,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2Context `json:"outputContexts,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SessionEntityTypes []*GoogleCloudDialogflowV2SessionEntityType `json:"sessionEntityTypes,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "FollowupEventInput") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FollowupEventInput") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2WebhookResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2WebhookResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Agent ¶
type GoogleCloudDialogflowV2beta1Agent struct {
// Possible values:
// "API_VERSION_UNSPECIFIED"
// "API_VERSION_V1"
// "API_VERSION_V2"
// "API_VERSION_V2_BETA_1"
ApiVersion string `json:"apiVersion,omitempty"`
AvatarUri string `json:"avatarUri,omitempty"`
ClassificationThreshold float64 `json:"classificationThreshold,omitempty"`
DefaultLanguageCode string `json:"defaultLanguageCode,omitempty"`
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EnableLogging bool `json:"enableLogging,omitempty"`
// Possible values:
// "MATCH_MODE_UNSPECIFIED"
// "MATCH_MODE_HYBRID"
// "MATCH_MODE_ML_ONLY"
MatchMode string `json:"matchMode,omitempty"`
Parent string `json:"parent,omitempty"`
SupportedLanguageCodes []string `json:"supportedLanguageCodes,omitempty"`
// Possible values:
// "TIER_UNSPECIFIED"
// "TIER_STANDARD"
// "TIER_ENTERPRISE"
// "TIER_ENTERPRISE_PLUS"
Tier string `json:"tier,omitempty"`
TimeZone string `json:"timeZone,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ApiVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ApiVersion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Agent) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1Agent) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1Agent) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2beta1Agent) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1AgentAssistantFeedback ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AgentAssistantFeedback struct {
// Possible values:
// "ANSWER_RELEVANCE_UNSPECIFIED"
// "IRRELEVANT"
// "RELEVANT"
AnswerRelevance string `json:"answerRelevance,omitempty"`
// Possible values:
// "DOCUMENT_CORRECTNESS_UNSPECIFIED"
// "INCORRECT"
// "CORRECT"
DocumentCorrectness string `json:"documentCorrectness,omitempty"`
// Possible values:
// "DOCUMENT_EFFICIENCY_UNSPECIFIED"
// "INEFFICIENT"
// "EFFICIENT"
DocumentEfficiency string `json:"documentEfficiency,omitempty"`
KnowledgeAssistFeedback *GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback `json:"knowledgeAssistFeedback,omitempty"`
KnowledgeSearchFeedback *GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback `json:"knowledgeSearchFeedback,omitempty"`
SummarizationFeedback *GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback `json:"summarizationFeedback,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRelevance") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRelevance") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentAssistantFeedback) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AgentAssistantFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback struct {
AnswerCopied bool `json:"answerCopied,omitempty"`
ClickedUris []string `json:"clickedUris,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerCopied") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerCopied") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback ¶ added in v0.139.0
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback struct {
AnswerCopied bool `json:"answerCopied,omitempty"`
ClickedUris []string `json:"clickedUris,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerCopied") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerCopied") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeSearchFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback struct {
StartTimestamp string `json:"startTimestamp,omitempty"`
SubmitTimestamp string `json:"submitTimestamp,omitempty"`
SummaryText string `json:"summaryText,omitempty"`
TextSections map[string]string `json:"textSections,omitempty"`
// ForceSendFields is a list of field names (e.g. "StartTimestamp") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "StartTimestamp") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentAssistantRecord ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AgentAssistantRecord struct {
ArticleSuggestionAnswer *GoogleCloudDialogflowV2beta1ArticleAnswer `json:"articleSuggestionAnswer,omitempty"`
DialogflowAssistAnswer *GoogleCloudDialogflowV2beta1DialogflowAssistAnswer `json:"dialogflowAssistAnswer,omitempty"`
FaqAnswer *GoogleCloudDialogflowV2beta1FaqAnswer `json:"faqAnswer,omitempty"`
GeneratorSuggestion *GoogleCloudDialogflowV2beta1GeneratorSuggestion `json:"generatorSuggestion,omitempty"`
// ForceSendFields is a list of field names (e.g. "ArticleSuggestionAnswer") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ArticleSuggestionAnswer") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentAssistantRecord) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AgentAssistantRecord) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingContext ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingContext struct {
Instructions []*GoogleCloudDialogflowV2beta1AgentCoachingInstruction `json:"instructions,omitempty"`
OutputLanguageCode string `json:"outputLanguageCode,omitempty"`
OverarchingGuidance string `json:"overarchingGuidance,omitempty"`
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Instructions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Instructions") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingContext) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingContext) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingInstruction ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingInstruction struct {
AgentAction string `json:"agentAction,omitempty"`
Condition string `json:"condition,omitempty"`
DisplayDetails string `json:"displayDetails,omitempty"`
DisplayName string `json:"displayName,omitempty"`
DuplicateCheckResult *GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
SystemAction string `json:"systemAction,omitempty"`
// Possible values:
// "TRIGGER_EVENT_UNSPECIFIED"
// "END_OF_UTTERANCE"
// "MANUAL_CALL"
// "CUSTOMER_MESSAGE"
// "AGENT_MESSAGE"
// "TOOL_CALL_COMPLETION"
TriggeringEvent string `json:"triggeringEvent,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingInstruction) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingInstruction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult struct {
DuplicateSuggestions []*GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion `json:"duplicateSuggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateSuggestions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion struct {
AnswerRecord string `json:"answerRecord,omitempty"`
SimilarityScore float64 `json:"similarityScore,omitempty"`
SuggestionIndex int64 `json:"suggestionIndex,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON ¶ added in v0.252.0
func (s *GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestion struct {
AgentActionSuggestions []*GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion `json:"agentActionSuggestions,omitempty"`
ApplicableInstructions []*GoogleCloudDialogflowV2beta1AgentCoachingInstruction `json:"applicableInstructions,omitempty"`
SampleResponses []*GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse `json:"sampleResponses,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentActionSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentActionSuggestions") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion struct {
AgentAction string `json:"agentAction,omitempty"`
DuplicateCheckResult *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
Sources *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources `json:"sources,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult struct {
DuplicateSuggestions []*GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion `json:"duplicateSuggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateSuggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateSuggestions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion struct {
AnswerRecord string `json:"answerRecord,omitempty"`
SimilarityScore float64 `json:"similarityScore,omitempty"`
Sources *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources `json:"sources,omitempty"`
SuggestionIndex int64 `json:"suggestionIndex,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON ¶ added in v0.252.0
func (s *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse struct {
DuplicateCheckResult *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult `json:"duplicateCheckResult,omitempty"`
ResponseText string `json:"responseText,omitempty"`
Sources *GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources `json:"sources,omitempty"`
// ForceSendFields is a list of field names (e.g. "DuplicateCheckResult") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DuplicateCheckResult") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources struct {
InstructionIndexes []int64 `json:"instructionIndexes,omitempty"`
// ForceSendFields is a list of field names (e.g. "InstructionIndexes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InstructionIndexes") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AnalyzeContentRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AnalyzeContentRequest struct {
AssistQueryParams *GoogleCloudDialogflowV2beta1AssistQueryParameters `json:"assistQueryParams,omitempty"`
AudioInput *GoogleCloudDialogflowV2beta1AudioInput `json:"audioInput,omitempty"`
CxCurrentPage string `json:"cxCurrentPage,omitempty"`
CxParameters googleapi.RawMessage `json:"cxParameters,omitempty"`
EventInput *GoogleCloudDialogflowV2beta1EventInput `json:"eventInput,omitempty"`
IntentInput *GoogleCloudDialogflowV2beta1IntentInput `json:"intentInput,omitempty"`
MessageSendTime string `json:"messageSendTime,omitempty"`
QueryParams *GoogleCloudDialogflowV2beta1QueryParameters `json:"queryParams,omitempty"`
ReplyAudioConfig *GoogleCloudDialogflowV2beta1OutputAudioConfig `json:"replyAudioConfig,omitempty"`
RequestId string `json:"requestId,omitempty"`
SuggestionInput *GoogleCloudDialogflowV2beta1SuggestionInput `json:"suggestionInput,omitempty"`
TextInput *GoogleCloudDialogflowV2beta1TextInput `json:"textInput,omitempty"`
// ForceSendFields is a list of field names (e.g. "AssistQueryParams") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AssistQueryParams") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AnalyzeContentRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AnalyzeContentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AnalyzeContentResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AnalyzeContentResponse struct {
AutomatedAgentReply *GoogleCloudDialogflowV2beta1AutomatedAgentReply `json:"automatedAgentReply,omitempty"`
DtmfParameters *GoogleCloudDialogflowV2beta1DtmfParameters `json:"dtmfParameters,omitempty"`
EndUserSuggestionResults []*GoogleCloudDialogflowV2beta1SuggestionResult `json:"endUserSuggestionResults,omitempty"`
HumanAgentSuggestionResults []*GoogleCloudDialogflowV2beta1SuggestionResult `json:"humanAgentSuggestionResults,omitempty"`
Message *GoogleCloudDialogflowV2beta1Message `json:"message,omitempty"`
ReplyAudio *GoogleCloudDialogflowV2beta1OutputAudio `json:"replyAudio,omitempty"`
ReplyText string `json:"replyText,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AutomatedAgentReply") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AutomatedAgentReply") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AnalyzeContentResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AnalyzeContentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AnnotatedMessagePart ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AnnotatedMessagePart struct {
EntityType string `json:"entityType,omitempty"`
FormattedValue interface{} `json:"formattedValue,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AnnotatedMessagePart) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AnnotatedMessagePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AnswerFeedback ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AnswerFeedback struct {
AgentAssistantDetailFeedback *GoogleCloudDialogflowV2beta1AgentAssistantFeedback `json:"agentAssistantDetailFeedback,omitempty"`
ClickTime string `json:"clickTime,omitempty"`
Clicked bool `json:"clicked,omitempty"`
// Possible values:
// "CORRECTNESS_LEVEL_UNSPECIFIED"
// "NOT_CORRECT"
// "PARTIALLY_CORRECT"
// "FULLY_CORRECT"
CorrectnessLevel string `json:"correctnessLevel,omitempty"`
DisplayTime string `json:"displayTime,omitempty"`
Displayed bool `json:"displayed,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "AgentAssistantDetailFeedback") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
// for more details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAssistantDetailFeedback") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AnswerFeedback) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AnswerFeedback) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AnswerRecord ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AnswerRecord struct {
AgentAssistantRecord *GoogleCloudDialogflowV2beta1AgentAssistantRecord `json:"agentAssistantRecord,omitempty"`
AnswerFeedback *GoogleCloudDialogflowV2beta1AnswerFeedback `json:"answerFeedback,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AgentAssistantRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAssistantRecord") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AnswerRecord) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AnswerRecord) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ArticleAnswer ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ArticleAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Snippets []string `json:"snippets,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ArticleAnswer) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ArticleAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AssistQueryParameters ¶ added in v0.61.0
type GoogleCloudDialogflowV2beta1AssistQueryParameters struct {
DocumentsMetadataFilters map[string]string `json:"documentsMetadataFilters,omitempty"`
// ForceSendFields is a list of field names (e.g. "DocumentsMetadataFilters")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DocumentsMetadataFilters") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AssistQueryParameters) MarshalJSON ¶ added in v0.61.0
func (s GoogleCloudDialogflowV2beta1AssistQueryParameters) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AudioInput ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AudioInput struct {
Audio string `json:"audio,omitempty"`
Config *GoogleCloudDialogflowV2beta1InputAudioConfig `json:"config,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AudioInput) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AudioInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AutomatedAgentConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AutomatedAgentConfig struct {
Agent string `json:"agent,omitempty"`
SessionTtl string `json:"sessionTtl,omitempty"`
// ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Agent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AutomatedAgentConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AutomatedAgentConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1AutomatedAgentReply ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1AutomatedAgentReply struct {
AllowCancellation bool `json:"allowCancellation,omitempty"`
// Possible values:
// "AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED"
// "PARTIAL"
// "FINAL"
AutomatedAgentReplyType string `json:"automatedAgentReplyType,omitempty"`
CallCompanionAuthCode string `json:"callCompanionAuthCode,omitempty"`
CxCurrentPage string `json:"cxCurrentPage,omitempty"`
CxSessionParameters googleapi.RawMessage `json:"cxSessionParameters,omitempty"`
DetectIntentResponse *GoogleCloudDialogflowV2beta1DetectIntentResponse `json:"detectIntentResponse,omitempty"`
Event string `json:"event,omitempty"`
Intent string `json:"intent,omitempty"`
MatchConfidence float64 `json:"matchConfidence,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
ResponseMessages []*GoogleCloudDialogflowV2beta1ResponseMessage `json:"responseMessages,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowCancellation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowCancellation") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1AutomatedAgentReply) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1AutomatedAgentReply) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1AutomatedAgentReply) UnmarshalJSON ¶ added in v0.48.0
func (s *GoogleCloudDialogflowV2beta1AutomatedAgentReply) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1BargeInConfig ¶ added in v0.110.0
type GoogleCloudDialogflowV2beta1BargeInConfig struct {
NoBargeInDuration string `json:"noBargeInDuration,omitempty"`
TotalDuration string `json:"totalDuration,omitempty"`
// ForceSendFields is a list of field names (e.g. "NoBargeInDuration") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NoBargeInDuration") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BargeInConfig) MarshalJSON ¶ added in v0.110.0
func (s GoogleCloudDialogflowV2beta1BargeInConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest ¶
type GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest struct {
Entities []*GoogleCloudDialogflowV2beta1EntityTypeEntity `json:"entities,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// ForceSendFields is a list of field names (e.g. "Entities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entities") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest struct {
Requests []*GoogleCloudDialogflowV2beta1CreateMessageRequest `json:"requests,omitempty"`
// ForceSendFields is a list of field names (e.g. "Requests") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Requests") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse struct {
Messages []*GoogleCloudDialogflowV2beta1Message `json:"messages,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Messages") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Messages") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest ¶
type GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest struct {
EntityValues []string `json:"entityValues,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityValues") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityValues") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest ¶
type GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest struct {
EntityTypeNames []string `json:"entityTypeNames,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypeNames") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypeNames") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest ¶
type GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest struct {
Intents []*GoogleCloudDialogflowV2beta1Intent `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest ¶
type GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest struct {
Entities []*GoogleCloudDialogflowV2beta1EntityTypeEntity `json:"entities,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
UpdateMask string `json:"updateMask,omitempty"`
// ForceSendFields is a list of field names (e.g. "Entities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entities") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest ¶
type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest struct {
EntityTypeBatchInline *GoogleCloudDialogflowV2beta1EntityTypeBatch `json:"entityTypeBatchInline,omitempty"`
EntityTypeBatchUri string `json:"entityTypeBatchUri,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
UpdateMask string `json:"updateMask,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypeBatchInline") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypeBatchInline") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse ¶
type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse struct {
EntityTypes []*GoogleCloudDialogflowV2beta1EntityType `json:"entityTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypes") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest ¶
type GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest struct {
IntentBatchInline *GoogleCloudDialogflowV2beta1IntentBatch `json:"intentBatchInline,omitempty"`
IntentBatchUri string `json:"intentBatchUri,omitempty"`
// Possible values:
// "INTENT_VIEW_UNSPECIFIED"
// "INTENT_VIEW_FULL"
IntentView string `json:"intentView,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
UpdateMask string `json:"updateMask,omitempty"`
// ForceSendFields is a list of field names (e.g. "IntentBatchInline") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IntentBatchInline") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse ¶
type GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse struct {
Intents []*GoogleCloudDialogflowV2beta1Intent `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CesAppSpec ¶ added in v0.274.0
type GoogleCloudDialogflowV2beta1CesAppSpec struct {
CesApp string `json:"cesApp,omitempty"`
// Possible values:
// "CONFIRMATION_REQUIREMENT_UNSPECIFIED"
// "REQUIRED"
// "NOT_REQUIRED"
ConfirmationRequirement string `json:"confirmationRequirement,omitempty"`
// ForceSendFields is a list of field names (e.g. "CesApp") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CesApp") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CesAppSpec) MarshalJSON ¶ added in v0.274.0
func (s GoogleCloudDialogflowV2beta1CesAppSpec) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CesToolSpec ¶ added in v0.274.0
type GoogleCloudDialogflowV2beta1CesToolSpec struct {
CesTool string `json:"cesTool,omitempty"`
// Possible values:
// "CONFIRMATION_REQUIREMENT_UNSPECIFIED"
// "REQUIRED"
// "NOT_REQUIRED"
ConfirmationRequirement string `json:"confirmationRequirement,omitempty"`
// ForceSendFields is a list of field names (e.g. "CesTool") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CesTool") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CesToolSpec) MarshalJSON ¶ added in v0.274.0
func (s GoogleCloudDialogflowV2beta1CesToolSpec) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata struct {
ConversationProfile string `json:"conversationProfile,omitempty"`
CreateTime string `json:"createTime,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "DIALOGFLOW_ASSIST"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
SuggestionFeatureType string `json:"suggestionFeatureType,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest struct {
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "DIALOGFLOW_ASSIST"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
SuggestionFeatureType string `json:"suggestionFeatureType,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParticipantRole") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParticipantRole") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CompileSuggestionRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1CompileSuggestionRequest struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CompileSuggestionRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1CompileSuggestionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CompileSuggestionResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1CompileSuggestionResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
Suggestion *GoogleCloudDialogflowV2beta1Suggestion `json:"suggestion,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CompileSuggestionResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1CompileSuggestionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CompleteConversationRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1CompleteConversationRequest struct {
}
type GoogleCloudDialogflowV2beta1Connection ¶ added in v0.205.0
type GoogleCloudDialogflowV2beta1Connection struct {
ConnectionId string `json:"connectionId,omitempty"`
ErrorDetails *GoogleCloudDialogflowV2beta1ConnectionErrorDetails `json:"errorDetails,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "CONNECTED"
// "DISCONNECTED"
// "AUTHENTICATION_FAILED"
// "KEEPALIVE"
State string `json:"state,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConnectionId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConnectionId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Connection) MarshalJSON ¶ added in v0.205.0
func (s GoogleCloudDialogflowV2beta1Connection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConnectionErrorDetails ¶ added in v0.205.0
type GoogleCloudDialogflowV2beta1ConnectionErrorDetails struct {
// Possible values:
// "CERTIFICATE_STATE_UNSPECIFIED"
// "CERTIFICATE_VALID"
// "CERTIFICATE_INVALID"
// "CERTIFICATE_EXPIRED"
// "CERTIFICATE_HOSTNAME_NOT_FOUND"
// "CERTIFICATE_UNAUTHENTICATED"
// "CERTIFICATE_TRUST_STORE_NOT_FOUND"
// "CERTIFICATE_HOSTNAME_INVALID_FORMAT"
// "CERTIFICATE_QUOTA_EXCEEDED"
CertificateState string `json:"certificateState,omitempty"`
ErrorMessage string `json:"errorMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "CertificateState") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CertificateState") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConnectionErrorDetails) MarshalJSON ¶ added in v0.205.0
func (s GoogleCloudDialogflowV2beta1ConnectionErrorDetails) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Context ¶
type GoogleCloudDialogflowV2beta1Context struct {
LifespanCount int64 `json:"lifespanCount,omitempty"`
Name string `json:"name,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "LifespanCount") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LifespanCount") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Context) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1Context) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Conversation ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1Conversation struct {
ConversationProfile string `json:"conversationProfile,omitempty"`
// Possible values:
// "CONVERSATION_STAGE_UNSPECIFIED"
// "VIRTUAL_AGENT_STAGE"
// "HUMAN_ASSIST_STAGE"
ConversationStage string `json:"conversationStage,omitempty"`
EndTime string `json:"endTime,omitempty"`
IngestedContextReferences map[string]GoogleCloudDialogflowV2beta1ConversationContextReference `json:"ingestedContextReferences,omitempty"`
InitialConversationProfile *GoogleCloudDialogflowV2beta1ConversationProfile `json:"initialConversationProfile,omitempty"`
InitialGeneratorContexts map[string]GoogleCloudDialogflowV2beta1ConversationGeneratorContext `json:"initialGeneratorContexts,omitempty"`
// Possible values:
// "LIFECYCLE_STATE_UNSPECIFIED"
// "IN_PROGRESS"
// "COMPLETED"
LifecycleState string `json:"lifecycleState,omitempty"`
Name string `json:"name,omitempty"`
PhoneNumber *GoogleCloudDialogflowV2beta1ConversationPhoneNumber `json:"phoneNumber,omitempty"`
StartTime string `json:"startTime,omitempty"`
TelephonyConnectionInfo *GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo `json:"telephonyConnectionInfo,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Conversation) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1Conversation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationContext ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1ConversationContext struct {
MessageEntries []*GoogleCloudDialogflowV2beta1MessageEntry `json:"messageEntries,omitempty"`
// ForceSendFields is a list of field names (e.g. "MessageEntries") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MessageEntries") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationContext) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1ConversationContext) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationContextReference ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1ConversationContextReference struct {
ContextContents []*GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent `json:"contextContents,omitempty"`
CreateTime string `json:"createTime,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// Possible values:
// "UPDATE_MODE_UNSPECIFIED"
// "APPEND"
// "OVERWRITE"
UpdateMode string `json:"updateMode,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextContents") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextContents") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationContextReference) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1ConversationContextReference) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Content string `json:"content,omitempty"`
// Possible values:
// "CONTENT_FORMAT_UNSPECIFIED"
// "JSON"
// "PLAIN_TEXT"
ContentFormat string `json:"contentFormat,omitempty"`
IngestionTime string `json:"ingestionTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1ConversationContextReferenceContextContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationEvent ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ConversationEvent struct {
Conversation string `json:"conversation,omitempty"`
ErrorStatus *GoogleRpcStatus `json:"errorStatus,omitempty"`
NewMessagePayload *GoogleCloudDialogflowV2beta1Message `json:"newMessagePayload,omitempty"`
NewRecognitionResultPayload *GoogleCloudDialogflowV2beta1StreamingRecognitionResult `json:"newRecognitionResultPayload,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "CONVERSATION_STARTED"
// "CONVERSATION_FINISHED"
// "HUMAN_INTERVENTION_NEEDED"
// "NEW_MESSAGE"
// "NEW_RECOGNITION_RESULT"
// "UNRECOVERABLE_ERROR"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Conversation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversation") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationEvent) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ConversationEvent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationGeneratorContext ¶ added in v0.273.0
type GoogleCloudDialogflowV2beta1ConversationGeneratorContext struct {
// Possible values:
// "GENERATOR_TYPE_UNSPECIFIED"
// "FREE_FORM"
// "AGENT_COACHING"
// "SUMMARIZATION"
// "TRANSLATION"
// "AGENT_FEEDBACK"
// "CUSTOMER_MESSAGE_GENERATION"
GeneratorType string `json:"generatorType,omitempty"`
// ForceSendFields is a list of field names (e.g. "GeneratorType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GeneratorType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationGeneratorContext) MarshalJSON ¶ added in v0.273.0
func (s GoogleCloudDialogflowV2beta1ConversationGeneratorContext) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationPhoneNumber ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ConversationPhoneNumber struct {
CountryCode int64 `json:"countryCode,omitempty"`
PhoneNumber string `json:"phoneNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "CountryCode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CountryCode") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationPhoneNumber) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ConversationPhoneNumber) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationProfile ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ConversationProfile struct {
AutomatedAgentConfig *GoogleCloudDialogflowV2beta1AutomatedAgentConfig `json:"automatedAgentConfig,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DisplayName string `json:"displayName,omitempty"`
HumanAgentAssistantConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig `json:"humanAgentAssistantConfig,omitempty"`
HumanAgentHandoffConfig *GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig `json:"humanAgentHandoffConfig,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
LoggingConfig *GoogleCloudDialogflowV2beta1LoggingConfig `json:"loggingConfig,omitempty"`
Name string `json:"name,omitempty"`
NewMessageEventNotificationConfig *GoogleCloudDialogflowV2beta1NotificationConfig `json:"newMessageEventNotificationConfig,omitempty"`
NewRecognitionResultNotificationConfig *GoogleCloudDialogflowV2beta1NotificationConfig `json:"newRecognitionResultNotificationConfig,omitempty"`
NotificationConfig *GoogleCloudDialogflowV2beta1NotificationConfig `json:"notificationConfig,omitempty"`
SecuritySettings string `json:"securitySettings,omitempty"`
SttConfig *GoogleCloudDialogflowV2beta1SpeechToTextConfig `json:"sttConfig,omitempty"`
TimeZone string `json:"timeZone,omitempty"`
TtsConfig *GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig `json:"ttsConfig,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
UseBidiStreaming bool `json:"useBidiStreaming,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AutomatedAgentConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AutomatedAgentConfig") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationProfile) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ConversationProfile) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo ¶ added in v0.217.0
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo struct {
DialedNumber string `json:"dialedNumber,omitempty"`
ExtraMimeContents []*GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent `json:"extraMimeContents,omitempty"`
Sdp string `json:"sdp,omitempty"`
SipHeaders []*GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader `json:"sipHeaders,omitempty"`
// ForceSendFields is a list of field names (e.g. "DialedNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DialedNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo) MarshalJSON ¶ added in v0.217.0
func (s GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent ¶ added in v0.217.0
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent struct {
Content string `json:"content,omitempty"`
MimeType string `json:"mimeType,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent) MarshalJSON ¶ added in v0.217.0
func (s GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader ¶ added in v0.217.0
type GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader struct {
Name string `json:"name,omitempty"`
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader) MarshalJSON ¶ added in v0.217.0
func (s GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CreateMessageRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1CreateMessageRequest struct {
Message *GoogleCloudDialogflowV2beta1Message `json:"message,omitempty"`
Parent string `json:"parent,omitempty"`
// ForceSendFields is a list of field names (e.g. "Message") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Message") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CreateMessageRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1CreateMessageRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1CustomPronunciationParams ¶ added in v0.230.0
type GoogleCloudDialogflowV2beta1CustomPronunciationParams struct {
// Possible values:
// "PHONETIC_ENCODING_UNSPECIFIED"
// "PHONETIC_ENCODING_IPA"
// "PHONETIC_ENCODING_X_SAMPA"
PhoneticEncoding string `json:"phoneticEncoding,omitempty"`
Phrase string `json:"phrase,omitempty"`
Pronunciation string `json:"pronunciation,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneticEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneticEncoding") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1CustomPronunciationParams) MarshalJSON ¶ added in v0.230.0
func (s GoogleCloudDialogflowV2beta1CustomPronunciationParams) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1DetectIntentRequest ¶
type GoogleCloudDialogflowV2beta1DetectIntentRequest struct {
InputAudio string `json:"inputAudio,omitempty"`
OutputAudioConfig *GoogleCloudDialogflowV2beta1OutputAudioConfig `json:"outputAudioConfig,omitempty"`
OutputAudioConfigMask string `json:"outputAudioConfigMask,omitempty"`
QueryInput *GoogleCloudDialogflowV2beta1QueryInput `json:"queryInput,omitempty"`
QueryParams *GoogleCloudDialogflowV2beta1QueryParameters `json:"queryParams,omitempty"`
// ForceSendFields is a list of field names (e.g. "InputAudio") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InputAudio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1DetectIntentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1DetectIntentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1DetectIntentResponse ¶
type GoogleCloudDialogflowV2beta1DetectIntentResponse struct {
AlternativeQueryResults []*GoogleCloudDialogflowV2beta1QueryResult `json:"alternativeQueryResults,omitempty"`
OutputAudio string `json:"outputAudio,omitempty"`
OutputAudioConfig *GoogleCloudDialogflowV2beta1OutputAudioConfig `json:"outputAudioConfig,omitempty"`
QueryResult *GoogleCloudDialogflowV2beta1QueryResult `json:"queryResult,omitempty"`
ResponseId string `json:"responseId,omitempty"`
WebhookStatus *GoogleRpcStatus `json:"webhookStatus,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AlternativeQueryResults") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AlternativeQueryResults") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1DetectIntentResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1DetectIntentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1DialogflowAssistAnswer ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1DialogflowAssistAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
IntentSuggestion *GoogleCloudDialogflowV2beta1IntentSuggestion `json:"intentSuggestion,omitempty"`
QueryResult *GoogleCloudDialogflowV2beta1QueryResult `json:"queryResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1DialogflowAssistAnswer) MarshalJSON ¶ added in v0.125.0
func (s GoogleCloudDialogflowV2beta1DialogflowAssistAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Document ¶
type GoogleCloudDialogflowV2beta1Document struct {
Content string `json:"content,omitempty"`
ContentUri string `json:"contentUri,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EnableAutoReload bool `json:"enableAutoReload,omitempty"`
// Possible values:
// "KNOWLEDGE_TYPE_UNSPECIFIED"
// "FAQ"
// "EXTRACTIVE_QA"
// "ARTICLE_SUGGESTION"
// "AGENT_FACING_SMART_REPLY"
// "SMART_REPLY"
KnowledgeTypes []string `json:"knowledgeTypes,omitempty"`
LatestReloadStatus *GoogleCloudDialogflowV2beta1DocumentReloadStatus `json:"latestReloadStatus,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
MimeType string `json:"mimeType,omitempty"`
Name string `json:"name,omitempty"`
RawContent string `json:"rawContent,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "CREATING"
// "ACTIVE"
// "UPDATING"
// "RELOADING"
// "DELETING"
State string `json:"state,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Document) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1Document) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1DocumentReloadStatus ¶ added in v0.23.0
type GoogleCloudDialogflowV2beta1DocumentReloadStatus struct {
Status *GoogleRpcStatus `json:"status,omitempty"`
Time string `json:"time,omitempty"`
// ForceSendFields is a list of field names (e.g. "Status") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Status") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1DocumentReloadStatus) MarshalJSON ¶ added in v0.23.0
func (s GoogleCloudDialogflowV2beta1DocumentReloadStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1DtmfParameters ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1DtmfParameters struct {
AcceptsDtmfInput bool `json:"acceptsDtmfInput,omitempty"`
// ForceSendFields is a list of field names (e.g. "AcceptsDtmfInput") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AcceptsDtmfInput") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1DtmfParameters) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1DtmfParameters) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EncryptionSpec ¶ added in v0.149.0
type GoogleCloudDialogflowV2beta1EncryptionSpec struct {
KmsKey string `json:"kmsKey,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "KmsKey") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KmsKey") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EncryptionSpec) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2beta1EncryptionSpec) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EntityType ¶
type GoogleCloudDialogflowV2beta1EntityType struct {
// Possible values:
// "AUTO_EXPANSION_MODE_UNSPECIFIED"
// "AUTO_EXPANSION_MODE_DEFAULT"
AutoExpansionMode string `json:"autoExpansionMode,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EnableFuzzyExtraction bool `json:"enableFuzzyExtraction,omitempty"`
Entities []*GoogleCloudDialogflowV2beta1EntityTypeEntity `json:"entities,omitempty"`
// Possible values:
// "KIND_UNSPECIFIED"
// "KIND_MAP"
// "KIND_LIST"
// "KIND_REGEXP"
Kind string `json:"kind,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AutoExpansionMode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AutoExpansionMode") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EntityType) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1EntityType) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EntityTypeBatch ¶
type GoogleCloudDialogflowV2beta1EntityTypeBatch struct {
EntityTypes []*GoogleCloudDialogflowV2beta1EntityType `json:"entityTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypes") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EntityTypeBatch) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1EntityTypeBatch) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EntityTypeEntity ¶
type GoogleCloudDialogflowV2beta1EntityTypeEntity struct {
Synonyms []string `json:"synonyms,omitempty"`
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "Synonyms") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Synonyms") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EntityTypeEntity) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1EntityTypeEntity) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Environment ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1Environment struct {
AgentVersion string `json:"agentVersion,omitempty"`
Description string `json:"description,omitempty"`
Fulfillment *GoogleCloudDialogflowV2beta1Fulfillment `json:"fulfillment,omitempty"`
Name string `json:"name,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "STOPPED"
// "LOADING"
// "RUNNING"
State string `json:"state,omitempty"`
TextToSpeechSettings *GoogleCloudDialogflowV2beta1TextToSpeechSettings `json:"textToSpeechSettings,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AgentVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentVersion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Environment) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1Environment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EnvironmentHistory ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1EnvironmentHistory struct {
Entries []*GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry `json:"entries,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
Parent string `json:"parent,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Entries") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entries") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EnvironmentHistory) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1EnvironmentHistory) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry struct {
AgentVersion string `json:"agentVersion,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Description string `json:"description,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentVersion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EvaluationStatus ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1EvaluationStatus struct {
Done bool `json:"done,omitempty"`
PipelineStatus *GoogleRpcStatus `json:"pipelineStatus,omitempty"`
// ForceSendFields is a list of field names (e.g. "Done") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Done") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EvaluationStatus) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1EvaluationStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1EventInput ¶
type GoogleCloudDialogflowV2beta1EventInput struct {
LanguageCode string `json:"languageCode,omitempty"`
Name string `json:"name,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
// ForceSendFields is a list of field names (e.g. "LanguageCode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LanguageCode") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1EventInput) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1EventInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ExportAgentRequest ¶
type GoogleCloudDialogflowV2beta1ExportAgentRequest struct {
AgentUri string `json:"agentUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentUri") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentUri") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ExportAgentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ExportAgentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ExportAgentResponse ¶
type GoogleCloudDialogflowV2beta1ExportAgentResponse struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ExportAgentResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ExportAgentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ExportOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1ExportOperationMetadata struct {
ExportedGcsDestination *GoogleCloudDialogflowV2beta1GcsDestination `json:"exportedGcsDestination,omitempty"`
// ForceSendFields is a list of field names (e.g. "ExportedGcsDestination") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ExportedGcsDestination") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ExportOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1ExportOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1FaqAnswer ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1FaqAnswer struct {
Answer string `json:"answer,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Question string `json:"question,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answer") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answer") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FaqAnswer) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1FaqAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1FaqAnswer) UnmarshalJSON ¶ added in v0.42.0
func (s *GoogleCloudDialogflowV2beta1FaqAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1FewShotExample ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1FewShotExample struct {
ConversationContext *GoogleCloudDialogflowV2beta1ConversationContext `json:"conversationContext,omitempty"`
ExtraInfo map[string]string `json:"extraInfo,omitempty"`
Output *GoogleCloudDialogflowV2beta1GeneratorSuggestion `json:"output,omitempty"`
SummarizationSectionList *GoogleCloudDialogflowV2beta1SummarizationSectionList `json:"summarizationSectionList,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationContext") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationContext") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FewShotExample) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1FewShotExample) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1FreeFormContext ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1FreeFormContext struct {
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FreeFormContext) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1FreeFormContext) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1FreeFormSuggestion ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1FreeFormSuggestion struct {
Response string `json:"response,omitempty"`
// ForceSendFields is a list of field names (e.g. "Response") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Response") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FreeFormSuggestion) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1FreeFormSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Fulfillment ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1Fulfillment struct {
DisplayName string `json:"displayName,omitempty"`
Enabled bool `json:"enabled,omitempty"`
Features []*GoogleCloudDialogflowV2beta1FulfillmentFeature `json:"features,omitempty"`
GenericWebService *GoogleCloudDialogflowV2beta1FulfillmentGenericWebService `json:"genericWebService,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "DisplayName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayName") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Fulfillment) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1Fulfillment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1FulfillmentFeature ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1FulfillmentFeature struct {
// Possible values:
// "TYPE_UNSPECIFIED"
// "SMALLTALK"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Type") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Type") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FulfillmentFeature) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1FulfillmentFeature) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1FulfillmentGenericWebService ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1FulfillmentGenericWebService struct {
IsCloudFunction bool `json:"isCloudFunction,omitempty"`
Password string `json:"password,omitempty"`
RequestHeaders map[string]string `json:"requestHeaders,omitempty"`
Uri string `json:"uri,omitempty"`
Username string `json:"username,omitempty"`
// ForceSendFields is a list of field names (e.g. "IsCloudFunction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IsCloudFunction") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1FulfillmentGenericWebService) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1FulfillmentGenericWebService) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GcsDestination ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1GcsDestination struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GcsDestination) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GcsSource ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1GcsSource struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GcsSource) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GcsSources ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1GcsSources struct {
Uris []string `json:"uris,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uris") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uris") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GcsSources) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1GcsSources) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest struct {
ContextReferences map[string]GoogleCloudDialogflowV2beta1ConversationContextReference `json:"contextReferences,omitempty"`
ConversationContext *GoogleCloudDialogflowV2beta1ConversationContext `json:"conversationContext,omitempty"`
Generator *GoogleCloudDialogflowV2beta1Generator `json:"generator,omitempty"`
GeneratorName string `json:"generatorName,omitempty"`
SecuritySettings string `json:"securitySettings,omitempty"`
// Possible values:
// "TRIGGER_EVENT_UNSPECIFIED"
// "END_OF_UTTERANCE"
// "MANUAL_CALL"
// "CUSTOMER_MESSAGE"
// "AGENT_MESSAGE"
TriggerEvents []string `json:"triggerEvents,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextReferences") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextReferences") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse struct {
GeneratorSuggestion *GoogleCloudDialogflowV2beta1GeneratorSuggestion `json:"generatorSuggestion,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "GeneratorSuggestion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GeneratorSuggestion") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest ¶ added in v0.123.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest struct {
ConversationProfile *GoogleCloudDialogflowV2beta1ConversationProfile `json:"conversationProfile,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
MaxContextSize int64 `json:"maxContextSize,omitempty"`
StatelessConversation *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation `json:"statelessConversation,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest) MarshalJSON ¶ added in v0.123.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation ¶ added in v0.123.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation struct {
Messages []*GoogleCloudDialogflowV2beta1Message `json:"messages,omitempty"`
// ForceSendFields is a list of field names (e.g. "Messages") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Messages") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation) MarshalJSON ¶ added in v0.123.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse ¶ added in v0.123.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
Summary *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary `json:"summary,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse) MarshalJSON ¶ added in v0.123.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary ¶ added in v0.123.0
type GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary struct {
BaselineModelVersion string `json:"baselineModelVersion,omitempty"`
Text string `json:"text,omitempty"`
TextSections map[string]string `json:"textSections,omitempty"`
// ForceSendFields is a list of field names (e.g. "BaselineModelVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BaselineModelVersion") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary) MarshalJSON ¶ added in v0.123.0
func (s GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest struct {
LatestMessage string `json:"latestMessage,omitempty"`
// Possible values:
// "TRIGGER_EVENT_UNSPECIFIED"
// "END_OF_UTTERANCE"
// "MANUAL_CALL"
// "CUSTOMER_MESSAGE"
// "AGENT_MESSAGE"
TriggerEvents []string `json:"triggerEvents,omitempty"`
// ForceSendFields is a list of field names (e.g. "LatestMessage") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LatestMessage") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse struct {
GeneratorSuggestionAnswers []*GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer `json:"generatorSuggestionAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "GeneratorSuggestionAnswers")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GeneratorSuggestionAnswers") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
GeneratorSuggestion *GoogleCloudDialogflowV2beta1GeneratorSuggestion `json:"generatorSuggestion,omitempty"`
SourceGenerator string `json:"sourceGenerator,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Generator ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1Generator struct {
AgentCoachingContext *GoogleCloudDialogflowV2beta1AgentCoachingContext `json:"agentCoachingContext,omitempty"`
CesAppSpecs []*GoogleCloudDialogflowV2beta1CesAppSpec `json:"cesAppSpecs,omitempty"`
CesToolSpecs []*GoogleCloudDialogflowV2beta1CesToolSpec `json:"cesToolSpecs,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Description string `json:"description,omitempty"`
FreeFormContext *GoogleCloudDialogflowV2beta1FreeFormContext `json:"freeFormContext,omitempty"`
InferenceParameter *GoogleCloudDialogflowV2beta1InferenceParameter `json:"inferenceParameter,omitempty"`
Name string `json:"name,omitempty"`
PublishedModel string `json:"publishedModel,omitempty"`
SuggestionDedupingConfig *GoogleCloudDialogflowV2beta1SuggestionDedupingConfig `json:"suggestionDedupingConfig,omitempty"`
SummarizationContext *GoogleCloudDialogflowV2beta1SummarizationContext `json:"summarizationContext,omitempty"`
Tools []string `json:"tools,omitempty"`
ToolsetTools []*GoogleCloudDialogflowV2beta1ToolsetTool `json:"toolsetTools,omitempty"`
// Possible values:
// "TRIGGER_EVENT_UNSPECIFIED"
// "END_OF_UTTERANCE"
// "MANUAL_CALL"
// "CUSTOMER_MESSAGE"
// "AGENT_MESSAGE"
TriggerEvent string `json:"triggerEvent,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AgentCoachingContext") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentCoachingContext") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Generator) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1Generator) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluation ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluation struct {
CompleteTime string `json:"completeTime,omitempty"`
CreateTime string `json:"createTime,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EvaluationStatus *GoogleCloudDialogflowV2beta1EvaluationStatus `json:"evaluationStatus,omitempty"`
GeneratorEvaluationConfig *GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig `json:"generatorEvaluationConfig,omitempty"`
InitialGenerator *GoogleCloudDialogflowV2beta1Generator `json:"initialGenerator,omitempty"`
Name string `json:"name,omitempty"`
SatisfiesPzi bool `json:"satisfiesPzi,omitempty"`
SatisfiesPzs bool `json:"satisfiesPzs,omitempty"`
SummarizationMetrics *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics `json:"summarizationMetrics,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "CompleteTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CompleteTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluation) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig struct {
InputDataConfig *GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig `json:"inputDataConfig,omitempty"`
OutputGcsBucketPath string `json:"outputGcsBucketPath,omitempty"`
SummarizationConfig *GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig `json:"summarizationConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "InputDataConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InputDataConfig") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig struct {
EndTime string `json:"endTime,omitempty"`
StartTime string `json:"startTime,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndTime") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig struct {
Dataset string `json:"dataset,omitempty"`
// ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Dataset") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig struct {
AgentAssistInputDataConfig *GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigAgentAssistInputDataConfig `json:"agentAssistInputDataConfig,omitempty"`
DatasetInputDataConfig *GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig `json:"datasetInputDataConfig,omitempty"`
EndTime string `json:"endTime,omitempty"`
// Possible values:
// "INPUT_DATA_SOURCE_TYPE_UNSPECIFIED"
// "AGENT_ASSIST_CONVERSATIONS"
// "INSIGHTS_CONVERSATIONS"
InputDataSourceType string `json:"inputDataSourceType,omitempty"`
IsSummaryGenerationAllowed bool `json:"isSummaryGenerationAllowed,omitempty"`
SampleSize int64 `json:"sampleSize,omitempty"`
StartTime string `json:"startTime,omitempty"`
// Possible values:
// "SUMMARY_GENERATION_OPTION_UNSPECIFIED"
// "ALWAYS_GENERATE"
// "GENERATE_IF_MISSING"
// "DO_NOT_GENERATE"
SummaryGenerationOption string `json:"summaryGenerationOption,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentAssistInputDataConfig")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentAssistInputDataConfig") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig struct {
AccuracyEvaluationVersion string `json:"accuracyEvaluationVersion,omitempty"`
CompletenessEvaluationVersion string `json:"completenessEvaluationVersion,omitempty"`
EnableAccuracyEvaluation bool `json:"enableAccuracyEvaluation,omitempty"`
EnableCompletenessEvaluation bool `json:"enableCompletenessEvaluation,omitempty"`
EvaluatorVersion string `json:"evaluatorVersion,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccuracyEvaluationVersion")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccuracyEvaluationVersion") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorSuggestion ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1GeneratorSuggestion struct {
AgentCoachingSuggestion *GoogleCloudDialogflowV2beta1AgentCoachingSuggestion `json:"agentCoachingSuggestion,omitempty"`
FreeFormSuggestion *GoogleCloudDialogflowV2beta1FreeFormSuggestion `json:"freeFormSuggestion,omitempty"`
SummarySuggestion *GoogleCloudDialogflowV2beta1SummarySuggestion `json:"summarySuggestion,omitempty"`
ToolCallInfo []*GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo `json:"toolCallInfo,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentCoachingSuggestion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentCoachingSuggestion") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorSuggestion) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1GeneratorSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo ¶ added in v0.229.0
type GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo struct {
ToolCall *GoogleCloudDialogflowV2beta1ToolCall `json:"toolCall,omitempty"`
ToolCallResult *GoogleCloudDialogflowV2beta1ToolCallResult `json:"toolCallResult,omitempty"`
// ForceSendFields is a list of field names (e.g. "ToolCall") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ToolCall") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig struct {
EndUserSuggestionConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig `json:"endUserSuggestionConfig,omitempty"`
HumanAgentSuggestionConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig `json:"humanAgentSuggestionConfig,omitempty"`
MessageAnalysisConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig `json:"messageAnalysisConfig,omitempty"`
NotificationConfig *GoogleCloudDialogflowV2beta1NotificationConfig `json:"notificationConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndUserSuggestionConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndUserSuggestionConfig") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig struct {
BaselineModelVersion string `json:"baselineModelVersion,omitempty"`
Model string `json:"model,omitempty"`
// ForceSendFields is a list of field names (e.g. "BaselineModelVersion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BaselineModelVersion") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig ¶ added in v0.65.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig struct {
RecentSentencesCount int64 `json:"recentSentencesCount,omitempty"`
// ForceSendFields is a list of field names (e.g. "RecentSentencesCount") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "RecentSentencesCount") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig) MarshalJSON ¶ added in v0.65.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig struct {
EnableEntityExtraction bool `json:"enableEntityExtraction,omitempty"`
EnableSentimentAnalysis bool `json:"enableSentimentAnalysis,omitempty"`
EnableSentimentAnalysisV3 bool `json:"enableSentimentAnalysisV3,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableEntityExtraction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableEntityExtraction") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig struct {
DisableHighLatencyFeaturesSyncDelivery bool `json:"disableHighLatencyFeaturesSyncDelivery,omitempty"`
EnableAsyncToolCall bool `json:"enableAsyncToolCall,omitempty"`
FeatureConfigs []*GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig `json:"featureConfigs,omitempty"`
Generators []string `json:"generators,omitempty"`
GroupSuggestionResponses bool `json:"groupSuggestionResponses,omitempty"`
SkipEmptyEventBasedSuggestion bool `json:"skipEmptyEventBasedSuggestion,omitempty"`
UseUnredactedConversationData bool `json:"useUnredactedConversationData,omitempty"`
// ForceSendFields is a list of field names (e.g.
// "DisableHighLatencyFeaturesSyncDelivery") to unconditionally include in API
// requests. By default, fields with empty or default values are omitted from
// API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g.
// "DisableHighLatencyFeaturesSyncDelivery") to include in API requests with
// the JSON null value. By default, fields with empty values are omitted from
// API requests. See https://pkg.go.dev/google.golang.org/api#hdr-NullFields
// for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig struct {
ConversationModelConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig `json:"conversationModelConfig,omitempty"`
ConversationProcessConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig `json:"conversationProcessConfig,omitempty"`
DisableAgentQueryLogging bool `json:"disableAgentQueryLogging,omitempty"`
EnableConversationAugmentedQuery bool `json:"enableConversationAugmentedQuery,omitempty"`
EnableEventBasedSuggestion bool `json:"enableEventBasedSuggestion,omitempty"`
EnableQuerySuggestionOnly bool `json:"enableQuerySuggestionOnly,omitempty"`
EnableQuerySuggestionWhenNoAnswer bool `json:"enableQuerySuggestionWhenNoAnswer,omitempty"`
EnableResponseDebugInfo bool `json:"enableResponseDebugInfo,omitempty"`
QueryConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig `json:"queryConfig,omitempty"`
RaiSettings *GoogleCloudDialogflowV2beta1RaiSettings `json:"raiSettings,omitempty"`
SuggestionFeature *GoogleCloudDialogflowV2beta1SuggestionFeature `json:"suggestionFeature,omitempty"`
SuggestionTriggerSettings *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings `json:"suggestionTriggerSettings,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationModelConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationModelConfig") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig struct {
ConfidenceThreshold float64 `json:"confidenceThreshold,omitempty"`
ContextFilterSettings *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings `json:"contextFilterSettings,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
DialogflowQuerySource *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource `json:"dialogflowQuerySource,omitempty"`
DocumentQuerySource *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource `json:"documentQuerySource,omitempty"`
KnowledgeBaseQuerySource *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource `json:"knowledgeBaseQuerySource,omitempty"`
MaxResults int64 `json:"maxResults,omitempty"`
Sections *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections `json:"sections,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConfidenceThreshold") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConfidenceThreshold") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig) UnmarshalJSON ¶ added in v0.42.0
func (s *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings struct {
DropHandoffMessages bool `json:"dropHandoffMessages,omitempty"`
DropIvrMessages bool `json:"dropIvrMessages,omitempty"`
DropVirtualAgentMessages bool `json:"dropVirtualAgentMessages,omitempty"`
// ForceSendFields is a list of field names (e.g. "DropHandoffMessages") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DropHandoffMessages") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource struct {
Agent string `json:"agent,omitempty"`
HumanAgentSideConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig `json:"humanAgentSideConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Agent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig struct {
Agent string `json:"agent,omitempty"`
// ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Agent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig) MarshalJSON ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource struct {
Documents []string `json:"documents,omitempty"`
// ForceSendFields is a list of field names (e.g. "Documents") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Documents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource struct {
KnowledgeBases []string `json:"knowledgeBases,omitempty"`
// ForceSendFields is a list of field names (e.g. "KnowledgeBases") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KnowledgeBases") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections ¶ added in v0.153.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections struct {
// Possible values:
// "SECTION_TYPE_UNSPECIFIED"
// "SITUATION"
// "ACTION"
// "RESOLUTION"
// "REASON_FOR_CANCELLATION"
// "CUSTOMER_SATISFACTION"
// "ENTITIES"
SectionTypes []string `json:"sectionTypes,omitempty"`
// ForceSendFields is a list of field names (e.g. "SectionTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SectionTypes") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections) MarshalJSON ¶ added in v0.153.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings struct {
NoSmallTalk bool `json:"noSmallTalk,omitempty"`
OnlyEndUser bool `json:"onlyEndUser,omitempty"`
// ForceSendFields is a list of field names (e.g. "NoSmallTalk") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NoSmallTalk") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent struct {
Conversation string `json:"conversation,omitempty"`
Participant string `json:"participant,omitempty"`
SuggestionResults []*GoogleCloudDialogflowV2beta1SuggestionResult `json:"suggestionResults,omitempty"`
// ForceSendFields is a list of field names (e.g. "Conversation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversation") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig struct {
LivePersonConfig *GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig `json:"livePersonConfig,omitempty"`
SalesforceLiveAgentConfig *GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig `json:"salesforceLiveAgentConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "LivePersonConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LivePersonConfig") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig struct {
AccountNumber string `json:"accountNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccountNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccountNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig struct {
ButtonId string `json:"buttonId,omitempty"`
DeploymentId string `json:"deploymentId,omitempty"`
EndpointDomain string `json:"endpointDomain,omitempty"`
OrganizationId string `json:"organizationId,omitempty"`
// ForceSendFields is a list of field names (e.g. "ButtonId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ButtonId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ImportAgentRequest ¶
type GoogleCloudDialogflowV2beta1ImportAgentRequest struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ImportAgentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ImportAgentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ImportDocumentTemplate ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ImportDocumentTemplate struct {
// Possible values:
// "KNOWLEDGE_TYPE_UNSPECIFIED"
// "FAQ"
// "EXTRACTIVE_QA"
// "ARTICLE_SUGGESTION"
// "AGENT_FACING_SMART_REPLY"
// "SMART_REPLY"
KnowledgeTypes []string `json:"knowledgeTypes,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
MimeType string `json:"mimeType,omitempty"`
// ForceSendFields is a list of field names (e.g. "KnowledgeTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KnowledgeTypes") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ImportDocumentTemplate) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ImportDocumentTemplate) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ImportDocumentsRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ImportDocumentsRequest struct {
DocumentTemplate *GoogleCloudDialogflowV2beta1ImportDocumentTemplate `json:"documentTemplate,omitempty"`
GcsSource *GoogleCloudDialogflowV2beta1GcsSources `json:"gcsSource,omitempty"`
ImportGcsCustomMetadata bool `json:"importGcsCustomMetadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "DocumentTemplate") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DocumentTemplate") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ImportDocumentsRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ImportDocumentsRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ImportDocumentsResponse ¶ added in v0.33.0
type GoogleCloudDialogflowV2beta1ImportDocumentsResponse struct {
Warnings []*GoogleRpcStatus `json:"warnings,omitempty"`
// ForceSendFields is a list of field names (e.g. "Warnings") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Warnings") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ImportDocumentsResponse) MarshalJSON ¶ added in v0.33.0
func (s GoogleCloudDialogflowV2beta1ImportDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1InferenceParameter ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1InferenceParameter struct {
MaxOutputTokens int64 `json:"maxOutputTokens,omitempty"`
Temperature float64 `json:"temperature,omitempty"`
TopK int64 `json:"topK,omitempty"`
TopP float64 `json:"topP,omitempty"`
// ForceSendFields is a list of field names (e.g. "MaxOutputTokens") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MaxOutputTokens") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1InferenceParameter) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1InferenceParameter) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1InferenceParameter) UnmarshalJSON ¶ added in v0.183.0
func (s *GoogleCloudDialogflowV2beta1InferenceParameter) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1IngestContextReferencesRequest ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1IngestContextReferencesRequest struct {
ContextReferences map[string]GoogleCloudDialogflowV2beta1ConversationContextReference `json:"contextReferences,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextReferences") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextReferences") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IngestContextReferencesRequest) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1IngestContextReferencesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IngestContextReferencesResponse ¶ added in v0.226.0
type GoogleCloudDialogflowV2beta1IngestContextReferencesResponse struct {
IngestedContextReferences map[string]GoogleCloudDialogflowV2beta1ConversationContextReference `json:"ingestedContextReferences,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "IngestedContextReferences")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IngestedContextReferences") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IngestContextReferencesResponse) MarshalJSON ¶ added in v0.226.0
func (s GoogleCloudDialogflowV2beta1IngestContextReferencesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo struct {
ContextReferenceRetrieved bool `json:"contextReferenceRetrieved,omitempty"`
IngestedParametersDebugInfo []*GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo `json:"ingestedParametersDebugInfo,omitempty"`
ProjectNotAllowlisted bool `json:"projectNotAllowlisted,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextReferenceRetrieved")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextReferenceRetrieved") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo struct {
// Possible values:
// "INGESTION_STATUS_UNSPECIFIED"
// "INGESTION_STATUS_SUCCEEDED"
// "INGESTION_STATUS_CONTEXT_NOT_AVAILABLE"
// "INGESTION_STATUS_PARSE_FAILED"
// "INGESTION_STATUS_INVALID_ENTRY"
// "INGESTION_STATUS_INVALID_FORMAT"
// "INGESTION_STATUS_LANGUAGE_MISMATCH"
IngestionStatus string `json:"ingestionStatus,omitempty"`
Parameter string `json:"parameter,omitempty"`
// ForceSendFields is a list of field names (e.g. "IngestionStatus") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IngestionStatus") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfoIngestedParameterDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata ¶ added in v0.149.0
type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata struct {
Request *GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest `json:"request,omitempty"`
// ForceSendFields is a list of field names (e.g. "Request") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Request") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest ¶ added in v0.149.0
type GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest struct {
EncryptionSpec *GoogleCloudDialogflowV2beta1EncryptionSpec `json:"encryptionSpec,omitempty"`
// ForceSendFields is a list of field names (e.g. "EncryptionSpec") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EncryptionSpec") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest) MarshalJSON ¶ added in v0.149.0
func (s GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1InputAudioConfig ¶
type GoogleCloudDialogflowV2beta1InputAudioConfig struct {
// Possible values:
// "AUDIO_ENCODING_UNSPECIFIED"
// "AUDIO_ENCODING_LINEAR_16"
// "AUDIO_ENCODING_FLAC"
// "AUDIO_ENCODING_MULAW"
// "AUDIO_ENCODING_AMR"
// "AUDIO_ENCODING_AMR_WB"
// "AUDIO_ENCODING_OGG_OPUS"
// "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
// "AUDIO_ENCODING_ALAW"
AudioEncoding string `json:"audioEncoding,omitempty"`
BargeInConfig *GoogleCloudDialogflowV2beta1BargeInConfig `json:"bargeInConfig,omitempty"`
DefaultNoSpeechTimeout string `json:"defaultNoSpeechTimeout,omitempty"`
DisableNoSpeechRecognizedEvent bool `json:"disableNoSpeechRecognizedEvent,omitempty"`
EnableAutomaticPunctuation bool `json:"enableAutomaticPunctuation,omitempty"`
EnableWordInfo bool `json:"enableWordInfo,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Model string `json:"model,omitempty"`
// Possible values:
// "SPEECH_MODEL_VARIANT_UNSPECIFIED"
// "USE_BEST_AVAILABLE"
// "USE_STANDARD"
// "USE_ENHANCED"
ModelVariant string `json:"modelVariant,omitempty"`
OptOutConformerModelMigration bool `json:"optOutConformerModelMigration,omitempty"`
PhraseHints []string `json:"phraseHints,omitempty"`
PhraseSets []string `json:"phraseSets,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
SingleUtterance bool `json:"singleUtterance,omitempty"`
SpeechContexts []*GoogleCloudDialogflowV2beta1SpeechContext `json:"speechContexts,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioEncoding") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1InputAudioConfig) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1InputAudioConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Intent ¶
type GoogleCloudDialogflowV2beta1Intent struct {
Action string `json:"action,omitempty"`
// Possible values:
// "PLATFORM_UNSPECIFIED"
// "FACEBOOK"
// "SLACK"
// "TELEGRAM"
// "KIK"
// "SKYPE"
// "LINE"
// "VIBER"
// "ACTIONS_ON_GOOGLE"
// "TELEPHONY"
// "GOOGLE_HANGOUTS"
DefaultResponsePlatforms []string `json:"defaultResponsePlatforms,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EndInteraction bool `json:"endInteraction,omitempty"`
Events []string `json:"events,omitempty"`
FollowupIntentInfo []*GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo `json:"followupIntentInfo,omitempty"`
InputContextNames []string `json:"inputContextNames,omitempty"`
IsFallback bool `json:"isFallback,omitempty"`
LiveAgentHandoff bool `json:"liveAgentHandoff,omitempty"`
Messages []*GoogleCloudDialogflowV2beta1IntentMessage `json:"messages,omitempty"`
MlDisabled bool `json:"mlDisabled,omitempty"`
MlEnabled bool `json:"mlEnabled,omitempty"`
Name string `json:"name,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2beta1Context `json:"outputContexts,omitempty"`
Parameters []*GoogleCloudDialogflowV2beta1IntentParameter `json:"parameters,omitempty"`
ParentFollowupIntentName string `json:"parentFollowupIntentName,omitempty"`
Priority int64 `json:"priority,omitempty"`
ResetContexts bool `json:"resetContexts,omitempty"`
RootFollowupIntentName string `json:"rootFollowupIntentName,omitempty"`
TrainingPhrases []*GoogleCloudDialogflowV2beta1IntentTrainingPhrase `json:"trainingPhrases,omitempty"`
// Possible values:
// "WEBHOOK_STATE_UNSPECIFIED"
// "WEBHOOK_STATE_ENABLED"
// "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
WebhookState string `json:"webhookState,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Intent) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1Intent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentBatch ¶
type GoogleCloudDialogflowV2beta1IntentBatch struct {
Intents []*GoogleCloudDialogflowV2beta1Intent `json:"intents,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentBatch) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentBatch) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo ¶
type GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo struct {
FollowupIntentName string `json:"followupIntentName,omitempty"`
ParentFollowupIntentName string `json:"parentFollowupIntentName,omitempty"`
// ForceSendFields is a list of field names (e.g. "FollowupIntentName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FollowupIntentName") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentInput ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1IntentInput struct {
Intent string `json:"intent,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// ForceSendFields is a list of field names (e.g. "Intent") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentInput) MarshalJSON ¶ added in v0.125.0
func (s GoogleCloudDialogflowV2beta1IntentInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessage ¶
type GoogleCloudDialogflowV2beta1IntentMessage struct {
BasicCard *GoogleCloudDialogflowV2beta1IntentMessageBasicCard `json:"basicCard,omitempty"`
BrowseCarouselCard *GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard `json:"browseCarouselCard,omitempty"`
Card *GoogleCloudDialogflowV2beta1IntentMessageCard `json:"card,omitempty"`
CarouselSelect *GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect `json:"carouselSelect,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
LinkOutSuggestion *GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion `json:"linkOutSuggestion,omitempty"`
ListSelect *GoogleCloudDialogflowV2beta1IntentMessageListSelect `json:"listSelect,omitempty"`
MediaContent *GoogleCloudDialogflowV2beta1IntentMessageMediaContent `json:"mediaContent,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
// Possible values:
// "PLATFORM_UNSPECIFIED"
// "FACEBOOK"
// "SLACK"
// "TELEGRAM"
// "KIK"
// "SKYPE"
// "LINE"
// "VIBER"
// "ACTIONS_ON_GOOGLE"
// "TELEPHONY"
// "GOOGLE_HANGOUTS"
Platform string `json:"platform,omitempty"`
QuickReplies *GoogleCloudDialogflowV2beta1IntentMessageQuickReplies `json:"quickReplies,omitempty"`
RbmCarouselRichCard *GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard `json:"rbmCarouselRichCard,omitempty"`
RbmStandaloneRichCard *GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard `json:"rbmStandaloneRichCard,omitempty"`
RbmText *GoogleCloudDialogflowV2beta1IntentMessageRbmText `json:"rbmText,omitempty"`
SimpleResponses *GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses `json:"simpleResponses,omitempty"`
Suggestions *GoogleCloudDialogflowV2beta1IntentMessageSuggestions `json:"suggestions,omitempty"`
TableCard *GoogleCloudDialogflowV2beta1IntentMessageTableCard `json:"tableCard,omitempty"`
TelephonyPlayAudio *GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio `json:"telephonyPlayAudio,omitempty"`
TelephonySynthesizeSpeech *GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech `json:"telephonySynthesizeSpeech,omitempty"`
TelephonyTransferCall *GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall `json:"telephonyTransferCall,omitempty"`
Text *GoogleCloudDialogflowV2beta1IntentMessageText `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "BasicCard") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BasicCard") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessage) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBasicCard ¶
type GoogleCloudDialogflowV2beta1IntentMessageBasicCard struct {
Buttons []*GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton `json:"buttons,omitempty"`
FormattedText string `json:"formattedText,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBasicCard) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageBasicCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton ¶
type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton struct {
OpenUriAction *GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction `json:"openUriAction,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "OpenUriAction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "OpenUriAction") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction ¶
type GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard struct {
// Possible values:
// "IMAGE_DISPLAY_OPTIONS_UNSPECIFIED"
// "GRAY"
// "WHITE"
// "CROPPED"
// "BLURRED_BACKGROUND"
ImageDisplayOptions string `json:"imageDisplayOptions,omitempty"`
Items []*GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem `json:"items,omitempty"`
// ForceSendFields is a list of field names (e.g. "ImageDisplayOptions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ImageDisplayOptions") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
OpenUriAction *GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction `json:"openUriAction,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction struct {
Url string `json:"url,omitempty"`
// Possible values:
// "URL_TYPE_HINT_UNSPECIFIED"
// "AMP_ACTION"
// "AMP_CONTENT"
UrlTypeHint string `json:"urlTypeHint,omitempty"`
// ForceSendFields is a list of field names (e.g. "Url") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Url") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageCard ¶
type GoogleCloudDialogflowV2beta1IntentMessageCard struct {
Buttons []*GoogleCloudDialogflowV2beta1IntentMessageCardButton `json:"buttons,omitempty"`
ImageUri string `json:"imageUri,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageCard) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageCardButton ¶
type GoogleCloudDialogflowV2beta1IntentMessageCardButton struct {
Postback string `json:"postback,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Postback") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Postback") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageCardButton) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageCardButton) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect ¶
type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect struct {
Items []*GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem `json:"items,omitempty"`
// ForceSendFields is a list of field names (e.g. "Items") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Items") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem ¶
type GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
Info *GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo `json:"info,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageColumnProperties ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageColumnProperties struct {
Header string `json:"header,omitempty"`
// Possible values:
// "HORIZONTAL_ALIGNMENT_UNSPECIFIED"
// "LEADING"
// "CENTER"
// "TRAILING"
HorizontalAlignment string `json:"horizontalAlignment,omitempty"`
// ForceSendFields is a list of field names (e.g. "Header") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Header") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageColumnProperties) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageColumnProperties) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageImage ¶
type GoogleCloudDialogflowV2beta1IntentMessageImage struct {
AccessibilityText string `json:"accessibilityText,omitempty"`
ImageUri string `json:"imageUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccessibilityText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccessibilityText") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageImage) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageImage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion ¶
type GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion struct {
DestinationName string `json:"destinationName,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "DestinationName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DestinationName") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageListSelect ¶
type GoogleCloudDialogflowV2beta1IntentMessageListSelect struct {
Items []*GoogleCloudDialogflowV2beta1IntentMessageListSelectItem `json:"items,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Items") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Items") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageListSelect) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageListSelect) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageListSelectItem ¶
type GoogleCloudDialogflowV2beta1IntentMessageListSelectItem struct {
Description string `json:"description,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
Info *GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo `json:"info,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageListSelectItem) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageListSelectItem) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageMediaContent ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageMediaContent struct {
MediaObjects []*GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject `json:"mediaObjects,omitempty"`
// Possible values:
// "RESPONSE_MEDIA_TYPE_UNSPECIFIED"
// "AUDIO"
MediaType string `json:"mediaType,omitempty"`
// ForceSendFields is a list of field names (e.g. "MediaObjects") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MediaObjects") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageMediaContent) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageMediaContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject struct {
ContentUrl string `json:"contentUrl,omitempty"`
Description string `json:"description,omitempty"`
Icon *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"icon,omitempty"`
LargeImage *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"largeImage,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContentUrl") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContentUrl") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageQuickReplies ¶
type GoogleCloudDialogflowV2beta1IntentMessageQuickReplies struct {
QuickReplies []string `json:"quickReplies,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "QuickReplies") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QuickReplies") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageQuickReplies) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageQuickReplies) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent struct {
Description string `json:"description,omitempty"`
Media *GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia `json:"media,omitempty"`
Suggestions []*GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion `json:"suggestions,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia struct {
FileUri string `json:"fileUri,omitempty"`
// Possible values:
// "HEIGHT_UNSPECIFIED"
// "SHORT"
// "MEDIUM"
// "TALL"
Height string `json:"height,omitempty"`
ThumbnailUri string `json:"thumbnailUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "FileUri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FileUri") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard struct {
CardContents []*GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent `json:"cardContents,omitempty"`
// Possible values:
// "CARD_WIDTH_UNSPECIFIED"
// "SMALL"
// "MEDIUM"
CardWidth string `json:"cardWidth,omitempty"`
// ForceSendFields is a list of field names (e.g. "CardContents") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CardContents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard struct {
CardContent *GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent `json:"cardContent,omitempty"`
// Possible values:
// "CARD_ORIENTATION_UNSPECIFIED"
// "HORIZONTAL"
// "VERTICAL"
CardOrientation string `json:"cardOrientation,omitempty"`
// Possible values:
// "THUMBNAIL_IMAGE_ALIGNMENT_UNSPECIFIED"
// "LEFT"
// "RIGHT"
ThumbnailImageAlignment string `json:"thumbnailImageAlignment,omitempty"`
// ForceSendFields is a list of field names (e.g. "CardContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CardContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction struct {
Dial *GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial `json:"dial,omitempty"`
OpenUrl *GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri `json:"openUrl,omitempty"`
PostbackData string `json:"postbackData,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Dial") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Dial") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial struct {
PhoneNumber string `json:"phoneNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri struct {
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Uri") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation struct {
}
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply struct {
PostbackData string `json:"postbackData,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "PostbackData") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PostbackData") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion struct {
Action *GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction `json:"action,omitempty"`
Reply *GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply `json:"reply,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageRbmText ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1IntentMessageRbmText struct {
RbmSuggestion []*GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion `json:"rbmSuggestion,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "RbmSuggestion") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "RbmSuggestion") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageRbmText) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1IntentMessageRbmText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo ¶
type GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo struct {
Key string `json:"key,omitempty"`
Synonyms []string `json:"synonyms,omitempty"`
// ForceSendFields is a list of field names (e.g. "Key") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Key") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse ¶
type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse struct {
DisplayText string `json:"displayText,omitempty"`
Ssml string `json:"ssml,omitempty"`
TextToSpeech string `json:"textToSpeech,omitempty"`
// ForceSendFields is a list of field names (e.g. "DisplayText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses ¶
type GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses struct {
SimpleResponses []*GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse `json:"simpleResponses,omitempty"`
// ForceSendFields is a list of field names (e.g. "SimpleResponses") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SimpleResponses") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageSuggestion ¶
type GoogleCloudDialogflowV2beta1IntentMessageSuggestion struct {
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Title") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Title") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageSuggestion) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageSuggestions ¶
type GoogleCloudDialogflowV2beta1IntentMessageSuggestions struct {
Suggestions []*GoogleCloudDialogflowV2beta1IntentMessageSuggestion `json:"suggestions,omitempty"`
// ForceSendFields is a list of field names (e.g. "Suggestions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Suggestions") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageSuggestions) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageSuggestions) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTableCard ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageTableCard struct {
Buttons []*GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton `json:"buttons,omitempty"`
ColumnProperties []*GoogleCloudDialogflowV2beta1IntentMessageColumnProperties `json:"columnProperties,omitempty"`
Image *GoogleCloudDialogflowV2beta1IntentMessageImage `json:"image,omitempty"`
Rows []*GoogleCloudDialogflowV2beta1IntentMessageTableCardRow `json:"rows,omitempty"`
Subtitle string `json:"subtitle,omitempty"`
Title string `json:"title,omitempty"`
// ForceSendFields is a list of field names (e.g. "Buttons") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Buttons") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTableCard) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageTableCard) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTableCardCell ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageTableCardCell struct {
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTableCardCell) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageTableCardCell) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTableCardRow ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1IntentMessageTableCardRow struct {
Cells []*GoogleCloudDialogflowV2beta1IntentMessageTableCardCell `json:"cells,omitempty"`
DividerAfter bool `json:"dividerAfter,omitempty"`
// ForceSendFields is a list of field names (e.g. "Cells") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Cells") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTableCardRow) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1IntentMessageTableCardRow) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio ¶
type GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio struct {
AudioUri string `json:"audioUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioUri") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioUri") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech ¶
type GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech struct {
Ssml string `json:"ssml,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Ssml") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Ssml") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall ¶
type GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall struct {
PhoneNumber string `json:"phoneNumber,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentMessageText ¶
type GoogleCloudDialogflowV2beta1IntentMessageText struct {
Text []string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentMessageText) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentMessageText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentParameter ¶
type GoogleCloudDialogflowV2beta1IntentParameter struct {
DefaultValue string `json:"defaultValue,omitempty"`
DisplayName string `json:"displayName,omitempty"`
EntityTypeDisplayName string `json:"entityTypeDisplayName,omitempty"`
IsList bool `json:"isList,omitempty"`
Mandatory bool `json:"mandatory,omitempty"`
Name string `json:"name,omitempty"`
Prompts []string `json:"prompts,omitempty"`
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "DefaultValue") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DefaultValue") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentParameter) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentParameter) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentSuggestion ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1IntentSuggestion struct {
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
IntentV2 string `json:"intentV2,omitempty"`
// ForceSendFields is a list of field names (e.g. "Description") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Description") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentSuggestion) MarshalJSON ¶ added in v0.125.0
func (s GoogleCloudDialogflowV2beta1IntentSuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentTrainingPhrase ¶
type GoogleCloudDialogflowV2beta1IntentTrainingPhrase struct {
Name string `json:"name,omitempty"`
Parts []*GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart `json:"parts,omitempty"`
TimesAddedCount int64 `json:"timesAddedCount,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "EXAMPLE"
// "TEMPLATE"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentTrainingPhrase) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentTrainingPhrase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart ¶
type GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart struct {
Alias string `json:"alias,omitempty"`
EntityType string `json:"entityType,omitempty"`
Text string `json:"text,omitempty"`
UserDefined bool `json:"userDefined,omitempty"`
// ForceSendFields is a list of field names (e.g. "Alias") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Alias") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAnswers ¶
type GoogleCloudDialogflowV2beta1KnowledgeAnswers struct {
Answers []*GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer `json:"answers,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answers") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answers") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAnswers) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1KnowledgeAnswers) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer ¶
type GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer struct {
Answer string `json:"answer,omitempty"`
FaqQuestion string `json:"faqQuestion,omitempty"`
MatchConfidence float64 `json:"matchConfidence,omitempty"`
// Possible values:
// "MATCH_CONFIDENCE_LEVEL_UNSPECIFIED"
// "LOW"
// "MEDIUM"
// "HIGH"
MatchConfidenceLevel string `json:"matchConfidenceLevel,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answer") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answer") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
KnowledgeAssistDebugInfo *GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo `json:"knowledgeAssistDebugInfo,omitempty"`
SuggestedQuery *GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery `json:"suggestedQuery,omitempty"`
SuggestedQueryAnswer *GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer `json:"suggestedQueryAnswer,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer struct {
AnswerText string `json:"answerText,omitempty"`
FaqSource *GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource `json:"faqSource,omitempty"`
GenerativeSource *GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource `json:"generativeSource,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource struct {
Question string `json:"question,omitempty"`
// ForceSendFields is a list of field names (e.g. "Question") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Question") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource struct {
Snippets []*GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet `json:"snippets,omitempty"`
// ForceSendFields is a list of field names (e.g. "Snippets") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Snippets") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
Text string `json:"text,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery struct {
QueryText string `json:"queryText,omitempty"`
// ForceSendFields is a list of field names (e.g. "QueryText") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QueryText") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo struct {
// Possible values:
// "DATASTORE_RESPONSE_REASON_UNSPECIFIED"
// "NONE"
// "SEARCH_OUT_OF_QUOTA"
// "SEARCH_EMPTY_RESULTS"
// "ANSWER_GENERATION_GEN_AI_DISABLED"
// "ANSWER_GENERATION_OUT_OF_QUOTA"
// "ANSWER_GENERATION_ERROR"
// "ANSWER_GENERATION_NOT_ENOUGH_INFO"
// "ANSWER_GENERATION_RAI_FAILED"
// "ANSWER_GENERATION_NOT_GROUNDED"
DatastoreResponseReason string `json:"datastoreResponseReason,omitempty"`
IngestedContextReferenceDebugInfo *GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo `json:"ingestedContextReferenceDebugInfo,omitempty"`
KnowledgeAssistBehavior *GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior `json:"knowledgeAssistBehavior,omitempty"`
// Possible values:
// "QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED"
// "QUERY_CATEGORIZATION_INVALID_CONFIG"
// "QUERY_CATEGORIZATION_RESULT_NOT_FOUND"
// "QUERY_CATEGORIZATION_FAILED"
QueryCategorizationFailureReason string `json:"queryCategorizationFailureReason,omitempty"`
// Possible values:
// "QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED"
// "QUERY_GENERATION_OUT_OF_QUOTA"
// "QUERY_GENERATION_FAILED"
// "QUERY_GENERATION_NO_QUERY_GENERATED"
// "QUERY_GENERATION_RAI_FAILED"
// "NOT_IN_ALLOWLIST"
// "QUERY_GENERATION_QUERY_REDACTED"
// "QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED"
// "QUERY_GENERATION_EMPTY_CONVERSATION"
// "QUERY_GENERATION_EMPTY_LAST_MESSAGE"
// "QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET"
QueryGenerationFailureReason string `json:"queryGenerationFailureReason,omitempty"`
ServiceLatency *GoogleCloudDialogflowV2beta1ServiceLatency `json:"serviceLatency,omitempty"`
// ForceSendFields is a list of field names (e.g. "DatastoreResponseReason") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DatastoreResponseReason") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior struct {
AnswerGenerationRewriterOn bool `json:"answerGenerationRewriterOn,omitempty"`
AppendedSearchContextCount int64 `json:"appendedSearchContextCount,omitempty"`
ConversationTranscriptHasMixedLanguages bool `json:"conversationTranscriptHasMixedLanguages,omitempty"`
DisableSyncDelivery bool `json:"disableSyncDelivery,omitempty"`
EndUserMetadataIncluded bool `json:"endUserMetadataIncluded,omitempty"`
InvalidItemsQuerySuggestionSkipped bool `json:"invalidItemsQuerySuggestionSkipped,omitempty"`
MultipleQueriesGenerated bool `json:"multipleQueriesGenerated,omitempty"`
PreviousQueriesIncluded bool `json:"previousQueriesIncluded,omitempty"`
PrimaryQueryRedactedAndReplaced bool `json:"primaryQueryRedactedAndReplaced,omitempty"`
QueryContainedSearchContext bool `json:"queryContainedSearchContext,omitempty"`
QueryGenerationAgentLanguageMismatch bool `json:"queryGenerationAgentLanguageMismatch,omitempty"`
QueryGenerationEndUserLanguageMismatch bool `json:"queryGenerationEndUserLanguageMismatch,omitempty"`
ReturnQueryOnly bool `json:"returnQueryOnly,omitempty"`
ThirdPartyConnectorAllowed bool `json:"thirdPartyConnectorAllowed,omitempty"`
UseCustomSafetyFilterLevel bool `json:"useCustomSafetyFilterLevel,omitempty"`
UsePubsubDelivery bool `json:"usePubsubDelivery,omitempty"`
UseTranslatedMessage bool `json:"useTranslatedMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerGenerationRewriterOn")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerGenerationRewriterOn") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeBase ¶
type GoogleCloudDialogflowV2beta1KnowledgeBase struct {
DisplayName string `json:"displayName,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "DisplayName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayName") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeBase) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1KnowledgeBase) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata ¶
type GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata struct {
DoneTime string `json:"doneTime,omitempty"`
ExportOperationMetadata *GoogleCloudDialogflowV2beta1ExportOperationMetadata `json:"exportOperationMetadata,omitempty"`
KnowledgeBase string `json:"knowledgeBase,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "PENDING"
// "RUNNING"
// "DONE"
State string `json:"state,omitempty"`
// ForceSendFields is a list of field names (e.g. "DoneTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DoneTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse struct {
AnswerRecords []*GoogleCloudDialogflowV2beta1AnswerRecord `json:"answerRecords,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AnswerRecords") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecords") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListContextsResponse ¶
type GoogleCloudDialogflowV2beta1ListContextsResponse struct {
Contexts []*GoogleCloudDialogflowV2beta1Context `json:"contexts,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Contexts") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Contexts") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListContextsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListContextsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListConversationProfilesResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListConversationProfilesResponse struct {
ConversationProfiles []*GoogleCloudDialogflowV2beta1ConversationProfile `json:"conversationProfiles,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ConversationProfiles") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfiles") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListConversationProfilesResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListConversationProfilesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListConversationsResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListConversationsResponse struct {
Conversations []*GoogleCloudDialogflowV2beta1Conversation `json:"conversations,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Conversations") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversations") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListConversationsResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListConversationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListDocumentsResponse ¶
type GoogleCloudDialogflowV2beta1ListDocumentsResponse struct {
Documents []*GoogleCloudDialogflowV2beta1Document `json:"documents,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Documents") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Documents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListDocumentsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListEntityTypesResponse ¶
type GoogleCloudDialogflowV2beta1ListEntityTypesResponse struct {
EntityTypes []*GoogleCloudDialogflowV2beta1EntityType `json:"entityTypes,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "EntityTypes") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityTypes") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListEntityTypesResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListEnvironmentsResponse ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1ListEnvironmentsResponse struct {
Environments []*GoogleCloudDialogflowV2beta1Environment `json:"environments,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Environments") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Environments") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListEnvironmentsResponse) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1ListEnvironmentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse struct {
GeneratorEvaluations []*GoogleCloudDialogflowV2beta1GeneratorEvaluation `json:"generatorEvaluations,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "GeneratorEvaluations") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GeneratorEvaluations") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListGeneratorsResponse ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1ListGeneratorsResponse struct {
Generators []*GoogleCloudDialogflowV2beta1Generator `json:"generators,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Generators") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Generators") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListGeneratorsResponse) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1ListGeneratorsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListIntentsResponse ¶
type GoogleCloudDialogflowV2beta1ListIntentsResponse struct {
Intents []*GoogleCloudDialogflowV2beta1Intent `json:"intents,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Intents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Intents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListIntentsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListIntentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse ¶
type GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse struct {
KnowledgeBases []*GoogleCloudDialogflowV2beta1KnowledgeBase `json:"knowledgeBases,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "KnowledgeBases") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "KnowledgeBases") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListMessagesResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListMessagesResponse struct {
Messages []*GoogleCloudDialogflowV2beta1Message `json:"messages,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Messages") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Messages") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListMessagesResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListMessagesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListParticipantsResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListParticipantsResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
Participants []*GoogleCloudDialogflowV2beta1Participant `json:"participants,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListParticipantsResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListParticipantsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse ¶ added in v0.223.0
type GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
PhoneNumbers []*GoogleCloudDialogflowV2beta1PhoneNumber `json:"phoneNumbers,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse) MarshalJSON ¶ added in v0.223.0
func (s GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse ¶
type GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
SessionEntityTypes []*GoogleCloudDialogflowV2beta1SessionEntityType `json:"sessionEntityTypes,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListSipTrunksResponse ¶ added in v0.205.0
type GoogleCloudDialogflowV2beta1ListSipTrunksResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
SipTrunks []*GoogleCloudDialogflowV2beta1SipTrunk `json:"sipTrunks,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListSipTrunksResponse) MarshalJSON ¶ added in v0.205.0
func (s GoogleCloudDialogflowV2beta1ListSipTrunksResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListSuggestionsResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ListSuggestionsResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
Suggestions []*GoogleCloudDialogflowV2beta1Suggestion `json:"suggestions,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListSuggestionsResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ListSuggestionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListToolsResponse ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ListToolsResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
Tools []*GoogleCloudDialogflowV2beta1Tool `json:"tools,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListToolsResponse) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ListToolsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ListVersionsResponse ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1ListVersionsResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
Versions []*GoogleCloudDialogflowV2beta1Version `json:"versions,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ListVersionsResponse) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1ListVersionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1LoggingConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1LoggingConfig struct {
EnableStackdriverLogging bool `json:"enableStackdriverLogging,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableStackdriverLogging")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableStackdriverLogging") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1LoggingConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1LoggingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Message ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1Message struct {
Content string `json:"content,omitempty"`
CreateTime string `json:"createTime,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
MessageAnnotation *GoogleCloudDialogflowV2beta1MessageAnnotation `json:"messageAnnotation,omitempty"`
Name string `json:"name,omitempty"`
Participant string `json:"participant,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
ResponseMessages []*GoogleCloudDialogflowV2beta1ResponseMessage `json:"responseMessages,omitempty"`
SendTime string `json:"sendTime,omitempty"`
SentimentAnalysis *GoogleCloudDialogflowV2beta1SentimentAnalysisResult `json:"sentimentAnalysis,omitempty"`
// ForceSendFields is a list of field names (e.g. "Content") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Content") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Message) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1Message) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1MessageAnnotation ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1MessageAnnotation struct {
ContainEntities bool `json:"containEntities,omitempty"`
Parts []*GoogleCloudDialogflowV2beta1AnnotatedMessagePart `json:"parts,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContainEntities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContainEntities") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1MessageAnnotation) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1MessageAnnotation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1MessageEntry ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1MessageEntry struct {
CreateTime string `json:"createTime,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
Role string `json:"role,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "CreateTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CreateTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1MessageEntry) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1MessageEntry) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1NotificationConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1NotificationConfig struct {
// Possible values:
// "MESSAGE_FORMAT_UNSPECIFIED"
// "PROTO"
// "JSON"
MessageFormat string `json:"messageFormat,omitempty"`
Topic string `json:"topic,omitempty"`
// ForceSendFields is a list of field names (e.g. "MessageFormat") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MessageFormat") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1NotificationConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1NotificationConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest ¶
type GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest struct {
Payload googleapi.RawMessage `json:"payload,omitempty"`
Source string `json:"source,omitempty"`
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "Payload") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Payload") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1OutputAudio ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1OutputAudio struct {
Audio string `json:"audio,omitempty"`
Config *GoogleCloudDialogflowV2beta1OutputAudioConfig `json:"config,omitempty"`
// ForceSendFields is a list of field names (e.g. "Audio") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Audio") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1OutputAudio) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1OutputAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1OutputAudioConfig ¶
type GoogleCloudDialogflowV2beta1OutputAudioConfig struct {
// Possible values:
// "OUTPUT_AUDIO_ENCODING_UNSPECIFIED"
// "OUTPUT_AUDIO_ENCODING_LINEAR_16"
// "OUTPUT_AUDIO_ENCODING_MP3"
// "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS"
// "OUTPUT_AUDIO_ENCODING_OGG_OPUS"
// "OUTPUT_AUDIO_ENCODING_MULAW"
// "OUTPUT_AUDIO_ENCODING_ALAW"
AudioEncoding string `json:"audioEncoding,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
SynthesizeSpeechConfig *GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig `json:"synthesizeSpeechConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioEncoding") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1OutputAudioConfig) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1OutputAudioConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Participant ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1Participant struct {
// Possible values:
// "AGENT_DESKTOP_SOURCE_UNSPECIFIED"
// "LIVE_PERSON"
// "GENESYS_CLOUD"
// "TWILIO"
// "SALESFORCE"
// "OTHER"
AgentDesktopSource string `json:"agentDesktopSource,omitempty"`
DocumentsMetadataFilters map[string]string `json:"documentsMetadataFilters,omitempty"`
Name string `json:"name,omitempty"`
ObfuscatedExternalUserId string `json:"obfuscatedExternalUserId,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
Role string `json:"role,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AgentDesktopSource") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentDesktopSource") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Participant) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1Participant) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1PhoneNumber ¶ added in v0.223.0
type GoogleCloudDialogflowV2beta1PhoneNumber struct {
AllowedSipTrunks *GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks `json:"allowedSipTrunks,omitempty"`
ConversationProfile string `json:"conversationProfile,omitempty"`
// Possible values:
// "LIFECYCLE_STATE_UNSPECIFIED"
// "ACTIVE"
// "DELETE_REQUESTED"
LifecycleState string `json:"lifecycleState,omitempty"`
Name string `json:"name,omitempty"`
PhoneNumber string `json:"phoneNumber,omitempty"`
PurgeTime string `json:"purgeTime,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "AllowedSipTrunks") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowedSipTrunks") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1PhoneNumber) MarshalJSON ¶ added in v0.223.0
func (s GoogleCloudDialogflowV2beta1PhoneNumber) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks ¶ added in v0.274.0
type GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks struct {
CarrierIds []string `json:"carrierIds,omitempty"`
SipTrunks []string `json:"sipTrunks,omitempty"`
// ForceSendFields is a list of field names (e.g. "CarrierIds") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CarrierIds") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks) MarshalJSON ¶ added in v0.274.0
func (s GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1QueryInput ¶
type GoogleCloudDialogflowV2beta1QueryInput struct {
AudioConfig *GoogleCloudDialogflowV2beta1InputAudioConfig `json:"audioConfig,omitempty"`
Dtmf *GoogleCloudDialogflowV2beta1TelephonyDtmfEvents `json:"dtmf,omitempty"`
Event *GoogleCloudDialogflowV2beta1EventInput `json:"event,omitempty"`
Text *GoogleCloudDialogflowV2beta1TextInput `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioConfig") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1QueryInput) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1QueryInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1QueryParameters ¶
type GoogleCloudDialogflowV2beta1QueryParameters struct {
Contexts []*GoogleCloudDialogflowV2beta1Context `json:"contexts,omitempty"`
GeoLocation *GoogleTypeLatLng `json:"geoLocation,omitempty"`
KnowledgeBaseNames []string `json:"knowledgeBaseNames,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
Platform string `json:"platform,omitempty"`
ResetContexts bool `json:"resetContexts,omitempty"`
SentimentAnalysisRequestConfig *GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig `json:"sentimentAnalysisRequestConfig,omitempty"`
SessionEntityTypes []*GoogleCloudDialogflowV2beta1SessionEntityType `json:"sessionEntityTypes,omitempty"`
SubAgents []*GoogleCloudDialogflowV2beta1SubAgent `json:"subAgents,omitempty"`
TimeZone string `json:"timeZone,omitempty"`
WebhookHeaders map[string]string `json:"webhookHeaders,omitempty"`
// ForceSendFields is a list of field names (e.g. "Contexts") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Contexts") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1QueryParameters) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1QueryParameters) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1QueryResult ¶
type GoogleCloudDialogflowV2beta1QueryResult struct {
Action string `json:"action,omitempty"`
AllRequiredParamsPresent bool `json:"allRequiredParamsPresent,omitempty"`
CancelsSlotFilling bool `json:"cancelsSlotFilling,omitempty"`
DiagnosticInfo googleapi.RawMessage `json:"diagnosticInfo,omitempty"`
FulfillmentMessages []*GoogleCloudDialogflowV2beta1IntentMessage `json:"fulfillmentMessages,omitempty"`
FulfillmentText string `json:"fulfillmentText,omitempty"`
Intent *GoogleCloudDialogflowV2beta1Intent `json:"intent,omitempty"`
IntentDetectionConfidence float64 `json:"intentDetectionConfidence,omitempty"`
KnowledgeAnswers *GoogleCloudDialogflowV2beta1KnowledgeAnswers `json:"knowledgeAnswers,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2beta1Context `json:"outputContexts,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
QueryText string `json:"queryText,omitempty"`
SentimentAnalysisResult *GoogleCloudDialogflowV2beta1SentimentAnalysisResult `json:"sentimentAnalysisResult,omitempty"`
SpeechRecognitionConfidence float64 `json:"speechRecognitionConfidence,omitempty"`
WebhookPayload googleapi.RawMessage `json:"webhookPayload,omitempty"`
WebhookSource string `json:"webhookSource,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1QueryResult) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1QueryResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1QueryResult) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2beta1QueryResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1RaiSettings ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1RaiSettings struct {
RaiCategoryConfigs []*GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig `json:"raiCategoryConfigs,omitempty"`
// ForceSendFields is a list of field names (e.g. "RaiCategoryConfigs") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "RaiCategoryConfigs") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1RaiSettings) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1RaiSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig struct {
// Possible values:
// "RAI_CATEGORY_UNSPECIFIED"
// "DANGEROUS_CONTENT"
// "SEXUALLY_EXPLICIT"
// "HARASSMENT"
// "HATE_SPEECH"
Category string `json:"category,omitempty"`
// Possible values:
// "SENSITIVITY_LEVEL_UNSPECIFIED"
// "BLOCK_MOST"
// "BLOCK_SOME"
// "BLOCK_FEW"
// "BLOCK_NONE"
SensitivityLevel string `json:"sensitivityLevel,omitempty"`
// ForceSendFields is a list of field names (e.g. "Category") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Category") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1RaiSettingsRaiCategoryConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ReloadDocumentRequest ¶
type GoogleCloudDialogflowV2beta1ReloadDocumentRequest struct {
GcsSource *GoogleCloudDialogflowV2beta1GcsSource `json:"gcsSource,omitempty"`
ImportGcsCustomMetadata bool `json:"importGcsCustomMetadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "GcsSource") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "GcsSource") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ReloadDocumentRequest) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1ReloadDocumentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessage ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ResponseMessage struct {
EndInteraction *GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction `json:"endInteraction,omitempty"`
LiveAgentHandoff *GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff `json:"liveAgentHandoff,omitempty"`
MixedAudio *GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio `json:"mixedAudio,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
TelephonyTransferCall *GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall `json:"telephonyTransferCall,omitempty"`
Text *GoogleCloudDialogflowV2beta1ResponseMessageText `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndInteraction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndInteraction") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessage) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ResponseMessage) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction struct {
}
type GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio ¶ added in v0.79.0
type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio struct {
Segments []*GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment `json:"segments,omitempty"`
// ForceSendFields is a list of field names (e.g. "Segments") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Segments") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio) MarshalJSON ¶ added in v0.79.0
func (s GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment ¶ added in v0.79.0
type GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment struct {
AllowPlaybackInterruption bool `json:"allowPlaybackInterruption,omitempty"`
Audio string `json:"audio,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AllowPlaybackInterruption")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AllowPlaybackInterruption") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment) MarshalJSON ¶ added in v0.79.0
func (s GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall ¶ added in v0.58.0
type GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall struct {
PhoneNumber string `json:"phoneNumber,omitempty"`
SipUri string `json:"sipUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "PhoneNumber") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "PhoneNumber") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall) MarshalJSON ¶ added in v0.58.0
func (s GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ResponseMessageText ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1ResponseMessageText struct {
Text []string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "Text") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Text") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ResponseMessageText) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1ResponseMessageText) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1RestoreAgentRequest ¶
type GoogleCloudDialogflowV2beta1RestoreAgentRequest struct {
AgentContent string `json:"agentContent,omitempty"`
AgentUri string `json:"agentUri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentContent") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentContent") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1RestoreAgentRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1RestoreAgentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchAgentsResponse ¶
type GoogleCloudDialogflowV2beta1SearchAgentsResponse struct {
Agents []*GoogleCloudDialogflowV2beta1Agent `json:"agents,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Agents") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Agents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchAgentsResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1SearchAgentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer ¶ added in v0.139.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer struct {
Answer string `json:"answer,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
AnswerSources []*GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource `json:"answerSources,omitempty"`
// Possible values:
// "ANSWER_TYPE_UNSPECIFIED"
// "FAQ"
// "GENERATIVE"
// "INTENT"
AnswerType string `json:"answerType,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answer") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answer") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource ¶ added in v0.139.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource struct {
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
Snippet string `json:"snippet,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metadata") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metadata") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeAnswerAnswerSource) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo struct {
// Possible values:
// "DATASTORE_RESPONSE_REASON_UNSPECIFIED"
// "NONE"
// "SEARCH_OUT_OF_QUOTA"
// "SEARCH_EMPTY_RESULTS"
// "ANSWER_GENERATION_GEN_AI_DISABLED"
// "ANSWER_GENERATION_OUT_OF_QUOTA"
// "ANSWER_GENERATION_ERROR"
// "ANSWER_GENERATION_NOT_ENOUGH_INFO"
// "ANSWER_GENERATION_RAI_FAILED"
// "ANSWER_GENERATION_NOT_GROUNDED"
DatastoreResponseReason string `json:"datastoreResponseReason,omitempty"`
IngestedContextReferenceDebugInfo *GoogleCloudDialogflowV2beta1IngestedContextReferenceDebugInfo `json:"ingestedContextReferenceDebugInfo,omitempty"`
SearchKnowledgeBehavior *GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior `json:"searchKnowledgeBehavior,omitempty"`
ServiceLatency *GoogleCloudDialogflowV2beta1ServiceLatency `json:"serviceLatency,omitempty"`
// ForceSendFields is a list of field names (e.g. "DatastoreResponseReason") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DatastoreResponseReason") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior struct {
AnswerGenerationRewriterOn bool `json:"answerGenerationRewriterOn,omitempty"`
EndUserMetadataIncluded bool `json:"endUserMetadataIncluded,omitempty"`
ThirdPartyConnectorAllowed bool `json:"thirdPartyConnectorAllowed,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerGenerationRewriterOn")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerGenerationRewriterOn") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequest ¶ added in v0.139.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequest struct {
Conversation string `json:"conversation,omitempty"`
ConversationProfile string `json:"conversationProfile,omitempty"`
EndUserMetadata googleapi.RawMessage `json:"endUserMetadata,omitempty"`
ExactSearch bool `json:"exactSearch,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
Parent string `json:"parent,omitempty"`
Query *GoogleCloudDialogflowV2beta1TextInput `json:"query,omitempty"`
// Possible values:
// "QUERY_SOURCE_UNSPECIFIED"
// "AGENT_QUERY"
// "SUGGESTED_QUERY"
QuerySource string `json:"querySource,omitempty"`
SearchConfig *GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig `json:"searchConfig,omitempty"`
SessionId string `json:"sessionId,omitempty"`
// ForceSendFields is a list of field names (e.g. "Conversation") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Conversation") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig struct {
BoostSpecs []*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs `json:"boostSpecs,omitempty"`
FilterSpecs []*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs `json:"filterSpecs,omitempty"`
// ForceSendFields is a list of field names (e.g. "BoostSpecs") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "BoostSpecs") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig) MarshalJSON ¶ added in v0.204.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs struct {
DataStores []string `json:"dataStores,omitempty"`
Spec []*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec `json:"spec,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStores") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStores") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs) MarshalJSON ¶ added in v0.204.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec struct {
ConditionBoostSpecs []*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec `json:"conditionBoostSpecs,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConditionBoostSpecs") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConditionBoostSpecs") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec) MarshalJSON ¶ added in v0.204.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec struct {
Boost float64 `json:"boost,omitempty"`
BoostControlSpec *GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec `json:"boostControlSpec,omitempty"`
Condition string `json:"condition,omitempty"`
// ForceSendFields is a list of field names (e.g. "Boost") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Boost") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec) MarshalJSON ¶ added in v0.204.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec) UnmarshalJSON ¶ added in v0.204.0
func (s *GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpec) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec struct {
// Possible values:
// "ATTRIBUTE_TYPE_UNSPECIFIED"
// "NUMERICAL"
// "FRESHNESS"
AttributeType string `json:"attributeType,omitempty"`
ControlPoints []*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint `json:"controlPoints,omitempty"`
FieldName string `json:"fieldName,omitempty"`
// Possible values:
// "INTERPOLATION_TYPE_UNSPECIFIED"
// "LINEAR"
InterpolationType string `json:"interpolationType,omitempty"`
// ForceSendFields is a list of field names (e.g. "AttributeType") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AttributeType") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpec) MarshalJSON ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint struct {
AttributeValue string `json:"attributeValue,omitempty"`
BoostAmount float64 `json:"boostAmount,omitempty"`
// ForceSendFields is a list of field names (e.g. "AttributeValue") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AttributeValue") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint) MarshalJSON ¶ added in v0.204.0
func (*GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint) UnmarshalJSON ¶ added in v0.204.0
func (s *GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpecConditionBoostSpecBoostControlSpecControlPoint) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs ¶ added in v0.204.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs struct {
DataStores []string `json:"dataStores,omitempty"`
Filter string `json:"filter,omitempty"`
// ForceSendFields is a list of field names (e.g. "DataStores") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DataStores") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs) MarshalJSON ¶ added in v0.204.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SearchKnowledgeResponse ¶ added in v0.139.0
type GoogleCloudDialogflowV2beta1SearchKnowledgeResponse struct {
Answers []*GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer `json:"answers,omitempty"`
RewrittenQuery string `json:"rewrittenQuery,omitempty"`
SearchKnowledgeDebugInfo *GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo `json:"searchKnowledgeDebugInfo,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Answers") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answers") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SearchKnowledgeResponse) MarshalJSON ¶ added in v0.139.0
func (s GoogleCloudDialogflowV2beta1SearchKnowledgeResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Sentiment ¶
type GoogleCloudDialogflowV2beta1Sentiment struct {
Magnitude float64 `json:"magnitude,omitempty"`
Score float64 `json:"score,omitempty"`
// ForceSendFields is a list of field names (e.g. "Magnitude") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Magnitude") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Sentiment) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1Sentiment) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1Sentiment) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2beta1Sentiment) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig ¶
type GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig struct {
AnalyzeQueryTextSentiment bool `json:"analyzeQueryTextSentiment,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnalyzeQueryTextSentiment")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnalyzeQueryTextSentiment") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SentimentAnalysisResult ¶
type GoogleCloudDialogflowV2beta1SentimentAnalysisResult struct {
QueryTextSentiment *GoogleCloudDialogflowV2beta1Sentiment `json:"queryTextSentiment,omitempty"`
// ForceSendFields is a list of field names (e.g. "QueryTextSentiment") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "QueryTextSentiment") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SentimentAnalysisResult) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1SentimentAnalysisResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ServiceLatency ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1ServiceLatency struct {
InternalServiceLatencies []*GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency `json:"internalServiceLatencies,omitempty"`
// ForceSendFields is a list of field names (e.g. "InternalServiceLatencies")
// to unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InternalServiceLatencies") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ServiceLatency) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1ServiceLatency) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency struct {
CompleteTime string `json:"completeTime,omitempty"`
LatencyMs float64 `json:"latencyMs,omitempty"`
StartTime string `json:"startTime,omitempty"`
Step string `json:"step,omitempty"`
// ForceSendFields is a list of field names (e.g. "CompleteTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CompleteTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency) UnmarshalJSON ¶ added in v0.263.0
func (s *GoogleCloudDialogflowV2beta1ServiceLatencyInternalServiceLatency) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SessionEntityType ¶
type GoogleCloudDialogflowV2beta1SessionEntityType struct {
Entities []*GoogleCloudDialogflowV2beta1EntityTypeEntity `json:"entities,omitempty"`
// Possible values:
// "ENTITY_OVERRIDE_MODE_UNSPECIFIED"
// "ENTITY_OVERRIDE_MODE_OVERRIDE"
// "ENTITY_OVERRIDE_MODE_SUPPLEMENT"
EntityOverrideMode string `json:"entityOverrideMode,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Entities") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entities") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SessionEntityType) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1SessionEntityType) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata struct {
ConversationProfile string `json:"conversationProfile,omitempty"`
CreateTime string `json:"createTime,omitempty"`
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "DIALOGFLOW_ASSIST"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
SuggestionFeatureType string `json:"suggestionFeatureType,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationProfile") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationProfile") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest ¶ added in v0.71.0
type GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest struct {
// Possible values:
// "ROLE_UNSPECIFIED"
// "HUMAN_AGENT"
// "AUTOMATED_AGENT"
// "END_USER"
ParticipantRole string `json:"participantRole,omitempty"`
SuggestionFeatureConfig *GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig `json:"suggestionFeatureConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "ParticipantRole") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ParticipantRole") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest) MarshalJSON ¶ added in v0.71.0
func (s GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SipTrunk ¶ added in v0.205.0
type GoogleCloudDialogflowV2beta1SipTrunk struct {
Connections []*GoogleCloudDialogflowV2beta1Connection `json:"connections,omitempty"`
DisplayName string `json:"displayName,omitempty"`
ExpectedHostname []string `json:"expectedHostname,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Connections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Connections") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SipTrunk) MarshalJSON ¶ added in v0.205.0
func (s GoogleCloudDialogflowV2beta1SipTrunk) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SmartReplyAnswer ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SmartReplyAnswer struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Reply string `json:"reply,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SmartReplyAnswer) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SmartReplyAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SmartReplyAnswer) UnmarshalJSON ¶ added in v0.42.0
func (s *GoogleCloudDialogflowV2beta1SmartReplyAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SpeechContext ¶ added in v0.8.0
type GoogleCloudDialogflowV2beta1SpeechContext struct {
Boost float64 `json:"boost,omitempty"`
Phrases []string `json:"phrases,omitempty"`
// ForceSendFields is a list of field names (e.g. "Boost") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Boost") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SpeechContext) MarshalJSON ¶ added in v0.8.0
func (s GoogleCloudDialogflowV2beta1SpeechContext) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SpeechContext) UnmarshalJSON ¶ added in v0.8.0
func (s *GoogleCloudDialogflowV2beta1SpeechContext) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SpeechToTextConfig ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SpeechToTextConfig struct {
// Possible values:
// "AUDIO_ENCODING_UNSPECIFIED"
// "AUDIO_ENCODING_LINEAR_16"
// "AUDIO_ENCODING_FLAC"
// "AUDIO_ENCODING_MULAW"
// "AUDIO_ENCODING_AMR"
// "AUDIO_ENCODING_AMR_WB"
// "AUDIO_ENCODING_OGG_OPUS"
// "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
// "AUDIO_ENCODING_ALAW"
AudioEncoding string `json:"audioEncoding,omitempty"`
EnableWordInfo bool `json:"enableWordInfo,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
Model string `json:"model,omitempty"`
PhraseSets []string `json:"phraseSets,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
// Possible values:
// "SPEECH_MODEL_VARIANT_UNSPECIFIED"
// "USE_BEST_AVAILABLE"
// "USE_STANDARD"
// "USE_ENHANCED"
SpeechModelVariant string `json:"speechModelVariant,omitempty"`
UseTimeoutBasedEndpointing bool `json:"useTimeoutBasedEndpointing,omitempty"`
// ForceSendFields is a list of field names (e.g. "AudioEncoding") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AudioEncoding") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SpeechToTextConfig) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SpeechToTextConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SpeechWordInfo ¶ added in v0.215.0
type GoogleCloudDialogflowV2beta1SpeechWordInfo struct {
Confidence float64 `json:"confidence,omitempty"`
EndOffset string `json:"endOffset,omitempty"`
StartOffset string `json:"startOffset,omitempty"`
Word string `json:"word,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SpeechWordInfo) MarshalJSON ¶ added in v0.215.0
func (s GoogleCloudDialogflowV2beta1SpeechWordInfo) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SpeechWordInfo) UnmarshalJSON ¶ added in v0.215.0
func (s *GoogleCloudDialogflowV2beta1SpeechWordInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1StreamingRecognitionResult ¶ added in v0.215.0
type GoogleCloudDialogflowV2beta1StreamingRecognitionResult struct {
Confidence float64 `json:"confidence,omitempty"`
DtmfDigits *GoogleCloudDialogflowV2beta1TelephonyDtmfEvents `json:"dtmfDigits,omitempty"`
IsFinal bool `json:"isFinal,omitempty"`
LanguageCode string `json:"languageCode,omitempty"`
// Possible values:
// "MESSAGE_TYPE_UNSPECIFIED"
// "TRANSCRIPT"
// "END_OF_SINGLE_UTTERANCE"
// "DTMF_DIGITS"
// "PARTIAL_DTMF_DIGITS"
MessageType string `json:"messageType,omitempty"`
SpeechEndOffset string `json:"speechEndOffset,omitempty"`
SpeechWordInfo []*GoogleCloudDialogflowV2beta1SpeechWordInfo `json:"speechWordInfo,omitempty"`
Stability float64 `json:"stability,omitempty"`
Transcript string `json:"transcript,omitempty"`
// ForceSendFields is a list of field names (e.g. "Confidence") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Confidence") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1StreamingRecognitionResult) MarshalJSON ¶ added in v0.215.0
func (s GoogleCloudDialogflowV2beta1StreamingRecognitionResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1StreamingRecognitionResult) UnmarshalJSON ¶ added in v0.215.0
func (s *GoogleCloudDialogflowV2beta1StreamingRecognitionResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SubAgent ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1SubAgent struct {
Environment string `json:"environment,omitempty"`
Project string `json:"project,omitempty"`
// ForceSendFields is a list of field names (e.g. "Environment") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Environment") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SubAgent) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1SubAgent) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestArticlesRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestArticlesRequest struct {
AssistQueryParams *GoogleCloudDialogflowV2beta1AssistQueryParameters `json:"assistQueryParams,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "AssistQueryParams") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AssistQueryParams") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestArticlesRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestArticlesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestArticlesResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestArticlesResponse struct {
ArticleAnswers []*GoogleCloudDialogflowV2beta1ArticleAnswer `json:"articleAnswers,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ArticleAnswers") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ArticleAnswers") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestArticlesResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestArticlesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest ¶ added in v0.96.0
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest struct {
AssistQueryParams *GoogleCloudDialogflowV2beta1AssistQueryParameters `json:"assistQueryParams,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "AssistQueryParams") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AssistQueryParams") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest) MarshalJSON ¶ added in v0.96.0
func (s GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse ¶ added in v0.96.0
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
Summary *GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary `json:"summary,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse) MarshalJSON ¶ added in v0.96.0
func (s GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary ¶ added in v0.96.0
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary struct {
AnswerRecord string `json:"answerRecord,omitempty"`
BaselineModelVersion string `json:"baselineModelVersion,omitempty"`
SortedTextSections []*GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection `json:"sortedTextSections,omitempty"`
Text string `json:"text,omitempty"`
TextSections map[string]string `json:"textSections,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary) MarshalJSON ¶ added in v0.96.0
func (s GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummary) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection ¶ added in v0.263.0
type GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection struct {
Section string `json:"section,omitempty"`
Summary string `json:"summary,omitempty"`
// ForceSendFields is a list of field names (e.g. "Section") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Section") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection) MarshalJSON ¶ added in v0.263.0
func (s GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponseSummarySummarySection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
DialogflowAssistAnswers []*GoogleCloudDialogflowV2beta1DialogflowAssistAnswer `json:"dialogflowAssistAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse) MarshalJSON ¶ added in v0.125.0
func (s GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest struct {
AssistQueryParams *GoogleCloudDialogflowV2beta1AssistQueryParameters `json:"assistQueryParams,omitempty"`
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "AssistQueryParams") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AssistQueryParams") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
FaqAnswers []*GoogleCloudDialogflowV2beta1FaqAnswer `json:"faqAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
PreviousSuggestedQuery string `json:"previousSuggestedQuery,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse ¶ added in v0.185.0
type GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
KnowledgeAssistAnswer *GoogleCloudDialogflowV2beta1KnowledgeAssistAnswer `json:"knowledgeAssistAnswer,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse) MarshalJSON ¶ added in v0.185.0
func (s GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest struct {
ContextSize int64 `json:"contextSize,omitempty"`
CurrentTextInput *GoogleCloudDialogflowV2beta1TextInput `json:"currentTextInput,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse struct {
ContextSize int64 `json:"contextSize,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
SmartReplyAnswers []*GoogleCloudDialogflowV2beta1SmartReplyAnswer `json:"smartReplyAnswers,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ContextSize") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ContextSize") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Suggestion ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1Suggestion struct {
Articles []*GoogleCloudDialogflowV2beta1SuggestionArticle `json:"articles,omitempty"`
CreateTime string `json:"createTime,omitempty"`
FaqAnswers []*GoogleCloudDialogflowV2beta1SuggestionFaqAnswer `json:"faqAnswers,omitempty"`
LatestMessage string `json:"latestMessage,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "Articles") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Articles") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Suggestion) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1Suggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestionArticle ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestionArticle struct {
AnswerRecord string `json:"answerRecord,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Snippets []string `json:"snippets,omitempty"`
Title string `json:"title,omitempty"`
Uri string `json:"uri,omitempty"`
// ForceSendFields is a list of field names (e.g. "AnswerRecord") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AnswerRecord") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionArticle) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestionArticle) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestionDedupingConfig ¶ added in v0.252.0
type GoogleCloudDialogflowV2beta1SuggestionDedupingConfig struct {
EnableDeduping bool `json:"enableDeduping,omitempty"`
SimilarityThreshold float64 `json:"similarityThreshold,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableDeduping") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableDeduping") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionDedupingConfig) MarshalJSON ¶ added in v0.252.0
func (s GoogleCloudDialogflowV2beta1SuggestionDedupingConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SuggestionDedupingConfig) UnmarshalJSON ¶ added in v0.252.0
func (s *GoogleCloudDialogflowV2beta1SuggestionDedupingConfig) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SuggestionFaqAnswer ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestionFaqAnswer struct {
Answer string `json:"answer,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
Confidence float64 `json:"confidence,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Question string `json:"question,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "Answer") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Answer") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionFaqAnswer) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestionFaqAnswer) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SuggestionFaqAnswer) UnmarshalJSON ¶ added in v0.42.0
func (s *GoogleCloudDialogflowV2beta1SuggestionFaqAnswer) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SuggestionFeature ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestionFeature struct {
// Possible values:
// "TYPE_UNSPECIFIED"
// "ARTICLE_SUGGESTION"
// "FAQ"
// "SMART_REPLY"
// "DIALOGFLOW_ASSIST"
// "CONVERSATION_SUMMARIZATION"
// "KNOWLEDGE_SEARCH"
// "KNOWLEDGE_ASSIST"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Type") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Type") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionFeature) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestionFeature) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestionInput ¶ added in v0.125.0
type GoogleCloudDialogflowV2beta1SuggestionInput struct {
// Possible values:
// "ACTION_UNSPECIFIED"
// "CANCEL"
// "REVISE"
// "CONFIRM"
Action string `json:"action,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
IntentInput *GoogleCloudDialogflowV2beta1IntentInput `json:"intentInput,omitempty"`
Parameters googleapi.RawMessage `json:"parameters,omitempty"`
SendTime string `json:"sendTime,omitempty"`
TextOverride *GoogleCloudDialogflowV2beta1TextInput `json:"textOverride,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionInput) MarshalJSON ¶ added in v0.125.0
func (s GoogleCloudDialogflowV2beta1SuggestionInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SuggestionResult ¶ added in v0.42.0
type GoogleCloudDialogflowV2beta1SuggestionResult struct {
Error *GoogleRpcStatus `json:"error,omitempty"`
GenerateSuggestionsResponse *GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse `json:"generateSuggestionsResponse,omitempty"`
SuggestArticlesResponse *GoogleCloudDialogflowV2beta1SuggestArticlesResponse `json:"suggestArticlesResponse,omitempty"`
SuggestDialogflowAssistsResponse *GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse `json:"suggestDialogflowAssistsResponse,omitempty"`
SuggestEntityExtractionResponse *GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse `json:"suggestEntityExtractionResponse,omitempty"`
SuggestFaqAnswersResponse *GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse `json:"suggestFaqAnswersResponse,omitempty"`
SuggestKnowledgeAssistResponse *GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse `json:"suggestKnowledgeAssistResponse,omitempty"`
SuggestSmartRepliesResponse *GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse `json:"suggestSmartRepliesResponse,omitempty"`
// ForceSendFields is a list of field names (e.g. "Error") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Error") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SuggestionResult) MarshalJSON ¶ added in v0.42.0
func (s GoogleCloudDialogflowV2beta1SuggestionResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationContext ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1SummarizationContext struct {
FewShotExamples []*GoogleCloudDialogflowV2beta1FewShotExample `json:"fewShotExamples,omitempty"`
OutputLanguageCode string `json:"outputLanguageCode,omitempty"`
SummarizationSections []*GoogleCloudDialogflowV2beta1SummarizationSection `json:"summarizationSections,omitempty"`
Version string `json:"version,omitempty"`
// ForceSendFields is a list of field names (e.g. "FewShotExamples") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FewShotExamples") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationContext) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1SummarizationContext) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics struct {
ConversationDetails []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail `json:"conversationDetails,omitempty"`
OverallMetrics []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric `json:"overallMetrics,omitempty"`
OverallSectionTokens []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken `json:"overallSectionTokens,omitempty"`
SummarizationEvaluationMergedResultsUri string `json:"summarizationEvaluationMergedResultsUri,omitempty"`
SummarizationEvaluationResults []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult `json:"summarizationEvaluationResults,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConversationDetails") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConversationDetails") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetrics) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition struct {
AccuracyReasoning string `json:"accuracyReasoning,omitempty"`
IsAccurate bool `json:"isAccurate,omitempty"`
Point string `json:"point,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccuracyReasoning") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccuracyReasoning") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition struct {
AdherenceReasoning string `json:"adherenceReasoning,omitempty"`
IsAdherent bool `json:"isAdherent,omitempty"`
Point string `json:"point,omitempty"`
// ForceSendFields is a list of field names (e.g. "AdherenceReasoning") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AdherenceReasoning") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric struct {
IsAddressed bool `json:"isAddressed,omitempty"`
Question string `json:"question,omitempty"`
Reasoning string `json:"reasoning,omitempty"`
// ForceSendFields is a list of field names (e.g. "IsAddressed") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IsAddressed") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric struct {
IsAddressed bool `json:"isAddressed,omitempty"`
Question string `json:"question,omitempty"`
// ForceSendFields is a list of field names (e.g. "IsAddressed") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "IsAddressed") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail struct {
MessageEntries []*GoogleCloudDialogflowV2beta1MessageEntry `json:"messageEntries,omitempty"`
MetricDetails []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail `json:"metricDetails,omitempty"`
SectionTokens []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken `json:"sectionTokens,omitempty"`
SummarySections []*GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection `json:"summarySections,omitempty"`
// ForceSendFields is a list of field names (e.g. "MessageEntries") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "MessageEntries") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail struct {
Metric string `json:"metric,omitempty"`
Score float64 `json:"score,omitempty"`
SectionDetails []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail `json:"sectionDetails,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metric") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metric") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail) UnmarshalJSON ¶ added in v0.250.0
func (s *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail struct {
EvaluationResults []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult `json:"evaluationResults,omitempty"`
Score float64 `json:"score,omitempty"`
Section string `json:"section,omitempty"`
SectionSummary string `json:"sectionSummary,omitempty"`
// ForceSendFields is a list of field names (e.g. "EvaluationResults") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EvaluationResults") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail) UnmarshalJSON ¶ added in v0.250.0
func (s *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetailSectionDetail) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition struct {
AccuracyDecomposition *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition `json:"accuracyDecomposition,omitempty"`
AdherenceDecomposition *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition `json:"adherenceDecomposition,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccuracyDecomposition") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccuracyDecomposition") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult struct {
AccuracyDecomposition *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition `json:"accuracyDecomposition,omitempty"`
AdherenceRubric *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric `json:"adherenceRubric,omitempty"`
CompletenessRubric *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsCompletenessRubric `json:"completenessRubric,omitempty"`
// ForceSendFields is a list of field names (e.g. "AccuracyDecomposition") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AccuracyDecomposition") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric struct {
Metric string `json:"metric,omitempty"`
// ForceSendFields is a list of field names (e.g. "Metric") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Metric") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsOverallScoresByMetric) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken struct {
Section string `json:"section,omitempty"`
TokenCount int64 `json:"tokenCount,omitempty,string"`
// ForceSendFields is a list of field names (e.g. "Section") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Section") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult ¶ added in v0.250.0
type GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult struct {
Decompositions []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition `json:"decompositions,omitempty"`
EvaluationResults []*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsEvaluationResult `json:"evaluationResults,omitempty"`
Metric string `json:"metric,omitempty"`
Score float64 `json:"score,omitempty"`
Section string `json:"section,omitempty"`
SectionSummary string `json:"sectionSummary,omitempty"`
SessionId string `json:"sessionId,omitempty"`
// ForceSendFields is a list of field names (e.g. "Decompositions") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Decompositions") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult) MarshalJSON ¶ added in v0.250.0
func (s GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult) UnmarshalJSON ¶ added in v0.250.0
func (s *GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSummarizationEvaluationResult) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1SummarizationSection ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1SummarizationSection struct {
Definition string `json:"definition,omitempty"`
Key string `json:"key,omitempty"`
// Possible values:
// "TYPE_UNSPECIFIED"
// "SITUATION"
// "ACTION"
// "RESOLUTION"
// "REASON_FOR_CANCELLATION"
// "CUSTOMER_SATISFACTION"
// "ENTITIES"
// "CUSTOMER_DEFINED"
// "SITUATION_CONCISE"
// "ACTION_CONCISE"
Type string `json:"type,omitempty"`
// ForceSendFields is a list of field names (e.g. "Definition") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Definition") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationSection) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1SummarizationSection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarizationSectionList ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1SummarizationSectionList struct {
SummarizationSections []*GoogleCloudDialogflowV2beta1SummarizationSection `json:"summarizationSections,omitempty"`
// ForceSendFields is a list of field names (e.g. "SummarizationSections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SummarizationSections") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarizationSectionList) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1SummarizationSectionList) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarySuggestion ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1SummarySuggestion struct {
SummarySections []*GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection `json:"summarySections,omitempty"`
// ForceSendFields is a list of field names (e.g. "SummarySections") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SummarySections") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarySuggestion) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1SummarySuggestion) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection ¶ added in v0.183.0
type GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection struct {
Section string `json:"section,omitempty"`
Summary string `json:"summary,omitempty"`
// ForceSendFields is a list of field names (e.g. "Section") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Section") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection) MarshalJSON ¶ added in v0.183.0
func (s GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig ¶
type GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig struct {
EffectsProfileId []string `json:"effectsProfileId,omitempty"`
Pitch float64 `json:"pitch,omitempty"`
Pronunciations []*GoogleCloudDialogflowV2beta1CustomPronunciationParams `json:"pronunciations,omitempty"`
SpeakingRate float64 `json:"speakingRate,omitempty"`
Voice *GoogleCloudDialogflowV2beta1VoiceSelectionParams `json:"voice,omitempty"`
VolumeGainDb float64 `json:"volumeGainDb,omitempty"`
// ForceSendFields is a list of field names (e.g. "EffectsProfileId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EffectsProfileId") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig) UnmarshalJSON ¶
func (s *GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig) UnmarshalJSON(data []byte) error
type GoogleCloudDialogflowV2beta1TelephonyDtmfEvents ¶ added in v0.43.0
type GoogleCloudDialogflowV2beta1TelephonyDtmfEvents struct {
// Possible values:
// "TELEPHONY_DTMF_UNSPECIFIED"
// "DTMF_ONE"
// "DTMF_TWO"
// "DTMF_THREE"
// "DTMF_FOUR"
// "DTMF_FIVE"
// "DTMF_SIX"
// "DTMF_SEVEN"
// "DTMF_EIGHT"
// "DTMF_NINE"
// "DTMF_ZERO"
// "DTMF_A"
// "DTMF_B"
// "DTMF_C"
// "DTMF_D"
// "DTMF_STAR"
// "DTMF_POUND"
DtmfEvents []string `json:"dtmfEvents,omitempty"`
// ForceSendFields is a list of field names (e.g. "DtmfEvents") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DtmfEvents") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1TelephonyDtmfEvents) MarshalJSON ¶ added in v0.43.0
func (s GoogleCloudDialogflowV2beta1TelephonyDtmfEvents) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1TextInput ¶
type GoogleCloudDialogflowV2beta1TextInput struct {
LanguageCode string `json:"languageCode,omitempty"`
Text string `json:"text,omitempty"`
// ForceSendFields is a list of field names (e.g. "LanguageCode") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "LanguageCode") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1TextInput) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1TextInput) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1TextToSpeechSettings ¶ added in v0.46.0
type GoogleCloudDialogflowV2beta1TextToSpeechSettings struct {
EnableTextToSpeech bool `json:"enableTextToSpeech,omitempty"`
// Possible values:
// "OUTPUT_AUDIO_ENCODING_UNSPECIFIED"
// "OUTPUT_AUDIO_ENCODING_LINEAR_16"
// "OUTPUT_AUDIO_ENCODING_MP3"
// "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS"
// "OUTPUT_AUDIO_ENCODING_OGG_OPUS"
// "OUTPUT_AUDIO_ENCODING_MULAW"
// "OUTPUT_AUDIO_ENCODING_ALAW"
OutputAudioEncoding string `json:"outputAudioEncoding,omitempty"`
SampleRateHertz int64 `json:"sampleRateHertz,omitempty"`
SynthesizeSpeechConfigs map[string]GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig `json:"synthesizeSpeechConfigs,omitempty"`
// ForceSendFields is a list of field names (e.g. "EnableTextToSpeech") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EnableTextToSpeech") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1TextToSpeechSettings) MarshalJSON ¶ added in v0.46.0
func (s GoogleCloudDialogflowV2beta1TextToSpeechSettings) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Tool ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1Tool struct {
ActionConfirmationRequirement map[string]string `json:"actionConfirmationRequirement,omitempty"`
ConnectorSpec *GoogleCloudDialogflowV2beta1ToolConnectorTool `json:"connectorSpec,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Description string `json:"description,omitempty"`
DisplayName string `json:"displayName,omitempty"`
ExtensionSpec *GoogleCloudDialogflowV2beta1ToolExtensionTool `json:"extensionSpec,omitempty"`
FunctionSpec *GoogleCloudDialogflowV2beta1ToolFunctionTool `json:"functionSpec,omitempty"`
Name string `json:"name,omitempty"`
OpenApiSpec *GoogleCloudDialogflowV2beta1ToolOpenApiTool `json:"openApiSpec,omitempty"`
SatisfiesPzi bool `json:"satisfiesPzi,omitempty"`
SatisfiesPzs bool `json:"satisfiesPzs,omitempty"`
ToolKey string `json:"toolKey,omitempty"`
UpdateTime string `json:"updateTime,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g.
// "ActionConfirmationRequirement") to unconditionally include in API requests.
// By default, fields with empty or default values are omitted from API
// requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
// for more details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ActionConfirmationRequirement")
// to include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Tool) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1Tool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolAuthentication ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolAuthentication struct {
ApiKeyConfig *GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig `json:"apiKeyConfig,omitempty"`
BearerTokenConfig *GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig `json:"bearerTokenConfig,omitempty"`
OauthConfig *GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig `json:"oauthConfig,omitempty"`
ServiceAgentAuthConfig *GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig `json:"serviceAgentAuthConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "ApiKeyConfig") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ApiKeyConfig") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolAuthentication) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolAuthentication) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig struct {
ApiKey string `json:"apiKey,omitempty"`
KeyName string `json:"keyName,omitempty"`
// Possible values:
// "REQUEST_LOCATION_UNSPECIFIED"
// "HEADER"
// "QUERY_STRING"
RequestLocation string `json:"requestLocation,omitempty"`
SecretVersionForApiKey string `json:"secretVersionForApiKey,omitempty"`
// ForceSendFields is a list of field names (e.g. "ApiKey") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ApiKey") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig struct {
SecretVersionForToken string `json:"secretVersionForToken,omitempty"`
Token string `json:"token,omitempty"`
// ForceSendFields is a list of field names (e.g. "SecretVersionForToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "SecretVersionForToken") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig struct {
ClientId string `json:"clientId,omitempty"`
ClientSecret string `json:"clientSecret,omitempty"`
// Possible values:
// "OAUTH_GRANT_TYPE_UNSPECIFIED"
// "CLIENT_CREDENTIAL"
OauthGrantType string `json:"oauthGrantType,omitempty"`
Scopes []string `json:"scopes,omitempty"`
SecretVersionForClientSecret string `json:"secretVersionForClientSecret,omitempty"`
TokenEndpoint string `json:"tokenEndpoint,omitempty"`
// ForceSendFields is a list of field names (e.g. "ClientId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ClientId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig struct {
// Possible values:
// "SERVICE_AGENT_AUTH_UNSPECIFIED"
// "ID_TOKEN"
// "ACCESS_TOKEN"
ServiceAgentAuth string `json:"serviceAgentAuth,omitempty"`
// ForceSendFields is a list of field names (e.g. "ServiceAgentAuth") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ServiceAgentAuth") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolCall ¶ added in v0.229.0
type GoogleCloudDialogflowV2beta1ToolCall struct {
Action string `json:"action,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
CesApp string `json:"cesApp,omitempty"`
CesTool string `json:"cesTool,omitempty"`
CesToolset string `json:"cesToolset,omitempty"`
CreateTime string `json:"createTime,omitempty"`
InputParameters googleapi.RawMessage `json:"inputParameters,omitempty"`
// Possible values:
// "STATE_UNSPECIFIED"
// "TRIGGERED"
// "NEEDS_CONFIRMATION"
State string `json:"state,omitempty"`
Tool string `json:"tool,omitempty"`
ToolDisplayDetails string `json:"toolDisplayDetails,omitempty"`
ToolDisplayName string `json:"toolDisplayName,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolCall) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2beta1ToolCall) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolCallResult ¶ added in v0.229.0
type GoogleCloudDialogflowV2beta1ToolCallResult struct {
Action string `json:"action,omitempty"`
AnswerRecord string `json:"answerRecord,omitempty"`
CesApp string `json:"cesApp,omitempty"`
CesTool string `json:"cesTool,omitempty"`
CesToolset string `json:"cesToolset,omitempty"`
Content string `json:"content,omitempty"`
CreateTime string `json:"createTime,omitempty"`
Error *GoogleCloudDialogflowV2beta1ToolCallResultError `json:"error,omitempty"`
RawContent string `json:"rawContent,omitempty"`
Tool string `json:"tool,omitempty"`
// ForceSendFields is a list of field names (e.g. "Action") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Action") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolCallResult) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2beta1ToolCallResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolCallResultError ¶ added in v0.229.0
type GoogleCloudDialogflowV2beta1ToolCallResultError struct {
Message string `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "Message") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Message") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolCallResultError) MarshalJSON ¶ added in v0.229.0
func (s GoogleCloudDialogflowV2beta1ToolCallResultError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolConnectorTool ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolConnectorTool struct {
Actions []*GoogleCloudDialogflowV2beta1ToolConnectorToolAction `json:"actions,omitempty"`
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "Actions") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Actions") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolConnectorTool) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolConnectorTool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolConnectorToolAction ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolConnectorToolAction struct {
ConnectionActionId string `json:"connectionActionId,omitempty"`
EntityOperation *GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation `json:"entityOperation,omitempty"`
InputFields []string `json:"inputFields,omitempty"`
OutputFields []string `json:"outputFields,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConnectionActionId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConnectionActionId") to include
// in API requests with the JSON null value. By default, fields with empty
// values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolConnectorToolAction) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolConnectorToolAction) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation struct {
EntityId string `json:"entityId,omitempty"`
// Possible values:
// "OPERATION_TYPE_UNSPECIFIED"
// "LIST"
// "GET"
// "CREATE"
// "UPDATE"
// "DELETE"
Operation string `json:"operation,omitempty"`
// ForceSendFields is a list of field names (e.g. "EntityId") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EntityId") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolExtensionTool ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolExtensionTool struct {
Name string `json:"name,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolExtensionTool) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolExtensionTool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolFunctionTool ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolFunctionTool struct {
InputSchema googleapi.RawMessage `json:"inputSchema,omitempty"`
// Possible values:
// "METHOD_TYPE_UNSPECIFIED"
// "GET"
// "POST"
// "PUT"
// "DELETE"
// "PATCH"
MethodType string `json:"methodType,omitempty"`
OutputSchema googleapi.RawMessage `json:"outputSchema,omitempty"`
// ForceSendFields is a list of field names (e.g. "InputSchema") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "InputSchema") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolFunctionTool) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolFunctionTool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolOpenApiTool ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolOpenApiTool struct {
Authentication *GoogleCloudDialogflowV2beta1ToolAuthentication `json:"authentication,omitempty"`
ServiceDirectoryConfig *GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig `json:"serviceDirectoryConfig,omitempty"`
TextSchema string `json:"textSchema,omitempty"`
TlsConfig *GoogleCloudDialogflowV2beta1ToolTLSConfig `json:"tlsConfig,omitempty"`
// ForceSendFields is a list of field names (e.g. "Authentication") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Authentication") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolOpenApiTool) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolOpenApiTool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig struct {
Service string `json:"service,omitempty"`
// ForceSendFields is a list of field names (e.g. "Service") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Service") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolTLSConfig ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolTLSConfig struct {
CaCerts []*GoogleCloudDialogflowV2beta1ToolTLSConfigCACert `json:"caCerts,omitempty"`
// ForceSendFields is a list of field names (e.g. "CaCerts") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CaCerts") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolTLSConfig) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolTLSConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolTLSConfigCACert ¶ added in v0.253.0
type GoogleCloudDialogflowV2beta1ToolTLSConfigCACert struct {
Cert string `json:"cert,omitempty"`
DisplayName string `json:"displayName,omitempty"`
// ForceSendFields is a list of field names (e.g. "Cert") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Cert") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolTLSConfigCACert) MarshalJSON ¶ added in v0.253.0
func (s GoogleCloudDialogflowV2beta1ToolTLSConfigCACert) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ToolsetTool ¶ added in v0.274.0
type GoogleCloudDialogflowV2beta1ToolsetTool struct {
// Possible values:
// "CONFIRMATION_REQUIREMENT_UNSPECIFIED"
// "REQUIRED"
// "NOT_REQUIRED"
ConfirmationRequirement string `json:"confirmationRequirement,omitempty"`
OperationId string `json:"operationId,omitempty"`
Toolset string `json:"toolset,omitempty"`
// ForceSendFields is a list of field names (e.g. "ConfirmationRequirement") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ConfirmationRequirement") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ToolsetTool) MarshalJSON ¶ added in v0.274.0
func (s GoogleCloudDialogflowV2beta1ToolsetTool) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1TrainAgentRequest ¶
type GoogleCloudDialogflowV2beta1TrainAgentRequest struct {
}
type GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest ¶ added in v0.223.0
type GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest struct {
}
type GoogleCloudDialogflowV2beta1ValidationError ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1ValidationError struct {
Entries []string `json:"entries,omitempty"`
ErrorMessage string `json:"errorMessage,omitempty"`
// Possible values:
// "SEVERITY_UNSPECIFIED"
// "INFO"
// "WARNING"
// "ERROR"
// "CRITICAL"
Severity string `json:"severity,omitempty"`
// ForceSendFields is a list of field names (e.g. "Entries") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Entries") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ValidationError) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1ValidationError) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1ValidationResult ¶ added in v0.11.0
type GoogleCloudDialogflowV2beta1ValidationResult struct {
ValidationErrors []*GoogleCloudDialogflowV2beta1ValidationError `json:"validationErrors,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "ValidationErrors") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ValidationErrors") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1ValidationResult) MarshalJSON ¶ added in v0.11.0
func (s GoogleCloudDialogflowV2beta1ValidationResult) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1Version ¶ added in v0.18.0
type GoogleCloudDialogflowV2beta1Version struct {
CreateTime string `json:"createTime,omitempty"`
Description string `json:"description,omitempty"`
Name string `json:"name,omitempty"`
// Possible values:
// "VERSION_STATUS_UNSPECIFIED"
// "IN_PROGRESS"
// "READY"
// "FAILED"
Status string `json:"status,omitempty"`
VersionNumber int64 `json:"versionNumber,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "CreateTime") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "CreateTime") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1Version) MarshalJSON ¶ added in v0.18.0
func (s GoogleCloudDialogflowV2beta1Version) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1VoiceSelectionParams ¶
type GoogleCloudDialogflowV2beta1VoiceSelectionParams struct {
Name string `json:"name,omitempty"`
// Possible values:
// "SSML_VOICE_GENDER_UNSPECIFIED"
// "SSML_VOICE_GENDER_MALE"
// "SSML_VOICE_GENDER_FEMALE"
// "SSML_VOICE_GENDER_NEUTRAL"
SsmlGender string `json:"ssmlGender,omitempty"`
// ForceSendFields is a list of field names (e.g. "Name") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Name") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1VoiceSelectionParams) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1VoiceSelectionParams) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1WebhookRequest ¶
type GoogleCloudDialogflowV2beta1WebhookRequest struct {
AlternativeQueryResults []*GoogleCloudDialogflowV2beta1QueryResult `json:"alternativeQueryResults,omitempty"`
OriginalDetectIntentRequest *GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest `json:"originalDetectIntentRequest,omitempty"`
QueryResult *GoogleCloudDialogflowV2beta1QueryResult `json:"queryResult,omitempty"`
ResponseId string `json:"responseId,omitempty"`
Session string `json:"session,omitempty"`
// ForceSendFields is a list of field names (e.g. "AlternativeQueryResults") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AlternativeQueryResults") to
// include in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1WebhookRequest) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1WebhookRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV2beta1WebhookResponse ¶
type GoogleCloudDialogflowV2beta1WebhookResponse struct {
EndInteraction bool `json:"endInteraction,omitempty"`
FollowupEventInput *GoogleCloudDialogflowV2beta1EventInput `json:"followupEventInput,omitempty"`
FulfillmentMessages []*GoogleCloudDialogflowV2beta1IntentMessage `json:"fulfillmentMessages,omitempty"`
FulfillmentText string `json:"fulfillmentText,omitempty"`
LiveAgentHandoff bool `json:"liveAgentHandoff,omitempty"`
OutputContexts []*GoogleCloudDialogflowV2beta1Context `json:"outputContexts,omitempty"`
Payload googleapi.RawMessage `json:"payload,omitempty"`
SessionEntityTypes []*GoogleCloudDialogflowV2beta1SessionEntityType `json:"sessionEntityTypes,omitempty"`
Source string `json:"source,omitempty"`
// ForceSendFields is a list of field names (e.g. "EndInteraction") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "EndInteraction") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV2beta1WebhookResponse) MarshalJSON ¶
func (s GoogleCloudDialogflowV2beta1WebhookResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV3alpha1ConversationSignals ¶ added in v0.107.0
type GoogleCloudDialogflowV3alpha1ConversationSignals struct {
TurnSignals *GoogleCloudDialogflowV3alpha1TurnSignals `json:"turnSignals,omitempty"`
// ForceSendFields is a list of field names (e.g. "TurnSignals") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "TurnSignals") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV3alpha1ConversationSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowV3alpha1ConversationSignals) MarshalJSON() ([]byte, error)
type GoogleCloudDialogflowV3alpha1TurnSignals ¶ added in v0.107.0
type GoogleCloudDialogflowV3alpha1TurnSignals struct {
AgentEscalated bool `json:"agentEscalated,omitempty"`
DtmfUsed bool `json:"dtmfUsed,omitempty"`
// Possible values:
// "FAILURE_REASON_UNSPECIFIED"
// "FAILED_INTENT"
// "FAILED_WEBHOOK"
FailureReasons []string `json:"failureReasons,omitempty"`
NoMatch bool `json:"noMatch,omitempty"`
NoUserInput bool `json:"noUserInput,omitempty"`
ReachedEndPage bool `json:"reachedEndPage,omitempty"`
SentimentMagnitude float64 `json:"sentimentMagnitude,omitempty"`
SentimentScore float64 `json:"sentimentScore,omitempty"`
TriggeredAbandonmentEvent bool `json:"triggeredAbandonmentEvent,omitempty"`
UserEscalated bool `json:"userEscalated,omitempty"`
WebhookStatuses []string `json:"webhookStatuses,omitempty"`
// ForceSendFields is a list of field names (e.g. "AgentEscalated") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "AgentEscalated") to include in
// API requests with the JSON null value. By default, fields with empty values
// are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudDialogflowV3alpha1TurnSignals) MarshalJSON ¶ added in v0.107.0
func (s GoogleCloudDialogflowV3alpha1TurnSignals) MarshalJSON() ([]byte, error)
func (*GoogleCloudDialogflowV3alpha1TurnSignals) UnmarshalJSON ¶ added in v0.123.0
func (s *GoogleCloudDialogflowV3alpha1TurnSignals) UnmarshalJSON(data []byte) error
type GoogleCloudLocationListLocationsResponse ¶ added in v0.53.0
type GoogleCloudLocationListLocationsResponse struct {
Locations []*GoogleCloudLocationLocation `json:"locations,omitempty"`
NextPageToken string `json:"nextPageToken,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Locations") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Locations") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudLocationListLocationsResponse) MarshalJSON ¶ added in v0.53.0
func (s GoogleCloudLocationListLocationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudLocationLocation ¶ added in v0.53.0
type GoogleCloudLocationLocation struct {
DisplayName string `json:"displayName,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
LocationId string `json:"locationId,omitempty"`
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
Name string `json:"name,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "DisplayName") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "DisplayName") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleCloudLocationLocation) MarshalJSON ¶ added in v0.53.0
func (s GoogleCloudLocationLocation) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse ¶ added in v0.8.0
type GoogleLongrunningListOperationsResponse struct {
NextPageToken string `json:"nextPageToken,omitempty"`
Operations []*GoogleLongrunningOperation `json:"operations,omitempty"`
Unreachable []string `json:"unreachable,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "NextPageToken") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "NextPageToken") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleLongrunningListOperationsResponse) MarshalJSON ¶ added in v0.8.0
func (s GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation ¶
type GoogleLongrunningOperation struct {
Done bool `json:"done,omitempty"`
Error *GoogleRpcStatus `json:"error,omitempty"`
Metadata googleapi.RawMessage `json:"metadata,omitempty"`
Name string `json:"name,omitempty"`
Response googleapi.RawMessage `json:"response,omitempty"`
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
// ForceSendFields is a list of field names (e.g. "Done") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Done") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleLongrunningOperation) MarshalJSON ¶
func (s GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty ¶
type GoogleProtobufEmpty struct {
// ServerResponse contains the HTTP response code and headers from the server.
googleapi.ServerResponse `json:"-"`
}
type GoogleRpcStatus ¶
type GoogleRpcStatus struct {
Code int64 `json:"code,omitempty"`
Details []googleapi.RawMessage `json:"details,omitempty"`
Message string `json:"message,omitempty"`
// ForceSendFields is a list of field names (e.g. "Code") to unconditionally
// include in API requests. By default, fields with empty or default values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Code") to include in API requests
// with the JSON null value. By default, fields with empty values are omitted
// from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleRpcStatus) MarshalJSON ¶
func (s GoogleRpcStatus) MarshalJSON() ([]byte, error)
type GoogleTypeLatLng ¶
type GoogleTypeLatLng struct {
Latitude float64 `json:"latitude,omitempty"`
Longitude float64 `json:"longitude,omitempty"`
// ForceSendFields is a list of field names (e.g. "Latitude") to
// unconditionally include in API requests. By default, fields with empty or
// default values are omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
// details.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "Latitude") to include in API
// requests with the JSON null value. By default, fields with empty values are
// omitted from API requests. See
// https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
NullFields []string `json:"-"`
}
func (GoogleTypeLatLng) MarshalJSON ¶
func (s GoogleTypeLatLng) MarshalJSON() ([]byte, error)
func (*GoogleTypeLatLng) UnmarshalJSON ¶
func (s *GoogleTypeLatLng) UnmarshalJSON(data []byte) error
type ProjectsAgentEntityTypesBatchDeleteCall ¶
type ProjectsAgentEntityTypesBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesBatchDeleteCall) Context ¶
func (c *ProjectsAgentEntityTypesBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesBatchDeleteCall) Do ¶
func (c *ProjectsAgentEntityTypesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.entityTypes.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesBatchDeleteCall) Fields ¶
func (c *ProjectsAgentEntityTypesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesBatchDeleteCall) Header ¶
func (c *ProjectsAgentEntityTypesBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesBatchUpdateCall ¶
type ProjectsAgentEntityTypesBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesBatchUpdateCall) Context ¶
func (c *ProjectsAgentEntityTypesBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesBatchUpdateCall) Do ¶
func (c *ProjectsAgentEntityTypesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.entityTypes.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesBatchUpdateCall) Fields ¶
func (c *ProjectsAgentEntityTypesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesBatchUpdateCall) Header ¶
func (c *ProjectsAgentEntityTypesBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesCreateCall ¶
type ProjectsAgentEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesCreateCall) Context ¶
func (c *ProjectsAgentEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesCreateCall) Do ¶
func (c *ProjectsAgentEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.agent.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesCreateCall) Fields ¶
func (c *ProjectsAgentEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesCreateCall) Header ¶
func (c *ProjectsAgentEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEntityTypesCreateCall) LanguageCode ¶
func (c *ProjectsAgentEntityTypesCreateCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesCreateCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsAgentEntityTypesDeleteCall ¶
type ProjectsAgentEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesDeleteCall) Context ¶
func (c *ProjectsAgentEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesDeleteCall) Do ¶
func (c *ProjectsAgentEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesDeleteCall) Fields ¶
func (c *ProjectsAgentEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesDeleteCall) Header ¶
func (c *ProjectsAgentEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesEntitiesBatchCreateCall ¶
type ProjectsAgentEntityTypesEntitiesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesEntitiesBatchCreateCall) Context ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesEntitiesBatchCreateCall) Do ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.entityTypes.entities.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesEntitiesBatchCreateCall) Fields ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesEntitiesBatchCreateCall) Header ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesEntitiesBatchDeleteCall ¶
type ProjectsAgentEntityTypesEntitiesBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Context ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Do ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.entityTypes.entities.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Fields ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Header ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesEntitiesBatchUpdateCall ¶
type ProjectsAgentEntityTypesEntitiesBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Context ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Do ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.entityTypes.entities.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Fields ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Header ¶
func (c *ProjectsAgentEntityTypesEntitiesBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEntityTypesEntitiesService ¶
type ProjectsAgentEntityTypesEntitiesService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentEntityTypesEntitiesService ¶
func NewProjectsAgentEntityTypesEntitiesService(s *Service) *ProjectsAgentEntityTypesEntitiesService
func (*ProjectsAgentEntityTypesEntitiesService) BatchCreate ¶
func (r *ProjectsAgentEntityTypesEntitiesService) BatchCreate(parent string, googleclouddialogflowv2beta1batchcreateentitiesrequest *GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest) *ProjectsAgentEntityTypesEntitiesBatchCreateCall
BatchCreate:
- parent: .
func (*ProjectsAgentEntityTypesEntitiesService) BatchDelete ¶
func (r *ProjectsAgentEntityTypesEntitiesService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteentitiesrequest *GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest) *ProjectsAgentEntityTypesEntitiesBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsAgentEntityTypesEntitiesService) BatchUpdate ¶
func (r *ProjectsAgentEntityTypesEntitiesService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateentitiesrequest *GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest) *ProjectsAgentEntityTypesEntitiesBatchUpdateCall
BatchUpdate:
- parent: .
type ProjectsAgentEntityTypesGetCall ¶
type ProjectsAgentEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesGetCall) Context ¶
func (c *ProjectsAgentEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesGetCall) Do ¶
func (c *ProjectsAgentEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.agent.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesGetCall) Fields ¶
func (c *ProjectsAgentEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesGetCall) Header ¶
func (c *ProjectsAgentEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEntityTypesGetCall) IfNoneMatch ¶
func (c *ProjectsAgentEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEntityTypesGetCall) LanguageCode ¶
func (c *ProjectsAgentEntityTypesGetCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesGetCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsAgentEntityTypesListCall ¶
type ProjectsAgentEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesListCall) Context ¶
func (c *ProjectsAgentEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesListCall) Do ¶
func (c *ProjectsAgentEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEntityTypesResponse, error)
Do executes the "dialogflow.projects.agent.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListEntityTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesListCall) Fields ¶
func (c *ProjectsAgentEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesListCall) Header ¶
func (c *ProjectsAgentEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEntityTypesListCall) IfNoneMatch ¶
func (c *ProjectsAgentEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEntityTypesListCall) LanguageCode ¶
func (c *ProjectsAgentEntityTypesListCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsAgentEntityTypesListCall) PageSize ¶
func (c *ProjectsAgentEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEntityTypesListCall) PageToken ¶
func (c *ProjectsAgentEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEntityTypesListCall) Pages ¶
func (c *ProjectsAgentEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEntityTypesPatchCall ¶
type ProjectsAgentEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEntityTypesPatchCall) Context ¶
func (c *ProjectsAgentEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEntityTypesPatchCall) Do ¶
func (c *ProjectsAgentEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.agent.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEntityTypesPatchCall) Fields ¶
func (c *ProjectsAgentEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEntityTypesPatchCall) Header ¶
func (c *ProjectsAgentEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEntityTypesPatchCall) LanguageCode ¶
func (c *ProjectsAgentEntityTypesPatchCall) LanguageCode(languageCode string) *ProjectsAgentEntityTypesPatchCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsAgentEntityTypesPatchCall) UpdateMask ¶
func (c *ProjectsAgentEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentEntityTypesService ¶
type ProjectsAgentEntityTypesService struct {
Entities *ProjectsAgentEntityTypesEntitiesService
// contains filtered or unexported fields
}
func NewProjectsAgentEntityTypesService ¶
func NewProjectsAgentEntityTypesService(s *Service) *ProjectsAgentEntityTypesService
func (*ProjectsAgentEntityTypesService) BatchDelete ¶
func (r *ProjectsAgentEntityTypesService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteentitytypesrequest *GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest) *ProjectsAgentEntityTypesBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsAgentEntityTypesService) BatchUpdate ¶
func (r *ProjectsAgentEntityTypesService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateentitytypesrequest *GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest) *ProjectsAgentEntityTypesBatchUpdateCall
BatchUpdate:
- parent: .
func (*ProjectsAgentEntityTypesService) Create ¶
func (r *ProjectsAgentEntityTypesService) Create(parent string, googleclouddialogflowv2beta1entitytype *GoogleCloudDialogflowV2beta1EntityType) *ProjectsAgentEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsAgentEntityTypesService) Delete ¶
func (r *ProjectsAgentEntityTypesService) Delete(name string) *ProjectsAgentEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsAgentEntityTypesService) Get ¶
func (r *ProjectsAgentEntityTypesService) Get(name string) *ProjectsAgentEntityTypesGetCall
Get:
- name: .
func (*ProjectsAgentEntityTypesService) List ¶
func (r *ProjectsAgentEntityTypesService) List(parent string) *ProjectsAgentEntityTypesListCall
List:
- parent: .
func (*ProjectsAgentEntityTypesService) Patch ¶
func (r *ProjectsAgentEntityTypesService) Patch(name string, googleclouddialogflowv2beta1entitytype *GoogleCloudDialogflowV2beta1EntityType) *ProjectsAgentEntityTypesPatchCall
Patch:
- name: .
type ProjectsAgentEnvironmentsCreateCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsCreateCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsCreateCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.agent.environments.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsCreateCall) EnvironmentId ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsCreateCall) EnvironmentId(environmentId string) *ProjectsAgentEnvironmentsCreateCall
EnvironmentId sets the optional parameter "environmentId":
func (*ProjectsAgentEnvironmentsCreateCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsCreateCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsDeleteCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsDeleteCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsDeleteCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.environments.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsDeleteCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsDeleteCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsGetCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsGetCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsGetCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.agent.environments.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsGetCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsGetCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsGetCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentEnvironmentsGetHistoryCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsGetHistoryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsGetHistoryCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsGetHistoryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsGetHistoryCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EnvironmentHistory, error)
Do executes the "dialogflow.projects.agent.environments.getHistory" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EnvironmentHistory.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsGetHistoryCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsGetHistoryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsGetHistoryCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsGetHistoryCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsGetHistoryCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEnvironmentsGetHistoryCall) PageSize ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsGetHistoryCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEnvironmentsGetHistoryCall) PageToken ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsGetHistoryCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEnvironmentsGetHistoryCall) Pages ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsGetHistoryCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1EnvironmentHistory) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEnvironmentsIntentsListCall ¶ added in v0.41.0
type ProjectsAgentEnvironmentsIntentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsIntentsListCall) Context ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsIntentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsIntentsListCall) Do ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
Do executes the "dialogflow.projects.agent.environments.intents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListIntentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsIntentsListCall) Fields ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsIntentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsIntentsListCall) Header ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsIntentsListCall) IfNoneMatch ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsIntentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEnvironmentsIntentsListCall) IntentView ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) IntentView(intentView string) *ProjectsAgentEnvironmentsIntentsListCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsAgentEnvironmentsIntentsListCall) LanguageCode ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) LanguageCode(languageCode string) *ProjectsAgentEnvironmentsIntentsListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsAgentEnvironmentsIntentsListCall) PageSize ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsIntentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEnvironmentsIntentsListCall) PageToken ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsIntentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEnvironmentsIntentsListCall) Pages ¶ added in v0.41.0
func (c *ProjectsAgentEnvironmentsIntentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListIntentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEnvironmentsIntentsService ¶ added in v0.41.0
type ProjectsAgentEnvironmentsIntentsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsIntentsService ¶ added in v0.41.0
func NewProjectsAgentEnvironmentsIntentsService(s *Service) *ProjectsAgentEnvironmentsIntentsService
func (*ProjectsAgentEnvironmentsIntentsService) List ¶ added in v0.41.0
func (r *ProjectsAgentEnvironmentsIntentsService) List(parent string) *ProjectsAgentEnvironmentsIntentsListCall
List:
- parent: .
type ProjectsAgentEnvironmentsListCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsListCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsListCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse, error)
Do executes the "dialogflow.projects.agent.environments.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListEnvironmentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsListCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsListCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsListCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEnvironmentsListCall) PageSize ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEnvironmentsListCall) PageToken ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEnvironmentsListCall) Pages ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEnvironmentsPatchCall ¶ added in v0.18.0
type ProjectsAgentEnvironmentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges ¶ added in v0.46.0
func (c *ProjectsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges(allowLoadToDraftAndDiscardChanges bool) *ProjectsAgentEnvironmentsPatchCall
AllowLoadToDraftAndDiscardChanges sets the optional parameter "allowLoadToDraftAndDiscardChanges":
func (*ProjectsAgentEnvironmentsPatchCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsPatchCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.agent.environments.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsPatchCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsPatchCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsPatchCall) UpdateMask ¶ added in v0.18.0
func (c *ProjectsAgentEnvironmentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentEnvironmentsService ¶
type ProjectsAgentEnvironmentsService struct {
Intents *ProjectsAgentEnvironmentsIntentsService
Users *ProjectsAgentEnvironmentsUsersService
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsService ¶
func NewProjectsAgentEnvironmentsService(s *Service) *ProjectsAgentEnvironmentsService
func (*ProjectsAgentEnvironmentsService) Create ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) Create(parent string, googleclouddialogflowv2beta1environment *GoogleCloudDialogflowV2beta1Environment) *ProjectsAgentEnvironmentsCreateCall
Create:
- parent: .
func (*ProjectsAgentEnvironmentsService) Delete ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) Delete(name string) *ProjectsAgentEnvironmentsDeleteCall
Delete:
- name: .
func (*ProjectsAgentEnvironmentsService) Get ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) Get(name string) *ProjectsAgentEnvironmentsGetCall
Get:
- name: .
func (*ProjectsAgentEnvironmentsService) GetHistory ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) GetHistory(parent string) *ProjectsAgentEnvironmentsGetHistoryCall
GetHistory:
- parent: .
func (*ProjectsAgentEnvironmentsService) List ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) List(parent string) *ProjectsAgentEnvironmentsListCall
List:
- parent: .
func (*ProjectsAgentEnvironmentsService) Patch ¶ added in v0.18.0
func (r *ProjectsAgentEnvironmentsService) Patch(name string, googleclouddialogflowv2beta1environment *GoogleCloudDialogflowV2beta1Environment) *ProjectsAgentEnvironmentsPatchCall
Patch:
- name: .
type ProjectsAgentEnvironmentsUsersService ¶
type ProjectsAgentEnvironmentsUsersService struct {
Sessions *ProjectsAgentEnvironmentsUsersSessionsService
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsUsersService ¶
func NewProjectsAgentEnvironmentsUsersService(s *Service) *ProjectsAgentEnvironmentsUsersService
type ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.contexts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.contexts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsContextsGetCall ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.contexts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentEnvironmentsUsersSessionsContextsListCall ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.contexts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageSize ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageToken ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Pages ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListContextsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.contexts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentEnvironmentsUsersSessionsContextsService ¶
type ProjectsAgentEnvironmentsUsersSessionsContextsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsUsersSessionsContextsService ¶
func NewProjectsAgentEnvironmentsUsersSessionsContextsService(s *Service) *ProjectsAgentEnvironmentsUsersSessionsContextsService
func (*ProjectsAgentEnvironmentsUsersSessionsContextsService) Create ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Create(parent string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsAgentEnvironmentsUsersSessionsContextsCreateCall
Create:
- parent: .
func (*ProjectsAgentEnvironmentsUsersSessionsContextsService) Delete ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Delete(name string) *ProjectsAgentEnvironmentsUsersSessionsContextsDeleteCall
Delete:
- name: .
func (*ProjectsAgentEnvironmentsUsersSessionsContextsService) Get ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Get(name string) *ProjectsAgentEnvironmentsUsersSessionsContextsGetCall
Get:
- name: .
func (*ProjectsAgentEnvironmentsUsersSessionsContextsService) List ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) List(parent string) *ProjectsAgentEnvironmentsUsersSessionsContextsListCall
List:
- parent: .
func (*ProjectsAgentEnvironmentsUsersSessionsContextsService) Patch ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsContextsService) Patch(name string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsAgentEnvironmentsUsersSessionsContextsPatchCall
Patch:
- name: .
type ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall ¶
type ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.deleteContexts" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall ¶
type ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.detectIntent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1DetectIntentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.environments.users.sessions.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask ¶
func (c *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesService ¶
type ProjectsAgentEnvironmentsUsersSessionsEntityTypesService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsUsersSessionsEntityTypesService ¶
func NewProjectsAgentEnvironmentsUsersSessionsEntityTypesService(s *Service) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Create ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Create(parent string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Delete ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Delete(name string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Get ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Get(name string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Get:
- name: .
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) List ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) List(parent string) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesListCall
List:
- parent: .
func (*ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Patch ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService) Patch(name string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Patch:
- name: .
type ProjectsAgentEnvironmentsUsersSessionsService ¶
type ProjectsAgentEnvironmentsUsersSessionsService struct {
Contexts *ProjectsAgentEnvironmentsUsersSessionsContextsService
EntityTypes *ProjectsAgentEnvironmentsUsersSessionsEntityTypesService
// contains filtered or unexported fields
}
func NewProjectsAgentEnvironmentsUsersSessionsService ¶
func NewProjectsAgentEnvironmentsUsersSessionsService(s *Service) *ProjectsAgentEnvironmentsUsersSessionsService
func (*ProjectsAgentEnvironmentsUsersSessionsService) DeleteContexts ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsService) DeleteContexts(parent string) *ProjectsAgentEnvironmentsUsersSessionsDeleteContextsCall
DeleteContexts:
- parent: .
func (*ProjectsAgentEnvironmentsUsersSessionsService) DetectIntent ¶
func (r *ProjectsAgentEnvironmentsUsersSessionsService) DetectIntent(session string, googleclouddialogflowv2beta1detectintentrequest *GoogleCloudDialogflowV2beta1DetectIntentRequest) *ProjectsAgentEnvironmentsUsersSessionsDetectIntentCall
DetectIntent:
- session: .
type ProjectsAgentExportCall ¶
type ProjectsAgentExportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentExportCall) Context ¶
func (c *ProjectsAgentExportCall) Context(ctx context.Context) *ProjectsAgentExportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentExportCall) Do ¶
func (c *ProjectsAgentExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.export" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentExportCall) Fields ¶
func (c *ProjectsAgentExportCall) Fields(s ...googleapi.Field) *ProjectsAgentExportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentExportCall) Header ¶
func (c *ProjectsAgentExportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentGetFulfillmentCall ¶ added in v0.18.0
type ProjectsAgentGetFulfillmentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentGetFulfillmentCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentGetFulfillmentCall) Context(ctx context.Context) *ProjectsAgentGetFulfillmentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentGetFulfillmentCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentGetFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
Do executes the "dialogflow.projects.agent.getFulfillment" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Fulfillment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentGetFulfillmentCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentGetFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsAgentGetFulfillmentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentGetFulfillmentCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentGetFulfillmentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentGetFulfillmentCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentGetFulfillmentCall) IfNoneMatch(entityTag string) *ProjectsAgentGetFulfillmentCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentGetValidationResultCall ¶ added in v0.11.0
type ProjectsAgentGetValidationResultCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentGetValidationResultCall) Context ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) Context(ctx context.Context) *ProjectsAgentGetValidationResultCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentGetValidationResultCall) Do ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ValidationResult, error)
Do executes the "dialogflow.projects.agent.getValidationResult" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ValidationResult.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentGetValidationResultCall) Fields ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsAgentGetValidationResultCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentGetValidationResultCall) Header ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentGetValidationResultCall) IfNoneMatch ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsAgentGetValidationResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentGetValidationResultCall) LanguageCode ¶ added in v0.11.0
func (c *ProjectsAgentGetValidationResultCall) LanguageCode(languageCode string) *ProjectsAgentGetValidationResultCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsAgentImportCall ¶
type ProjectsAgentImportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentImportCall) Context ¶
func (c *ProjectsAgentImportCall) Context(ctx context.Context) *ProjectsAgentImportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentImportCall) Do ¶
func (c *ProjectsAgentImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentImportCall) Fields ¶
func (c *ProjectsAgentImportCall) Fields(s ...googleapi.Field) *ProjectsAgentImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentImportCall) Header ¶
func (c *ProjectsAgentImportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentIntentsBatchDeleteCall ¶
type ProjectsAgentIntentsBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsBatchDeleteCall) Context ¶
func (c *ProjectsAgentIntentsBatchDeleteCall) Context(ctx context.Context) *ProjectsAgentIntentsBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsBatchDeleteCall) Do ¶
func (c *ProjectsAgentIntentsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.intents.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsBatchDeleteCall) Fields ¶
func (c *ProjectsAgentIntentsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsBatchDeleteCall) Header ¶
func (c *ProjectsAgentIntentsBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentIntentsBatchUpdateCall ¶
type ProjectsAgentIntentsBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsBatchUpdateCall) Context ¶
func (c *ProjectsAgentIntentsBatchUpdateCall) Context(ctx context.Context) *ProjectsAgentIntentsBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsBatchUpdateCall) Do ¶
func (c *ProjectsAgentIntentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.intents.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsBatchUpdateCall) Fields ¶
func (c *ProjectsAgentIntentsBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsBatchUpdateCall) Header ¶
func (c *ProjectsAgentIntentsBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentIntentsCreateCall ¶
type ProjectsAgentIntentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsCreateCall) Context ¶
func (c *ProjectsAgentIntentsCreateCall) Context(ctx context.Context) *ProjectsAgentIntentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsCreateCall) Do ¶
func (c *ProjectsAgentIntentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.agent.intents.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsCreateCall) Fields ¶
func (c *ProjectsAgentIntentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsCreateCall) Header ¶
func (c *ProjectsAgentIntentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentIntentsCreateCall) IntentView ¶
func (c *ProjectsAgentIntentsCreateCall) IntentView(intentView string) *ProjectsAgentIntentsCreateCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsAgentIntentsCreateCall) LanguageCode ¶
func (c *ProjectsAgentIntentsCreateCall) LanguageCode(languageCode string) *ProjectsAgentIntentsCreateCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsAgentIntentsDeleteCall ¶
type ProjectsAgentIntentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsDeleteCall) Context ¶
func (c *ProjectsAgentIntentsDeleteCall) Context(ctx context.Context) *ProjectsAgentIntentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsDeleteCall) Do ¶
func (c *ProjectsAgentIntentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.intents.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsDeleteCall) Fields ¶
func (c *ProjectsAgentIntentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsDeleteCall) Header ¶
func (c *ProjectsAgentIntentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentIntentsGetCall ¶
type ProjectsAgentIntentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsGetCall) Context ¶
func (c *ProjectsAgentIntentsGetCall) Context(ctx context.Context) *ProjectsAgentIntentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsGetCall) Do ¶
func (c *ProjectsAgentIntentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.agent.intents.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsGetCall) Fields ¶
func (c *ProjectsAgentIntentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsGetCall) Header ¶
func (c *ProjectsAgentIntentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentIntentsGetCall) IfNoneMatch ¶
func (c *ProjectsAgentIntentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentIntentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentIntentsGetCall) IntentView ¶
func (c *ProjectsAgentIntentsGetCall) IntentView(intentView string) *ProjectsAgentIntentsGetCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsAgentIntentsGetCall) LanguageCode ¶
func (c *ProjectsAgentIntentsGetCall) LanguageCode(languageCode string) *ProjectsAgentIntentsGetCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsAgentIntentsListCall ¶
type ProjectsAgentIntentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsListCall) Context ¶
func (c *ProjectsAgentIntentsListCall) Context(ctx context.Context) *ProjectsAgentIntentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsListCall) Do ¶
func (c *ProjectsAgentIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
Do executes the "dialogflow.projects.agent.intents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListIntentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsListCall) Fields ¶
func (c *ProjectsAgentIntentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsListCall) Header ¶
func (c *ProjectsAgentIntentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentIntentsListCall) IfNoneMatch ¶
func (c *ProjectsAgentIntentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentIntentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentIntentsListCall) IntentView ¶
func (c *ProjectsAgentIntentsListCall) IntentView(intentView string) *ProjectsAgentIntentsListCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsAgentIntentsListCall) LanguageCode ¶
func (c *ProjectsAgentIntentsListCall) LanguageCode(languageCode string) *ProjectsAgentIntentsListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsAgentIntentsListCall) PageSize ¶
func (c *ProjectsAgentIntentsListCall) PageSize(pageSize int64) *ProjectsAgentIntentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentIntentsListCall) PageToken ¶
func (c *ProjectsAgentIntentsListCall) PageToken(pageToken string) *ProjectsAgentIntentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentIntentsListCall) Pages ¶
func (c *ProjectsAgentIntentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListIntentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentIntentsPatchCall ¶
type ProjectsAgentIntentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentIntentsPatchCall) Context ¶
func (c *ProjectsAgentIntentsPatchCall) Context(ctx context.Context) *ProjectsAgentIntentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentIntentsPatchCall) Do ¶
func (c *ProjectsAgentIntentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.agent.intents.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentIntentsPatchCall) Fields ¶
func (c *ProjectsAgentIntentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentIntentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentIntentsPatchCall) Header ¶
func (c *ProjectsAgentIntentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentIntentsPatchCall) IntentView ¶
func (c *ProjectsAgentIntentsPatchCall) IntentView(intentView string) *ProjectsAgentIntentsPatchCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsAgentIntentsPatchCall) LanguageCode ¶
func (c *ProjectsAgentIntentsPatchCall) LanguageCode(languageCode string) *ProjectsAgentIntentsPatchCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsAgentIntentsPatchCall) UpdateMask ¶
func (c *ProjectsAgentIntentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentIntentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentIntentsService ¶
type ProjectsAgentIntentsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentIntentsService ¶
func NewProjectsAgentIntentsService(s *Service) *ProjectsAgentIntentsService
func (*ProjectsAgentIntentsService) BatchDelete ¶
func (r *ProjectsAgentIntentsService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteintentsrequest *GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest) *ProjectsAgentIntentsBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsAgentIntentsService) BatchUpdate ¶
func (r *ProjectsAgentIntentsService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateintentsrequest *GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest) *ProjectsAgentIntentsBatchUpdateCall
BatchUpdate:
- parent: .
func (*ProjectsAgentIntentsService) Create ¶
func (r *ProjectsAgentIntentsService) Create(parent string, googleclouddialogflowv2beta1intent *GoogleCloudDialogflowV2beta1Intent) *ProjectsAgentIntentsCreateCall
Create:
- parent: .
func (*ProjectsAgentIntentsService) Delete ¶
func (r *ProjectsAgentIntentsService) Delete(name string) *ProjectsAgentIntentsDeleteCall
Delete:
- name: .
func (*ProjectsAgentIntentsService) Get ¶
func (r *ProjectsAgentIntentsService) Get(name string) *ProjectsAgentIntentsGetCall
Get:
- name: .
func (*ProjectsAgentIntentsService) List ¶
func (r *ProjectsAgentIntentsService) List(parent string) *ProjectsAgentIntentsListCall
List:
- parent: .
func (*ProjectsAgentIntentsService) Patch ¶
func (r *ProjectsAgentIntentsService) Patch(name string, googleclouddialogflowv2beta1intent *GoogleCloudDialogflowV2beta1Intent) *ProjectsAgentIntentsPatchCall
Patch:
- name: .
type ProjectsAgentKnowledgeBasesCreateCall ¶
type ProjectsAgentKnowledgeBasesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesCreateCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesCreateCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesCreateCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesCreateCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentKnowledgeBasesDeleteCall ¶
type ProjectsAgentKnowledgeBasesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDeleteCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDeleteCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDeleteCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDeleteCall) Force ¶
func (c *ProjectsAgentKnowledgeBasesDeleteCall) Force(force bool) *ProjectsAgentKnowledgeBasesDeleteCall
Force sets the optional parameter "force":
func (*ProjectsAgentKnowledgeBasesDeleteCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentKnowledgeBasesDocumentsCreateCall ¶
type ProjectsAgentKnowledgeBasesDocumentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsCreateCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsCreateCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsCreateCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsCreateCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata ¶ added in v0.36.0
func (c *ProjectsAgentKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
ImportGcsCustomMetadata sets the optional parameter "importGcsCustomMetadata":
type ProjectsAgentKnowledgeBasesDocumentsDeleteCall ¶
type ProjectsAgentKnowledgeBasesDocumentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentKnowledgeBasesDocumentsGetCall ¶
type ProjectsAgentKnowledgeBasesDocumentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsGetCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsGetCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Document.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsGetCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsGetCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesDocumentsGetCall) IfNoneMatch ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesDocumentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentKnowledgeBasesDocumentsListCall ¶
type ProjectsAgentKnowledgeBasesDocumentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListDocumentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Filter ¶ added in v0.33.0
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsAgentKnowledgeBasesDocumentsListCall
Filter sets the optional parameter "filter":
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) IfNoneMatch ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesDocumentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) PageSize ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsAgentKnowledgeBasesDocumentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) PageToken ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsAgentKnowledgeBasesDocumentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentKnowledgeBasesDocumentsListCall) Pages ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListDocumentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentKnowledgeBasesDocumentsPatchCall ¶
type ProjectsAgentKnowledgeBasesDocumentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsPatchCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsPatchCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsPatchCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsPatchCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesDocumentsPatchCall) UpdateMask ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentKnowledgeBasesDocumentsReloadCall ¶
type ProjectsAgentKnowledgeBasesDocumentsReloadCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesDocumentsReloadCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesDocumentsReloadCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.documents.reload" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesDocumentsReloadCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesDocumentsReloadCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesDocumentsReloadCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentKnowledgeBasesDocumentsService ¶
type ProjectsAgentKnowledgeBasesDocumentsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentKnowledgeBasesDocumentsService ¶
func NewProjectsAgentKnowledgeBasesDocumentsService(s *Service) *ProjectsAgentKnowledgeBasesDocumentsService
func (*ProjectsAgentKnowledgeBasesDocumentsService) Create ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) Create(parent string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsAgentKnowledgeBasesDocumentsCreateCall
Create:
- parent: .
func (*ProjectsAgentKnowledgeBasesDocumentsService) Delete ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) Delete(name string) *ProjectsAgentKnowledgeBasesDocumentsDeleteCall
Delete:
- name: .
func (*ProjectsAgentKnowledgeBasesDocumentsService) Get ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) Get(name string) *ProjectsAgentKnowledgeBasesDocumentsGetCall
Get:
- name: .
func (*ProjectsAgentKnowledgeBasesDocumentsService) List ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) List(parent string) *ProjectsAgentKnowledgeBasesDocumentsListCall
List:
- parent: .
func (*ProjectsAgentKnowledgeBasesDocumentsService) Patch ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) Patch(name string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsAgentKnowledgeBasesDocumentsPatchCall
Patch:
- name: .
func (*ProjectsAgentKnowledgeBasesDocumentsService) Reload ¶
func (r *ProjectsAgentKnowledgeBasesDocumentsService) Reload(name string, googleclouddialogflowv2beta1reloaddocumentrequest *GoogleCloudDialogflowV2beta1ReloadDocumentRequest) *ProjectsAgentKnowledgeBasesDocumentsReloadCall
Reload:
- name: .
type ProjectsAgentKnowledgeBasesGetCall ¶
type ProjectsAgentKnowledgeBasesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesGetCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesGetCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesGetCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesGetCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesGetCall) IfNoneMatch ¶
func (c *ProjectsAgentKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentKnowledgeBasesListCall ¶
type ProjectsAgentKnowledgeBasesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesListCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesListCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse.ServerResponse.Header
or (if a response was returned at all) in error.(*googleapi.Error).Header.
Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesListCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesListCall) Filter ¶ added in v0.33.0
func (c *ProjectsAgentKnowledgeBasesListCall) Filter(filter string) *ProjectsAgentKnowledgeBasesListCall
Filter sets the optional parameter "filter":
func (*ProjectsAgentKnowledgeBasesListCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesListCall) IfNoneMatch ¶
func (c *ProjectsAgentKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsAgentKnowledgeBasesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentKnowledgeBasesListCall) PageSize ¶
func (c *ProjectsAgentKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsAgentKnowledgeBasesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentKnowledgeBasesListCall) PageToken ¶
func (c *ProjectsAgentKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsAgentKnowledgeBasesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentKnowledgeBasesListCall) Pages ¶
func (c *ProjectsAgentKnowledgeBasesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentKnowledgeBasesPatchCall ¶
type ProjectsAgentKnowledgeBasesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentKnowledgeBasesPatchCall) Context ¶
func (c *ProjectsAgentKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsAgentKnowledgeBasesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentKnowledgeBasesPatchCall) Do ¶
func (c *ProjectsAgentKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.agent.knowledgeBases.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentKnowledgeBasesPatchCall) Fields ¶
func (c *ProjectsAgentKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentKnowledgeBasesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentKnowledgeBasesPatchCall) Header ¶
func (c *ProjectsAgentKnowledgeBasesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentKnowledgeBasesPatchCall) UpdateMask ¶
func (c *ProjectsAgentKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsAgentKnowledgeBasesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentKnowledgeBasesService ¶
type ProjectsAgentKnowledgeBasesService struct {
Documents *ProjectsAgentKnowledgeBasesDocumentsService
// contains filtered or unexported fields
}
func NewProjectsAgentKnowledgeBasesService ¶
func NewProjectsAgentKnowledgeBasesService(s *Service) *ProjectsAgentKnowledgeBasesService
func (*ProjectsAgentKnowledgeBasesService) Create ¶
func (r *ProjectsAgentKnowledgeBasesService) Create(parent string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsAgentKnowledgeBasesCreateCall
Create:
- parent: .
func (*ProjectsAgentKnowledgeBasesService) Delete ¶
func (r *ProjectsAgentKnowledgeBasesService) Delete(name string) *ProjectsAgentKnowledgeBasesDeleteCall
Delete:
- name: .
func (*ProjectsAgentKnowledgeBasesService) Get ¶
func (r *ProjectsAgentKnowledgeBasesService) Get(name string) *ProjectsAgentKnowledgeBasesGetCall
Get:
- name: .
func (*ProjectsAgentKnowledgeBasesService) List ¶
func (r *ProjectsAgentKnowledgeBasesService) List(parent string) *ProjectsAgentKnowledgeBasesListCall
List:
- parent: .
func (*ProjectsAgentKnowledgeBasesService) Patch ¶
func (r *ProjectsAgentKnowledgeBasesService) Patch(name string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsAgentKnowledgeBasesPatchCall
Patch:
- name: .
type ProjectsAgentRestoreCall ¶
type ProjectsAgentRestoreCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentRestoreCall) Context ¶
func (c *ProjectsAgentRestoreCall) Context(ctx context.Context) *ProjectsAgentRestoreCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentRestoreCall) Do ¶
func (c *ProjectsAgentRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.restore" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentRestoreCall) Fields ¶
func (c *ProjectsAgentRestoreCall) Fields(s ...googleapi.Field) *ProjectsAgentRestoreCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentRestoreCall) Header ¶
func (c *ProjectsAgentRestoreCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSearchCall ¶
type ProjectsAgentSearchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSearchCall) Context ¶
func (c *ProjectsAgentSearchCall) Context(ctx context.Context) *ProjectsAgentSearchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSearchCall) Do ¶
func (c *ProjectsAgentSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchAgentsResponse, error)
Do executes the "dialogflow.projects.agent.search" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchAgentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSearchCall) Fields ¶
func (c *ProjectsAgentSearchCall) Fields(s ...googleapi.Field) *ProjectsAgentSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSearchCall) Header ¶
func (c *ProjectsAgentSearchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSearchCall) IfNoneMatch ¶
func (c *ProjectsAgentSearchCall) IfNoneMatch(entityTag string) *ProjectsAgentSearchCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentSearchCall) PageSize ¶
func (c *ProjectsAgentSearchCall) PageSize(pageSize int64) *ProjectsAgentSearchCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentSearchCall) PageToken ¶
func (c *ProjectsAgentSearchCall) PageToken(pageToken string) *ProjectsAgentSearchCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentSearchCall) Pages ¶
func (c *ProjectsAgentSearchCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1SearchAgentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentService ¶
type ProjectsAgentService struct {
EntityTypes *ProjectsAgentEntityTypesService
Environments *ProjectsAgentEnvironmentsService
Intents *ProjectsAgentIntentsService
KnowledgeBases *ProjectsAgentKnowledgeBasesService
Sessions *ProjectsAgentSessionsService
Versions *ProjectsAgentVersionsService
// contains filtered or unexported fields
}
func NewProjectsAgentService ¶
func NewProjectsAgentService(s *Service) *ProjectsAgentService
func (*ProjectsAgentService) Export ¶
func (r *ProjectsAgentService) Export(parent string, googleclouddialogflowv2beta1exportagentrequest *GoogleCloudDialogflowV2beta1ExportAgentRequest) *ProjectsAgentExportCall
Export:
- parent: .
func (*ProjectsAgentService) GetFulfillment ¶ added in v0.18.0
func (r *ProjectsAgentService) GetFulfillment(name string) *ProjectsAgentGetFulfillmentCall
GetFulfillment:
- name: .
func (*ProjectsAgentService) GetValidationResult ¶ added in v0.11.0
func (r *ProjectsAgentService) GetValidationResult(parent string) *ProjectsAgentGetValidationResultCall
GetValidationResult:
- parent: .
func (*ProjectsAgentService) Import ¶
func (r *ProjectsAgentService) Import(parent string, googleclouddialogflowv2beta1importagentrequest *GoogleCloudDialogflowV2beta1ImportAgentRequest) *ProjectsAgentImportCall
Import:
- parent: .
func (*ProjectsAgentService) Restore ¶
func (r *ProjectsAgentService) Restore(parent string, googleclouddialogflowv2beta1restoreagentrequest *GoogleCloudDialogflowV2beta1RestoreAgentRequest) *ProjectsAgentRestoreCall
Restore:
- parent: .
func (*ProjectsAgentService) Search ¶
func (r *ProjectsAgentService) Search(parent string) *ProjectsAgentSearchCall
Search:
- parent: .
func (*ProjectsAgentService) Train ¶
func (r *ProjectsAgentService) Train(parent string, googleclouddialogflowv2beta1trainagentrequest *GoogleCloudDialogflowV2beta1TrainAgentRequest) *ProjectsAgentTrainCall
Train:
- parent: .
func (*ProjectsAgentService) UpdateFulfillment ¶ added in v0.18.0
func (r *ProjectsAgentService) UpdateFulfillment(name string, googleclouddialogflowv2beta1fulfillment *GoogleCloudDialogflowV2beta1Fulfillment) *ProjectsAgentUpdateFulfillmentCall
UpdateFulfillment:
- name: .
type ProjectsAgentSessionsContextsCreateCall ¶
type ProjectsAgentSessionsContextsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsContextsCreateCall) Context ¶
func (c *ProjectsAgentSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsContextsCreateCall) Do ¶
func (c *ProjectsAgentSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.sessions.contexts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsContextsCreateCall) Fields ¶
func (c *ProjectsAgentSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsContextsCreateCall) Header ¶
func (c *ProjectsAgentSessionsContextsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsContextsDeleteCall ¶
type ProjectsAgentSessionsContextsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsContextsDeleteCall) Context ¶
func (c *ProjectsAgentSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsContextsDeleteCall) Do ¶
func (c *ProjectsAgentSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.sessions.contexts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsContextsDeleteCall) Fields ¶
func (c *ProjectsAgentSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsContextsDeleteCall) Header ¶
func (c *ProjectsAgentSessionsContextsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsContextsGetCall ¶
type ProjectsAgentSessionsContextsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsContextsGetCall) Context ¶
func (c *ProjectsAgentSessionsContextsGetCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsContextsGetCall) Do ¶
func (c *ProjectsAgentSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.sessions.contexts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsContextsGetCall) Fields ¶
func (c *ProjectsAgentSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsContextsGetCall) Header ¶
func (c *ProjectsAgentSessionsContextsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsContextsGetCall) IfNoneMatch ¶
func (c *ProjectsAgentSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsContextsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentSessionsContextsListCall ¶
type ProjectsAgentSessionsContextsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsContextsListCall) Context ¶
func (c *ProjectsAgentSessionsContextsListCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsContextsListCall) Do ¶
func (c *ProjectsAgentSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
Do executes the "dialogflow.projects.agent.sessions.contexts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsContextsListCall) Fields ¶
func (c *ProjectsAgentSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsContextsListCall) Header ¶
func (c *ProjectsAgentSessionsContextsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsContextsListCall) IfNoneMatch ¶
func (c *ProjectsAgentSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsContextsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentSessionsContextsListCall) PageSize ¶
func (c *ProjectsAgentSessionsContextsListCall) PageSize(pageSize int64) *ProjectsAgentSessionsContextsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentSessionsContextsListCall) PageToken ¶
func (c *ProjectsAgentSessionsContextsListCall) PageToken(pageToken string) *ProjectsAgentSessionsContextsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentSessionsContextsListCall) Pages ¶
func (c *ProjectsAgentSessionsContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListContextsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentSessionsContextsPatchCall ¶
type ProjectsAgentSessionsContextsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsContextsPatchCall) Context ¶
func (c *ProjectsAgentSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsAgentSessionsContextsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsContextsPatchCall) Do ¶
func (c *ProjectsAgentSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.agent.sessions.contexts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsContextsPatchCall) Fields ¶
func (c *ProjectsAgentSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsContextsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsContextsPatchCall) Header ¶
func (c *ProjectsAgentSessionsContextsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsContextsPatchCall) UpdateMask ¶
func (c *ProjectsAgentSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsAgentSessionsContextsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentSessionsContextsService ¶
type ProjectsAgentSessionsContextsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentSessionsContextsService ¶
func NewProjectsAgentSessionsContextsService(s *Service) *ProjectsAgentSessionsContextsService
func (*ProjectsAgentSessionsContextsService) Create ¶
func (r *ProjectsAgentSessionsContextsService) Create(parent string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsAgentSessionsContextsCreateCall
Create:
- parent: .
func (*ProjectsAgentSessionsContextsService) Delete ¶
func (r *ProjectsAgentSessionsContextsService) Delete(name string) *ProjectsAgentSessionsContextsDeleteCall
Delete:
- name: .
func (*ProjectsAgentSessionsContextsService) Get ¶
func (r *ProjectsAgentSessionsContextsService) Get(name string) *ProjectsAgentSessionsContextsGetCall
Get:
- name: .
func (*ProjectsAgentSessionsContextsService) List ¶
func (r *ProjectsAgentSessionsContextsService) List(parent string) *ProjectsAgentSessionsContextsListCall
List:
- parent: .
func (*ProjectsAgentSessionsContextsService) Patch ¶
func (r *ProjectsAgentSessionsContextsService) Patch(name string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsAgentSessionsContextsPatchCall
Patch:
- name: .
type ProjectsAgentSessionsDeleteContextsCall ¶
type ProjectsAgentSessionsDeleteContextsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsDeleteContextsCall) Context ¶
func (c *ProjectsAgentSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsAgentSessionsDeleteContextsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsDeleteContextsCall) Do ¶
func (c *ProjectsAgentSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.sessions.deleteContexts" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsDeleteContextsCall) Fields ¶
func (c *ProjectsAgentSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsDeleteContextsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsDeleteContextsCall) Header ¶
func (c *ProjectsAgentSessionsDeleteContextsCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsDetectIntentCall ¶
type ProjectsAgentSessionsDetectIntentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsDetectIntentCall) Context ¶
func (c *ProjectsAgentSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsAgentSessionsDetectIntentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsDetectIntentCall) Do ¶
func (c *ProjectsAgentSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
Do executes the "dialogflow.projects.agent.sessions.detectIntent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1DetectIntentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsDetectIntentCall) Fields ¶
func (c *ProjectsAgentSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsDetectIntentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsDetectIntentCall) Header ¶
func (c *ProjectsAgentSessionsDetectIntentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsEntityTypesCreateCall ¶
type ProjectsAgentSessionsEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsEntityTypesCreateCall) Context ¶
func (c *ProjectsAgentSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsEntityTypesCreateCall) Do ¶
func (c *ProjectsAgentSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.sessions.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsEntityTypesCreateCall) Fields ¶
func (c *ProjectsAgentSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsEntityTypesCreateCall) Header ¶
func (c *ProjectsAgentSessionsEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsEntityTypesDeleteCall ¶
type ProjectsAgentSessionsEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsEntityTypesDeleteCall) Context ¶
func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsEntityTypesDeleteCall) Do ¶
func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.sessions.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsEntityTypesDeleteCall) Fields ¶
func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsEntityTypesDeleteCall) Header ¶
func (c *ProjectsAgentSessionsEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentSessionsEntityTypesGetCall ¶
type ProjectsAgentSessionsEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsEntityTypesGetCall) Context ¶
func (c *ProjectsAgentSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsEntityTypesGetCall) Do ¶
func (c *ProjectsAgentSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.sessions.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsEntityTypesGetCall) Fields ¶
func (c *ProjectsAgentSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsEntityTypesGetCall) Header ¶
func (c *ProjectsAgentSessionsEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsEntityTypesGetCall) IfNoneMatch ¶
func (c *ProjectsAgentSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentSessionsEntityTypesListCall ¶
type ProjectsAgentSessionsEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsEntityTypesListCall) Context ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsEntityTypesListCall) Do ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
Do executes the "dialogflow.projects.agent.sessions.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsEntityTypesListCall) Fields ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsEntityTypesListCall) Header ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsEntityTypesListCall) IfNoneMatch ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsAgentSessionsEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentSessionsEntityTypesListCall) PageSize ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsAgentSessionsEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentSessionsEntityTypesListCall) PageToken ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsAgentSessionsEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentSessionsEntityTypesListCall) Pages ¶
func (c *ProjectsAgentSessionsEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentSessionsEntityTypesPatchCall ¶
type ProjectsAgentSessionsEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentSessionsEntityTypesPatchCall) Context ¶
func (c *ProjectsAgentSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsAgentSessionsEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentSessionsEntityTypesPatchCall) Do ¶
func (c *ProjectsAgentSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.agent.sessions.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentSessionsEntityTypesPatchCall) Fields ¶
func (c *ProjectsAgentSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentSessionsEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentSessionsEntityTypesPatchCall) Header ¶
func (c *ProjectsAgentSessionsEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentSessionsEntityTypesPatchCall) UpdateMask ¶
func (c *ProjectsAgentSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsAgentSessionsEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentSessionsEntityTypesService ¶
type ProjectsAgentSessionsEntityTypesService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentSessionsEntityTypesService ¶
func NewProjectsAgentSessionsEntityTypesService(s *Service) *ProjectsAgentSessionsEntityTypesService
func (*ProjectsAgentSessionsEntityTypesService) Create ¶
func (r *ProjectsAgentSessionsEntityTypesService) Create(parent string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsAgentSessionsEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsAgentSessionsEntityTypesService) Delete ¶
func (r *ProjectsAgentSessionsEntityTypesService) Delete(name string) *ProjectsAgentSessionsEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsAgentSessionsEntityTypesService) Get ¶
func (r *ProjectsAgentSessionsEntityTypesService) Get(name string) *ProjectsAgentSessionsEntityTypesGetCall
Get:
- name: .
func (*ProjectsAgentSessionsEntityTypesService) List ¶
func (r *ProjectsAgentSessionsEntityTypesService) List(parent string) *ProjectsAgentSessionsEntityTypesListCall
List:
- parent: .
func (*ProjectsAgentSessionsEntityTypesService) Patch ¶
func (r *ProjectsAgentSessionsEntityTypesService) Patch(name string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsAgentSessionsEntityTypesPatchCall
Patch:
- name: .
type ProjectsAgentSessionsService ¶
type ProjectsAgentSessionsService struct {
Contexts *ProjectsAgentSessionsContextsService
EntityTypes *ProjectsAgentSessionsEntityTypesService
// contains filtered or unexported fields
}
func NewProjectsAgentSessionsService ¶
func NewProjectsAgentSessionsService(s *Service) *ProjectsAgentSessionsService
func (*ProjectsAgentSessionsService) DeleteContexts ¶
func (r *ProjectsAgentSessionsService) DeleteContexts(parent string) *ProjectsAgentSessionsDeleteContextsCall
DeleteContexts:
- parent: .
func (*ProjectsAgentSessionsService) DetectIntent ¶
func (r *ProjectsAgentSessionsService) DetectIntent(session string, googleclouddialogflowv2beta1detectintentrequest *GoogleCloudDialogflowV2beta1DetectIntentRequest) *ProjectsAgentSessionsDetectIntentCall
DetectIntent:
- session: .
type ProjectsAgentTrainCall ¶
type ProjectsAgentTrainCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentTrainCall) Context ¶
func (c *ProjectsAgentTrainCall) Context(ctx context.Context) *ProjectsAgentTrainCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentTrainCall) Do ¶
func (c *ProjectsAgentTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.agent.train" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentTrainCall) Fields ¶
func (c *ProjectsAgentTrainCall) Fields(s ...googleapi.Field) *ProjectsAgentTrainCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentTrainCall) Header ¶
func (c *ProjectsAgentTrainCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentUpdateFulfillmentCall ¶ added in v0.18.0
type ProjectsAgentUpdateFulfillmentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentUpdateFulfillmentCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentUpdateFulfillmentCall) Context(ctx context.Context) *ProjectsAgentUpdateFulfillmentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentUpdateFulfillmentCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentUpdateFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
Do executes the "dialogflow.projects.agent.updateFulfillment" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Fulfillment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentUpdateFulfillmentCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentUpdateFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsAgentUpdateFulfillmentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentUpdateFulfillmentCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentUpdateFulfillmentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentUpdateFulfillmentCall) UpdateMask ¶ added in v0.18.0
func (c *ProjectsAgentUpdateFulfillmentCall) UpdateMask(updateMask string) *ProjectsAgentUpdateFulfillmentCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentVersionsCreateCall ¶ added in v0.18.0
type ProjectsAgentVersionsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentVersionsCreateCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentVersionsCreateCall) Context(ctx context.Context) *ProjectsAgentVersionsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentVersionsCreateCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.agent.versions.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentVersionsCreateCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentVersionsCreateCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentVersionsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentVersionsDeleteCall ¶ added in v0.46.0
type ProjectsAgentVersionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentVersionsDeleteCall) Context ¶ added in v0.46.0
func (c *ProjectsAgentVersionsDeleteCall) Context(ctx context.Context) *ProjectsAgentVersionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentVersionsDeleteCall) Do ¶ added in v0.46.0
func (c *ProjectsAgentVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.agent.versions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentVersionsDeleteCall) Fields ¶ added in v0.46.0
func (c *ProjectsAgentVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentVersionsDeleteCall) Header ¶ added in v0.46.0
func (c *ProjectsAgentVersionsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsAgentVersionsGetCall ¶ added in v0.18.0
type ProjectsAgentVersionsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentVersionsGetCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentVersionsGetCall) Context(ctx context.Context) *ProjectsAgentVersionsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentVersionsGetCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.agent.versions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentVersionsGetCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentVersionsGetCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentVersionsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentVersionsGetCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsAgentVersionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAgentVersionsListCall ¶ added in v0.18.0
type ProjectsAgentVersionsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentVersionsListCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) Context(ctx context.Context) *ProjectsAgentVersionsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentVersionsListCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListVersionsResponse, error)
Do executes the "dialogflow.projects.agent.versions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListVersionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentVersionsListCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentVersionsListCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentVersionsListCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) IfNoneMatch(entityTag string) *ProjectsAgentVersionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAgentVersionsListCall) PageSize ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) PageSize(pageSize int64) *ProjectsAgentVersionsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAgentVersionsListCall) PageToken ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) PageToken(pageToken string) *ProjectsAgentVersionsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAgentVersionsListCall) Pages ¶ added in v0.18.0
func (c *ProjectsAgentVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListVersionsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAgentVersionsPatchCall ¶ added in v0.18.0
type ProjectsAgentVersionsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAgentVersionsPatchCall) Context ¶ added in v0.18.0
func (c *ProjectsAgentVersionsPatchCall) Context(ctx context.Context) *ProjectsAgentVersionsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAgentVersionsPatchCall) Do ¶ added in v0.18.0
func (c *ProjectsAgentVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.agent.versions.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAgentVersionsPatchCall) Fields ¶ added in v0.18.0
func (c *ProjectsAgentVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsAgentVersionsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAgentVersionsPatchCall) Header ¶ added in v0.18.0
func (c *ProjectsAgentVersionsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAgentVersionsPatchCall) UpdateMask ¶ added in v0.18.0
func (c *ProjectsAgentVersionsPatchCall) UpdateMask(updateMask string) *ProjectsAgentVersionsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAgentVersionsService ¶ added in v0.18.0
type ProjectsAgentVersionsService struct {
// contains filtered or unexported fields
}
func NewProjectsAgentVersionsService ¶ added in v0.18.0
func NewProjectsAgentVersionsService(s *Service) *ProjectsAgentVersionsService
func (*ProjectsAgentVersionsService) Create ¶ added in v0.18.0
func (r *ProjectsAgentVersionsService) Create(parent string, googleclouddialogflowv2beta1version *GoogleCloudDialogflowV2beta1Version) *ProjectsAgentVersionsCreateCall
Create:
- parent: .
func (*ProjectsAgentVersionsService) Delete ¶ added in v0.46.0
func (r *ProjectsAgentVersionsService) Delete(name string) *ProjectsAgentVersionsDeleteCall
Delete:
- name: .
func (*ProjectsAgentVersionsService) Get ¶ added in v0.18.0
func (r *ProjectsAgentVersionsService) Get(name string) *ProjectsAgentVersionsGetCall
Get:
- name: .
func (*ProjectsAgentVersionsService) List ¶ added in v0.18.0
func (r *ProjectsAgentVersionsService) List(parent string) *ProjectsAgentVersionsListCall
List:
- parent: .
func (*ProjectsAgentVersionsService) Patch ¶ added in v0.18.0
func (r *ProjectsAgentVersionsService) Patch(name string, googleclouddialogflowv2beta1version *GoogleCloudDialogflowV2beta1Version) *ProjectsAgentVersionsPatchCall
Patch:
- name: .
type ProjectsAnswerRecordsGetCall ¶ added in v0.42.0
type ProjectsAnswerRecordsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAnswerRecordsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsGetCall) Context(ctx context.Context) *ProjectsAnswerRecordsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAnswerRecordsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
Do executes the "dialogflow.projects.answerRecords.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnswerRecord.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAnswerRecordsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsGetCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAnswerRecordsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAnswerRecordsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsGetCall) IfNoneMatch(entityTag string) *ProjectsAnswerRecordsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsAnswerRecordsListCall ¶ added in v0.42.0
type ProjectsAnswerRecordsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAnswerRecordsListCall) Context ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) Context(ctx context.Context) *ProjectsAnswerRecordsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAnswerRecordsListCall) Do ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse, error)
Do executes the "dialogflow.projects.answerRecords.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAnswerRecordsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAnswerRecordsListCall) Filter ¶ added in v0.89.0
func (c *ProjectsAnswerRecordsListCall) Filter(filter string) *ProjectsAnswerRecordsListCall
Filter sets the optional parameter "filter":
func (*ProjectsAnswerRecordsListCall) Header ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAnswerRecordsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) IfNoneMatch(entityTag string) *ProjectsAnswerRecordsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsAnswerRecordsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) PageSize(pageSize int64) *ProjectsAnswerRecordsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsAnswerRecordsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) PageToken(pageToken string) *ProjectsAnswerRecordsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsAnswerRecordsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsAnswerRecordsPatchCall ¶ added in v0.42.0
type ProjectsAnswerRecordsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsAnswerRecordsPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsPatchCall) Context(ctx context.Context) *ProjectsAnswerRecordsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsAnswerRecordsPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
Do executes the "dialogflow.projects.answerRecords.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnswerRecord.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsAnswerRecordsPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsPatchCall) Fields(s ...googleapi.Field) *ProjectsAnswerRecordsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsAnswerRecordsPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsAnswerRecordsPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsAnswerRecordsPatchCall) UpdateMask(updateMask string) *ProjectsAnswerRecordsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsAnswerRecordsService ¶ added in v0.42.0
type ProjectsAnswerRecordsService struct {
// contains filtered or unexported fields
}
func NewProjectsAnswerRecordsService ¶ added in v0.42.0
func NewProjectsAnswerRecordsService(s *Service) *ProjectsAnswerRecordsService
func (*ProjectsAnswerRecordsService) Get ¶ added in v0.42.0
func (r *ProjectsAnswerRecordsService) Get(name string) *ProjectsAnswerRecordsGetCall
Get:
- name: .
func (*ProjectsAnswerRecordsService) List ¶ added in v0.42.0
func (r *ProjectsAnswerRecordsService) List(parent string) *ProjectsAnswerRecordsListCall
List:
- parent: .
func (*ProjectsAnswerRecordsService) Patch ¶ added in v0.42.0
func (r *ProjectsAnswerRecordsService) Patch(name string, googleclouddialogflowv2beta1answerrecord *GoogleCloudDialogflowV2beta1AnswerRecord) *ProjectsAnswerRecordsPatchCall
Patch:
- name: .
type ProjectsConversationProfilesClearSuggestionFeatureConfigCall ¶ added in v0.71.0
type ProjectsConversationProfilesClearSuggestionFeatureConfigCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Context ¶ added in v0.71.0
func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Do ¶ added in v0.71.0
func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.conversationProfiles.clearSuggestionFeatureConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Fields ¶ added in v0.71.0
func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Header ¶ added in v0.71.0
func (c *ProjectsConversationProfilesClearSuggestionFeatureConfigCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationProfilesCreateCall ¶ added in v0.42.0
type ProjectsConversationProfilesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationProfilesCreateCall) Context(ctx context.Context) *ProjectsConversationProfilesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.conversationProfiles.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationProfilesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationProfilesDeleteCall ¶ added in v0.42.0
type ProjectsConversationProfilesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesDeleteCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationProfilesDeleteCall) Context(ctx context.Context) *ProjectsConversationProfilesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesDeleteCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.conversationProfiles.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesDeleteCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesDeleteCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationProfilesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationProfilesGetCall ¶ added in v0.42.0
type ProjectsConversationProfilesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesGetCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationProfilesGetCall) Context(ctx context.Context) *ProjectsConversationProfilesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesGetCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.conversationProfiles.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesGetCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationProfilesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationProfilesGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsConversationProfilesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsConversationProfilesListCall ¶ added in v0.42.0
type ProjectsConversationProfilesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesListCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) Context(ctx context.Context) *ProjectsConversationProfilesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesListCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse, error)
Do executes the "dialogflow.projects.conversationProfiles.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListConversationProfilesResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesListCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesListCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationProfilesListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) IfNoneMatch(entityTag string) *ProjectsConversationProfilesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsConversationProfilesListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) PageSize(pageSize int64) *ProjectsConversationProfilesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsConversationProfilesListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) PageToken(pageToken string) *ProjectsConversationProfilesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsConversationProfilesListCall) Pages ¶ added in v0.42.0
func (c *ProjectsConversationProfilesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsConversationProfilesPatchCall ¶ added in v0.42.0
type ProjectsConversationProfilesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationProfilesPatchCall) Context(ctx context.Context) *ProjectsConversationProfilesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.conversationProfiles.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationProfilesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationProfilesPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsConversationProfilesPatchCall) UpdateMask(updateMask string) *ProjectsConversationProfilesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsConversationProfilesService ¶ added in v0.42.0
type ProjectsConversationProfilesService struct {
// contains filtered or unexported fields
}
func NewProjectsConversationProfilesService ¶ added in v0.42.0
func NewProjectsConversationProfilesService(s *Service) *ProjectsConversationProfilesService
func (*ProjectsConversationProfilesService) ClearSuggestionFeatureConfig ¶ added in v0.71.0
func (r *ProjectsConversationProfilesService) ClearSuggestionFeatureConfig(conversationProfile string, googleclouddialogflowv2beta1clearsuggestionfeatureconfigrequest *GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest) *ProjectsConversationProfilesClearSuggestionFeatureConfigCall
ClearSuggestionFeatureConfig:
- conversationProfile: .
func (*ProjectsConversationProfilesService) Create ¶ added in v0.42.0
func (r *ProjectsConversationProfilesService) Create(parent string, googleclouddialogflowv2beta1conversationprofile *GoogleCloudDialogflowV2beta1ConversationProfile) *ProjectsConversationProfilesCreateCall
Create:
- parent: .
func (*ProjectsConversationProfilesService) Delete ¶ added in v0.42.0
func (r *ProjectsConversationProfilesService) Delete(name string) *ProjectsConversationProfilesDeleteCall
Delete:
- name: .
func (*ProjectsConversationProfilesService) Get ¶ added in v0.42.0
func (r *ProjectsConversationProfilesService) Get(name string) *ProjectsConversationProfilesGetCall
Get:
- name: .
func (*ProjectsConversationProfilesService) List ¶ added in v0.42.0
func (r *ProjectsConversationProfilesService) List(parent string) *ProjectsConversationProfilesListCall
List:
- parent: .
func (*ProjectsConversationProfilesService) Patch ¶ added in v0.42.0
func (r *ProjectsConversationProfilesService) Patch(name string, googleclouddialogflowv2beta1conversationprofile *GoogleCloudDialogflowV2beta1ConversationProfile) *ProjectsConversationProfilesPatchCall
Patch:
- name: .
func (*ProjectsConversationProfilesService) SetSuggestionFeatureConfig ¶ added in v0.71.0
func (r *ProjectsConversationProfilesService) SetSuggestionFeatureConfig(conversationProfile string, googleclouddialogflowv2beta1setsuggestionfeatureconfigrequest *GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
SetSuggestionFeatureConfig:
- conversationProfile: .
type ProjectsConversationProfilesSetSuggestionFeatureConfigCall ¶ added in v0.71.0
type ProjectsConversationProfilesSetSuggestionFeatureConfigCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Context ¶ added in v0.71.0
func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Do ¶ added in v0.71.0
func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.conversationProfiles.setSuggestionFeatureConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Fields ¶ added in v0.71.0
func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsConversationProfilesSetSuggestionFeatureConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Header ¶ added in v0.71.0
func (c *ProjectsConversationProfilesSetSuggestionFeatureConfigCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsCompleteCall ¶ added in v0.42.0
type ProjectsConversationsCompleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsCompleteCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsCompleteCall) Context(ctx context.Context) *ProjectsConversationsCompleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsCompleteCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.conversations.complete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsCompleteCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsCompleteCall) Fields(s ...googleapi.Field) *ProjectsConversationsCompleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsCompleteCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsCompleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsCreateCall ¶ added in v0.42.0
type ProjectsConversationsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsCreateCall) Context(ctx context.Context) *ProjectsConversationsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsCreateCall) ConversationId ¶ added in v0.42.0
func (c *ProjectsConversationsCreateCall) ConversationId(conversationId string) *ProjectsConversationsCreateCall
ConversationId sets the optional parameter "conversationId":
func (*ProjectsConversationsCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.conversations.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsGetCall ¶ added in v0.42.0
type ProjectsConversationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsGetCall) Context(ctx context.Context) *ProjectsConversationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.conversations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsGetCall) Fields(s ...googleapi.Field) *ProjectsConversationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsGetCall) IfNoneMatch(entityTag string) *ProjectsConversationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsConversationsListCall ¶ added in v0.42.0
type ProjectsConversationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsListCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Context(ctx context.Context) *ProjectsConversationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsListCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationsResponse, error)
Do executes the "dialogflow.projects.conversations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListConversationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsListCall) Filter ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Filter(filter string) *ProjectsConversationsListCall
Filter sets the optional parameter "filter":
func (*ProjectsConversationsListCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsConversationsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) PageSize(pageSize int64) *ProjectsConversationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsConversationsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) PageToken(pageToken string) *ProjectsConversationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsConversationsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsConversationsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListConversationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsConversationsMessagesBatchCreateCall ¶ added in v0.42.0
type ProjectsConversationsMessagesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsMessagesBatchCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesBatchCreateCall) Context(ctx context.Context) *ProjectsConversationsMessagesBatchCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsMessagesBatchCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse, error)
Do executes the "dialogflow.projects.conversations.messages.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsMessagesBatchCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsMessagesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsMessagesBatchCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesBatchCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsMessagesListCall ¶ added in v0.42.0
type ProjectsConversationsMessagesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsMessagesListCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Context(ctx context.Context) *ProjectsConversationsMessagesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsMessagesListCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListMessagesResponse, error)
Do executes the "dialogflow.projects.conversations.messages.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListMessagesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsMessagesListCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Fields(s ...googleapi.Field) *ProjectsConversationsMessagesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsMessagesListCall) Filter ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Filter(filter string) *ProjectsConversationsMessagesListCall
Filter sets the optional parameter "filter":
func (*ProjectsConversationsMessagesListCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsMessagesListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) IfNoneMatch(entityTag string) *ProjectsConversationsMessagesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsConversationsMessagesListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) PageSize(pageSize int64) *ProjectsConversationsMessagesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsConversationsMessagesListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) PageToken(pageToken string) *ProjectsConversationsMessagesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsConversationsMessagesListCall) Pages ¶ added in v0.42.0
func (c *ProjectsConversationsMessagesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListMessagesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsConversationsMessagesService ¶ added in v0.42.0
type ProjectsConversationsMessagesService struct {
// contains filtered or unexported fields
}
func NewProjectsConversationsMessagesService ¶ added in v0.42.0
func NewProjectsConversationsMessagesService(s *Service) *ProjectsConversationsMessagesService
func (*ProjectsConversationsMessagesService) BatchCreate ¶ added in v0.42.0
func (r *ProjectsConversationsMessagesService) BatchCreate(parent string, googleclouddialogflowv2beta1batchcreatemessagesrequest *GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest) *ProjectsConversationsMessagesBatchCreateCall
BatchCreate:
- parent: .
func (*ProjectsConversationsMessagesService) List ¶ added in v0.42.0
func (r *ProjectsConversationsMessagesService) List(parent string) *ProjectsConversationsMessagesListCall
List:
- parent: .
type ProjectsConversationsParticipantsAnalyzeContentCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsAnalyzeContentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsAnalyzeContentCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Context(ctx context.Context) *ProjectsConversationsParticipantsAnalyzeContentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsAnalyzeContentCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnalyzeContentResponse, error)
Do executes the "dialogflow.projects.conversations.participants.analyzeContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnalyzeContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsAnalyzeContentCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsAnalyzeContentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsAnalyzeContentCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsAnalyzeContentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsCreateCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsCreateCall) Context(ctx context.Context) *ProjectsConversationsParticipantsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.conversations.participants.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsCreateCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsGetCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsGetCall) Context(ctx context.Context) *ProjectsConversationsParticipantsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.conversations.participants.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsGetCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsParticipantsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsGetCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsConversationsParticipantsListCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsListCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) Context(ctx context.Context) *ProjectsConversationsParticipantsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsListCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListParticipantsResponse, error)
Do executes the "dialogflow.projects.conversations.participants.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListParticipantsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsListCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsParticipantsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsConversationsParticipantsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) PageSize(pageSize int64) *ProjectsConversationsParticipantsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsConversationsParticipantsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) PageToken(pageToken string) *ProjectsConversationsParticipantsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsConversationsParticipantsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListParticipantsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsConversationsParticipantsPatchCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsPatchCall) Context(ctx context.Context) *ProjectsConversationsParticipantsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.conversations.participants.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsPatchCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsParticipantsPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsPatchCall) UpdateMask(updateMask string) *ProjectsConversationsParticipantsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsConversationsParticipantsService ¶ added in v0.42.0
type ProjectsConversationsParticipantsService struct {
Suggestions *ProjectsConversationsParticipantsSuggestionsService
// contains filtered or unexported fields
}
func NewProjectsConversationsParticipantsService ¶ added in v0.42.0
func NewProjectsConversationsParticipantsService(s *Service) *ProjectsConversationsParticipantsService
func (*ProjectsConversationsParticipantsService) AnalyzeContent ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsService) AnalyzeContent(participant string, googleclouddialogflowv2beta1analyzecontentrequest *GoogleCloudDialogflowV2beta1AnalyzeContentRequest) *ProjectsConversationsParticipantsAnalyzeContentCall
AnalyzeContent:
- participant: .
func (*ProjectsConversationsParticipantsService) Create ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsService) Create(parent string, googleclouddialogflowv2beta1participant *GoogleCloudDialogflowV2beta1Participant) *ProjectsConversationsParticipantsCreateCall
Create:
- parent: .
func (*ProjectsConversationsParticipantsService) Get ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsService) Get(name string) *ProjectsConversationsParticipantsGetCall
Get:
- name: .
func (*ProjectsConversationsParticipantsService) List ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsService) List(parent string) *ProjectsConversationsParticipantsListCall
List:
- parent: .
func (*ProjectsConversationsParticipantsService) Patch ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsService) Patch(name string, googleclouddialogflowv2beta1participant *GoogleCloudDialogflowV2beta1Participant) *ProjectsConversationsParticipantsPatchCall
Patch:
- name: .
type ProjectsConversationsParticipantsSuggestionsCompileCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsCompileCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsCompileCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsCompileCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsCompileCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1CompileSuggestionResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.compile" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1CompileSuggestionResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsCompileCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsCompileCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsCompileCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsCompileCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsSuggestionsListCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsListCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsListCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSuggestionsResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSuggestionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsListCall) Filter ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Filter(filter string) *ProjectsConversationsParticipantsSuggestionsListCall
Filter sets the optional parameter "filter":
func (*ProjectsConversationsParticipantsSuggestionsListCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsConversationsParticipantsSuggestionsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) IfNoneMatch(entityTag string) *ProjectsConversationsParticipantsSuggestionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsConversationsParticipantsSuggestionsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) PageSize(pageSize int64) *ProjectsConversationsParticipantsSuggestionsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsConversationsParticipantsSuggestionsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) PageToken(pageToken string) *ProjectsConversationsParticipantsSuggestionsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsConversationsParticipantsSuggestionsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSuggestionsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsConversationsParticipantsSuggestionsService ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsConversationsParticipantsSuggestionsService ¶ added in v0.42.0
func NewProjectsConversationsParticipantsSuggestionsService(s *Service) *ProjectsConversationsParticipantsSuggestionsService
func (*ProjectsConversationsParticipantsSuggestionsService) Compile ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsSuggestionsService) Compile(parent string, googleclouddialogflowv2beta1compilesuggestionrequest *GoogleCloudDialogflowV2beta1CompileSuggestionRequest) *ProjectsConversationsParticipantsSuggestionsCompileCall
Compile:
- parent: .
func (*ProjectsConversationsParticipantsSuggestionsService) List ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsSuggestionsService) List(parent string) *ProjectsConversationsParticipantsSuggestionsListCall
List:
- parent: .
func (*ProjectsConversationsParticipantsSuggestionsService) SuggestArticles ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestArticles(parent string, googleclouddialogflowv2beta1suggestarticlesrequest *GoogleCloudDialogflowV2beta1SuggestArticlesRequest) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
SuggestArticles:
- parent: .
func (*ProjectsConversationsParticipantsSuggestionsService) SuggestFaqAnswers ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestFaqAnswers(parent string, googleclouddialogflowv2beta1suggestfaqanswersrequest *GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
SuggestFaqAnswers:
- parent: .
func (*ProjectsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist ¶ added in v0.185.0
func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist(parent string, googleclouddialogflowv2beta1suggestknowledgeassistrequest *GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
SuggestKnowledgeAssist:
- parent: .
func (*ProjectsConversationsParticipantsSuggestionsService) SuggestSmartReplies ¶ added in v0.42.0
func (r *ProjectsConversationsParticipantsSuggestionsService) SuggestSmartReplies(parent string, googleclouddialogflowv2beta1suggestsmartrepliesrequest *GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
SuggestSmartReplies:
- parent: .
type ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestArticlesResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.suggestArticles" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestArticlesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestArticlesCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.suggestFaqAnswers" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall ¶ added in v0.185.0
type ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context ¶ added in v0.185.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do ¶ added in v0.185.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.suggestKnowledgeAssist" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields ¶ added in v0.185.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header ¶ added in v0.185.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall ¶ added in v0.42.0
type ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context(ctx context.Context) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, error)
Do executes the "dialogflow.projects.conversations.participants.suggestions.suggestSmartReplies" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields(s ...googleapi.Field) *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header ¶ added in v0.42.0
func (c *ProjectsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsService ¶ added in v0.42.0
type ProjectsConversationsService struct {
Messages *ProjectsConversationsMessagesService
Participants *ProjectsConversationsParticipantsService
Suggestions *ProjectsConversationsSuggestionsService
// contains filtered or unexported fields
}
func NewProjectsConversationsService ¶ added in v0.42.0
func NewProjectsConversationsService(s *Service) *ProjectsConversationsService
func (*ProjectsConversationsService) Complete ¶ added in v0.42.0
func (r *ProjectsConversationsService) Complete(name string, googleclouddialogflowv2beta1completeconversationrequest *GoogleCloudDialogflowV2beta1CompleteConversationRequest) *ProjectsConversationsCompleteCall
Complete:
- name: .
func (*ProjectsConversationsService) Create ¶ added in v0.42.0
func (r *ProjectsConversationsService) Create(parent string, googleclouddialogflowv2beta1conversation *GoogleCloudDialogflowV2beta1Conversation) *ProjectsConversationsCreateCall
Create:
- parent: .
func (*ProjectsConversationsService) Get ¶ added in v0.42.0
func (r *ProjectsConversationsService) Get(name string) *ProjectsConversationsGetCall
Get:
- name: .
func (*ProjectsConversationsService) List ¶ added in v0.42.0
func (r *ProjectsConversationsService) List(parent string) *ProjectsConversationsListCall
List:
- parent: .
type ProjectsConversationsSuggestionsGenerateCall ¶ added in v0.226.0
type ProjectsConversationsSuggestionsGenerateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsSuggestionsGenerateCall) Context ¶ added in v0.226.0
func (c *ProjectsConversationsSuggestionsGenerateCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsGenerateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsSuggestionsGenerateCall) Do ¶ added in v0.226.0
func (c *ProjectsConversationsSuggestionsGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, error)
Do executes the "dialogflow.projects.conversations.suggestions.generate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsSuggestionsGenerateCall) Fields ¶ added in v0.226.0
func (c *ProjectsConversationsSuggestionsGenerateCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsGenerateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsSuggestionsGenerateCall) Header ¶ added in v0.226.0
func (c *ProjectsConversationsSuggestionsGenerateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsSuggestionsSearchKnowledgeCall ¶ added in v0.139.0
type ProjectsConversationsSuggestionsSearchKnowledgeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsSuggestionsSearchKnowledgeCall) Context ¶ added in v0.139.0
func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsSearchKnowledgeCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsSuggestionsSearchKnowledgeCall) Do ¶ added in v0.139.0
func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
Do executes the "dialogflow.projects.conversations.suggestions.searchKnowledge" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchKnowledgeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsSuggestionsSearchKnowledgeCall) Fields ¶ added in v0.139.0
func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsSearchKnowledgeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsSuggestionsSearchKnowledgeCall) Header ¶ added in v0.139.0
func (c *ProjectsConversationsSuggestionsSearchKnowledgeCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsConversationsSuggestionsService ¶ added in v0.96.0
type ProjectsConversationsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsConversationsSuggestionsService ¶ added in v0.96.0
func NewProjectsConversationsSuggestionsService(s *Service) *ProjectsConversationsSuggestionsService
func (*ProjectsConversationsSuggestionsService) Generate ¶ added in v0.226.0
func (r *ProjectsConversationsSuggestionsService) Generate(conversation string, googleclouddialogflowv2beta1generatesuggestionsrequest *GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest) *ProjectsConversationsSuggestionsGenerateCall
Generate:
- conversation: .
func (*ProjectsConversationsSuggestionsService) SearchKnowledge ¶ added in v0.139.0
func (r *ProjectsConversationsSuggestionsService) SearchKnowledge(conversation string, googleclouddialogflowv2beta1searchknowledgerequest *GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) *ProjectsConversationsSuggestionsSearchKnowledgeCall
SearchKnowledge:
- conversation: .
func (*ProjectsConversationsSuggestionsService) SuggestConversationSummary ¶ added in v0.96.0
func (r *ProjectsConversationsSuggestionsService) SuggestConversationSummary(conversation string, googleclouddialogflowv2beta1suggestconversationsummaryrequest *GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
SuggestConversationSummary:
- conversation: .
type ProjectsConversationsSuggestionsSuggestConversationSummaryCall ¶ added in v0.96.0
type ProjectsConversationsSuggestionsSuggestConversationSummaryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Context ¶ added in v0.96.0
func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Context(ctx context.Context) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Do ¶ added in v0.96.0
func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse, error)
Do executes the "dialogflow.projects.conversations.suggestions.suggestConversationSummary" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Fields ¶ added in v0.96.0
func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Fields(s ...googleapi.Field) *ProjectsConversationsSuggestionsSuggestConversationSummaryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Header ¶ added in v0.96.0
func (c *ProjectsConversationsSuggestionsSuggestConversationSummaryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsDeleteAgentCall ¶ added in v0.7.0
type ProjectsDeleteAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsDeleteAgentCall) Context ¶ added in v0.7.0
func (c *ProjectsDeleteAgentCall) Context(ctx context.Context) *ProjectsDeleteAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsDeleteAgentCall) Do ¶ added in v0.7.0
func (c *ProjectsDeleteAgentCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.deleteAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsDeleteAgentCall) Fields ¶ added in v0.7.0
func (c *ProjectsDeleteAgentCall) Fields(s ...googleapi.Field) *ProjectsDeleteAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsDeleteAgentCall) Header ¶ added in v0.7.0
func (c *ProjectsDeleteAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsGeneratorsCreateCall ¶ added in v0.183.0
type ProjectsGeneratorsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsGeneratorsCreateCall) Context ¶ added in v0.183.0
func (c *ProjectsGeneratorsCreateCall) Context(ctx context.Context) *ProjectsGeneratorsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGeneratorsCreateCall) Do ¶ added in v0.183.0
func (c *ProjectsGeneratorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
Do executes the "dialogflow.projects.generators.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Generator.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGeneratorsCreateCall) Fields ¶ added in v0.183.0
func (c *ProjectsGeneratorsCreateCall) Fields(s ...googleapi.Field) *ProjectsGeneratorsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsGeneratorsCreateCall) GeneratorId ¶ added in v0.183.0
func (c *ProjectsGeneratorsCreateCall) GeneratorId(generatorId string) *ProjectsGeneratorsCreateCall
GeneratorId sets the optional parameter "generatorId":
func (*ProjectsGeneratorsCreateCall) Header ¶ added in v0.183.0
func (c *ProjectsGeneratorsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsGeneratorsListCall ¶ added in v0.183.0
type ProjectsGeneratorsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsGeneratorsListCall) Context ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) Context(ctx context.Context) *ProjectsGeneratorsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGeneratorsListCall) Do ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorsResponse, error)
Do executes the "dialogflow.projects.generators.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListGeneratorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGeneratorsListCall) Fields ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) Fields(s ...googleapi.Field) *ProjectsGeneratorsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsGeneratorsListCall) Header ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsGeneratorsListCall) IfNoneMatch ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) IfNoneMatch(entityTag string) *ProjectsGeneratorsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsGeneratorsListCall) PageSize ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) PageSize(pageSize int64) *ProjectsGeneratorsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsGeneratorsListCall) PageToken ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) PageToken(pageToken string) *ProjectsGeneratorsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsGeneratorsListCall) Pages ¶ added in v0.183.0
func (c *ProjectsGeneratorsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListGeneratorsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsGeneratorsService ¶ added in v0.183.0
type ProjectsGeneratorsService struct {
// contains filtered or unexported fields
}
func NewProjectsGeneratorsService ¶ added in v0.183.0
func NewProjectsGeneratorsService(s *Service) *ProjectsGeneratorsService
func (*ProjectsGeneratorsService) Create ¶ added in v0.183.0
func (r *ProjectsGeneratorsService) Create(parent string, googleclouddialogflowv2beta1generator *GoogleCloudDialogflowV2beta1Generator) *ProjectsGeneratorsCreateCall
Create:
- parent: .
func (*ProjectsGeneratorsService) List ¶ added in v0.183.0
func (r *ProjectsGeneratorsService) List(parent string) *ProjectsGeneratorsListCall
List:
- parent: .
type ProjectsGetAgentCall ¶
type ProjectsGetAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsGetAgentCall) Context ¶
func (c *ProjectsGetAgentCall) Context(ctx context.Context) *ProjectsGetAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGetAgentCall) Do ¶
func (c *ProjectsGetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
Do executes the "dialogflow.projects.getAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Agent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGetAgentCall) Fields ¶
func (c *ProjectsGetAgentCall) Fields(s ...googleapi.Field) *ProjectsGetAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsGetAgentCall) Header ¶
func (c *ProjectsGetAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsGetAgentCall) IfNoneMatch ¶
func (c *ProjectsGetAgentCall) IfNoneMatch(entityTag string) *ProjectsGetAgentCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsKnowledgeBasesCreateCall ¶
type ProjectsKnowledgeBasesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesCreateCall) Context ¶
func (c *ProjectsKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsKnowledgeBasesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesCreateCall) Do ¶
func (c *ProjectsKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.knowledgeBases.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesCreateCall) Fields ¶
func (c *ProjectsKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesCreateCall) Header ¶
func (c *ProjectsKnowledgeBasesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsKnowledgeBasesDeleteCall ¶
type ProjectsKnowledgeBasesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDeleteCall) Context ¶
func (c *ProjectsKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDeleteCall) Do ¶
func (c *ProjectsKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.knowledgeBases.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDeleteCall) Fields ¶
func (c *ProjectsKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDeleteCall) Force ¶
func (c *ProjectsKnowledgeBasesDeleteCall) Force(force bool) *ProjectsKnowledgeBasesDeleteCall
Force sets the optional parameter "force":
func (*ProjectsKnowledgeBasesDeleteCall) Header ¶
func (c *ProjectsKnowledgeBasesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsKnowledgeBasesDocumentsCreateCall ¶
type ProjectsKnowledgeBasesDocumentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsCreateCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsCreateCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsCreateCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsCreateCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata ¶ added in v0.36.0
func (c *ProjectsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsKnowledgeBasesDocumentsCreateCall
ImportGcsCustomMetadata sets the optional parameter "importGcsCustomMetadata":
type ProjectsKnowledgeBasesDocumentsDeleteCall ¶
type ProjectsKnowledgeBasesDocumentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsDeleteCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsDeleteCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsDeleteCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsDeleteCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsKnowledgeBasesDocumentsGetCall ¶
type ProjectsKnowledgeBasesDocumentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsGetCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsGetCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Document.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsGetCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsGetCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesDocumentsGetCall) IfNoneMatch ¶
func (c *ProjectsKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesDocumentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsKnowledgeBasesDocumentsImportCall ¶ added in v0.42.0
type ProjectsKnowledgeBasesDocumentsImportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsImportCall) Context ¶ added in v0.42.0
func (c *ProjectsKnowledgeBasesDocumentsImportCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsImportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsImportCall) Do ¶ added in v0.42.0
func (c *ProjectsKnowledgeBasesDocumentsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsImportCall) Fields ¶ added in v0.42.0
func (c *ProjectsKnowledgeBasesDocumentsImportCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsImportCall) Header ¶ added in v0.42.0
func (c *ProjectsKnowledgeBasesDocumentsImportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsKnowledgeBasesDocumentsListCall ¶
type ProjectsKnowledgeBasesDocumentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsListCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsListCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListDocumentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsListCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsListCall) Filter ¶ added in v0.33.0
func (c *ProjectsKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsKnowledgeBasesDocumentsListCall
Filter sets the optional parameter "filter":
func (*ProjectsKnowledgeBasesDocumentsListCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesDocumentsListCall) IfNoneMatch ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesDocumentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsKnowledgeBasesDocumentsListCall) PageSize ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsKnowledgeBasesDocumentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsKnowledgeBasesDocumentsListCall) PageToken ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsKnowledgeBasesDocumentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsKnowledgeBasesDocumentsListCall) Pages ¶
func (c *ProjectsKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListDocumentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsKnowledgeBasesDocumentsPatchCall ¶
type ProjectsKnowledgeBasesDocumentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsPatchCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsPatchCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsPatchCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsPatchCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesDocumentsPatchCall) UpdateMask ¶
func (c *ProjectsKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsKnowledgeBasesDocumentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsKnowledgeBasesDocumentsReloadCall ¶
type ProjectsKnowledgeBasesDocumentsReloadCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesDocumentsReloadCall) Context ¶
func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsKnowledgeBasesDocumentsReloadCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesDocumentsReloadCall) Do ¶
func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.knowledgeBases.documents.reload" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesDocumentsReloadCall) Fields ¶
func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesDocumentsReloadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesDocumentsReloadCall) Header ¶
func (c *ProjectsKnowledgeBasesDocumentsReloadCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsKnowledgeBasesDocumentsService ¶
type ProjectsKnowledgeBasesDocumentsService struct {
// contains filtered or unexported fields
}
func NewProjectsKnowledgeBasesDocumentsService ¶
func NewProjectsKnowledgeBasesDocumentsService(s *Service) *ProjectsKnowledgeBasesDocumentsService
func (*ProjectsKnowledgeBasesDocumentsService) Create ¶
func (r *ProjectsKnowledgeBasesDocumentsService) Create(parent string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsKnowledgeBasesDocumentsCreateCall
Create:
- parent: .
func (*ProjectsKnowledgeBasesDocumentsService) Delete ¶
func (r *ProjectsKnowledgeBasesDocumentsService) Delete(name string) *ProjectsKnowledgeBasesDocumentsDeleteCall
Delete:
- name: .
func (*ProjectsKnowledgeBasesDocumentsService) Get ¶
func (r *ProjectsKnowledgeBasesDocumentsService) Get(name string) *ProjectsKnowledgeBasesDocumentsGetCall
Get:
- name: .
func (*ProjectsKnowledgeBasesDocumentsService) Import ¶ added in v0.42.0
func (r *ProjectsKnowledgeBasesDocumentsService) Import(parent string, googleclouddialogflowv2beta1importdocumentsrequest *GoogleCloudDialogflowV2beta1ImportDocumentsRequest) *ProjectsKnowledgeBasesDocumentsImportCall
Import:
- parent: .
func (*ProjectsKnowledgeBasesDocumentsService) List ¶
func (r *ProjectsKnowledgeBasesDocumentsService) List(parent string) *ProjectsKnowledgeBasesDocumentsListCall
List:
- parent: .
func (*ProjectsKnowledgeBasesDocumentsService) Patch ¶
func (r *ProjectsKnowledgeBasesDocumentsService) Patch(name string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsKnowledgeBasesDocumentsPatchCall
Patch:
- name: .
func (*ProjectsKnowledgeBasesDocumentsService) Reload ¶
func (r *ProjectsKnowledgeBasesDocumentsService) Reload(name string, googleclouddialogflowv2beta1reloaddocumentrequest *GoogleCloudDialogflowV2beta1ReloadDocumentRequest) *ProjectsKnowledgeBasesDocumentsReloadCall
Reload:
- name: .
type ProjectsKnowledgeBasesGetCall ¶
type ProjectsKnowledgeBasesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesGetCall) Context ¶
func (c *ProjectsKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsKnowledgeBasesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesGetCall) Do ¶
func (c *ProjectsKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.knowledgeBases.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesGetCall) Fields ¶
func (c *ProjectsKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesGetCall) Header ¶
func (c *ProjectsKnowledgeBasesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesGetCall) IfNoneMatch ¶
func (c *ProjectsKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsKnowledgeBasesListCall ¶
type ProjectsKnowledgeBasesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesListCall) Context ¶
func (c *ProjectsKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsKnowledgeBasesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesListCall) Do ¶
func (c *ProjectsKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
Do executes the "dialogflow.projects.knowledgeBases.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse.ServerResponse.Header
or (if a response was returned at all) in error.(*googleapi.Error).Header.
Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesListCall) Fields ¶
func (c *ProjectsKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesListCall) Filter ¶ added in v0.33.0
func (c *ProjectsKnowledgeBasesListCall) Filter(filter string) *ProjectsKnowledgeBasesListCall
Filter sets the optional parameter "filter":
func (*ProjectsKnowledgeBasesListCall) Header ¶
func (c *ProjectsKnowledgeBasesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesListCall) IfNoneMatch ¶
func (c *ProjectsKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsKnowledgeBasesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsKnowledgeBasesListCall) PageSize ¶
func (c *ProjectsKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsKnowledgeBasesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsKnowledgeBasesListCall) PageToken ¶
func (c *ProjectsKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsKnowledgeBasesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsKnowledgeBasesListCall) Pages ¶
func (c *ProjectsKnowledgeBasesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsKnowledgeBasesPatchCall ¶
type ProjectsKnowledgeBasesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsKnowledgeBasesPatchCall) Context ¶
func (c *ProjectsKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsKnowledgeBasesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsKnowledgeBasesPatchCall) Do ¶
func (c *ProjectsKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.knowledgeBases.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsKnowledgeBasesPatchCall) Fields ¶
func (c *ProjectsKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsKnowledgeBasesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsKnowledgeBasesPatchCall) Header ¶
func (c *ProjectsKnowledgeBasesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsKnowledgeBasesPatchCall) UpdateMask ¶
func (c *ProjectsKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsKnowledgeBasesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsKnowledgeBasesService ¶
type ProjectsKnowledgeBasesService struct {
Documents *ProjectsKnowledgeBasesDocumentsService
// contains filtered or unexported fields
}
func NewProjectsKnowledgeBasesService ¶
func NewProjectsKnowledgeBasesService(s *Service) *ProjectsKnowledgeBasesService
func (*ProjectsKnowledgeBasesService) Create ¶
func (r *ProjectsKnowledgeBasesService) Create(parent string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsKnowledgeBasesCreateCall
Create:
- parent: .
func (*ProjectsKnowledgeBasesService) Delete ¶
func (r *ProjectsKnowledgeBasesService) Delete(name string) *ProjectsKnowledgeBasesDeleteCall
Delete:
- name: .
func (*ProjectsKnowledgeBasesService) Get ¶
func (r *ProjectsKnowledgeBasesService) Get(name string) *ProjectsKnowledgeBasesGetCall
Get:
- name: .
func (*ProjectsKnowledgeBasesService) List ¶
func (r *ProjectsKnowledgeBasesService) List(parent string) *ProjectsKnowledgeBasesListCall
List:
- parent: .
func (*ProjectsKnowledgeBasesService) Patch ¶
func (r *ProjectsKnowledgeBasesService) Patch(name string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsKnowledgeBasesPatchCall
Patch:
- name: .
type ProjectsLocationsAgentEntityTypesBatchDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesBatchDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesBatchDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesBatchDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesBatchDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesBatchUpdateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesBatchUpdateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesBatchUpdateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesBatchUpdateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesBatchUpdateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEntityTypesCreateCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesCreateCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsLocationsAgentEntityTypesDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.entities.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.entities.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEntityTypesEntitiesService ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesEntitiesService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEntityTypesEntitiesService ¶ added in v0.9.0
func NewProjectsLocationsAgentEntityTypesEntitiesService(s *Service) *ProjectsLocationsAgentEntityTypesEntitiesService
func (*ProjectsLocationsAgentEntityTypesEntitiesService) BatchCreate ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchCreate(parent string, googleclouddialogflowv2beta1batchcreateentitiesrequest *GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest) *ProjectsLocationsAgentEntityTypesEntitiesBatchCreateCall
BatchCreate:
- parent: .
func (*ProjectsLocationsAgentEntityTypesEntitiesService) BatchDelete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteentitiesrequest *GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest) *ProjectsLocationsAgentEntityTypesEntitiesBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsLocationsAgentEntityTypesEntitiesService) BatchUpdate ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesEntitiesService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateentitiesrequest *GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest) *ProjectsLocationsAgentEntityTypesEntitiesBatchUpdateCall
BatchUpdate:
- parent: .
type ProjectsLocationsAgentEntityTypesGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEntityTypesGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEntityTypesGetCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesGetCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsLocationsAgentEntityTypesListCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEntityTypesResponse, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListEntityTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEntityTypesListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEntityTypesListCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsLocationsAgentEntityTypesListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEntityTypesListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEntityTypesListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEntityTypesPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEntityTypesPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEntityTypesPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EntityType, error)
Do executes the "dialogflow.projects.locations.agent.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEntityTypesPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEntityTypesPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEntityTypesPatchCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEntityTypesPatchCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsLocationsAgentEntityTypesPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentEntityTypesService ¶ added in v0.9.0
type ProjectsLocationsAgentEntityTypesService struct {
Entities *ProjectsLocationsAgentEntityTypesEntitiesService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEntityTypesService ¶ added in v0.9.0
func NewProjectsLocationsAgentEntityTypesService(s *Service) *ProjectsLocationsAgentEntityTypesService
func (*ProjectsLocationsAgentEntityTypesService) BatchDelete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteentitytypesrequest *GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest) *ProjectsLocationsAgentEntityTypesBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsLocationsAgentEntityTypesService) BatchUpdate ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateentitytypesrequest *GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest) *ProjectsLocationsAgentEntityTypesBatchUpdateCall
BatchUpdate:
- parent: .
func (*ProjectsLocationsAgentEntityTypesService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) Create(parent string, googleclouddialogflowv2beta1entitytype *GoogleCloudDialogflowV2beta1EntityType) *ProjectsLocationsAgentEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentEntityTypesService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) Delete(name string) *ProjectsLocationsAgentEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentEntityTypesService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) Get(name string) *ProjectsLocationsAgentEntityTypesGetCall
Get:
- name: .
func (*ProjectsLocationsAgentEntityTypesService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) List(parent string) *ProjectsLocationsAgentEntityTypesListCall
List:
- parent: .
func (*ProjectsLocationsAgentEntityTypesService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEntityTypesService) Patch(name string, googleclouddialogflowv2beta1entitytype *GoogleCloudDialogflowV2beta1EntityType) *ProjectsLocationsAgentEntityTypesPatchCall
Patch:
- name: .
type ProjectsLocationsAgentEnvironmentsCreateCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsCreateCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsCreateCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.locations.agent.environments.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsCreateCall) EnvironmentId ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsCreateCall) EnvironmentId(environmentId string) *ProjectsLocationsAgentEnvironmentsCreateCall
EnvironmentId sets the optional parameter "environmentId":
func (*ProjectsLocationsAgentEnvironmentsCreateCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsCreateCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsDeleteCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsDeleteCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsDeleteCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.environments.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsDeleteCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsDeleteCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsGetCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsGetCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsGetCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.locations.agent.environments.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsGetCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsGetCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsGetCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentEnvironmentsGetHistoryCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsGetHistoryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EnvironmentHistory, error)
Do executes the "dialogflow.projects.locations.agent.environments.getHistory" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EnvironmentHistory.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageSize ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageToken ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEnvironmentsGetHistoryCall) Pages ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsGetHistoryCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1EnvironmentHistory) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEnvironmentsIntentsListCall ¶ added in v0.48.0
type ProjectsLocationsAgentEnvironmentsIntentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) Context ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsIntentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) Do ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
Do executes the "dialogflow.projects.locations.agent.environments.intents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListIntentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) Fields ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsIntentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) Header ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) IfNoneMatch ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) IntentView ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) IntentView(intentView string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) LanguageCode ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) PageSize ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsIntentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) PageToken ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEnvironmentsIntentsListCall) Pages ¶ added in v0.48.0
func (c *ProjectsLocationsAgentEnvironmentsIntentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListIntentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEnvironmentsIntentsService ¶ added in v0.48.0
type ProjectsLocationsAgentEnvironmentsIntentsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsIntentsService ¶ added in v0.48.0
func NewProjectsLocationsAgentEnvironmentsIntentsService(s *Service) *ProjectsLocationsAgentEnvironmentsIntentsService
func (*ProjectsLocationsAgentEnvironmentsIntentsService) List ¶ added in v0.48.0
func (r *ProjectsLocationsAgentEnvironmentsIntentsService) List(parent string) *ProjectsLocationsAgentEnvironmentsIntentsListCall
List:
- parent: .
type ProjectsLocationsAgentEnvironmentsListCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsListCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsListCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse, error)
Do executes the "dialogflow.projects.locations.agent.environments.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListEnvironmentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsListCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsListCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsListCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEnvironmentsListCall) PageSize ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEnvironmentsListCall) PageToken ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEnvironmentsListCall) Pages ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListEnvironmentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEnvironmentsPatchCall ¶ added in v0.18.0
type ProjectsLocationsAgentEnvironmentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges ¶ added in v0.46.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) AllowLoadToDraftAndDiscardChanges(allowLoadToDraftAndDiscardChanges bool) *ProjectsLocationsAgentEnvironmentsPatchCall
AllowLoadToDraftAndDiscardChanges sets the optional parameter "allowLoadToDraftAndDiscardChanges":
func (*ProjectsLocationsAgentEnvironmentsPatchCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsPatchCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Environment, error)
Do executes the "dialogflow.projects.locations.agent.environments.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Environment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsPatchCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsPatchCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsPatchCall) UpdateMask ¶ added in v0.18.0
func (c *ProjectsLocationsAgentEnvironmentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentEnvironmentsService ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsService struct {
Intents *ProjectsLocationsAgentEnvironmentsIntentsService
Users *ProjectsLocationsAgentEnvironmentsUsersService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsService ¶ added in v0.9.0
func NewProjectsLocationsAgentEnvironmentsService(s *Service) *ProjectsLocationsAgentEnvironmentsService
func (*ProjectsLocationsAgentEnvironmentsService) Create ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) Create(parent string, googleclouddialogflowv2beta1environment *GoogleCloudDialogflowV2beta1Environment) *ProjectsLocationsAgentEnvironmentsCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsService) Delete ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) Delete(name string) *ProjectsLocationsAgentEnvironmentsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentEnvironmentsService) Get ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) Get(name string) *ProjectsLocationsAgentEnvironmentsGetCall
Get:
- name: .
func (*ProjectsLocationsAgentEnvironmentsService) GetHistory ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) GetHistory(parent string) *ProjectsLocationsAgentEnvironmentsGetHistoryCall
GetHistory:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsService) List ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) List(parent string) *ProjectsLocationsAgentEnvironmentsListCall
List:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsService) Patch ¶ added in v0.18.0
func (r *ProjectsLocationsAgentEnvironmentsService) Patch(name string, googleclouddialogflowv2beta1environment *GoogleCloudDialogflowV2beta1Environment) *ProjectsLocationsAgentEnvironmentsPatchCall
Patch:
- name: .
type ProjectsLocationsAgentEnvironmentsUsersService ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersService struct {
Sessions *ProjectsLocationsAgentEnvironmentsUsersSessionsService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsUsersService ¶ added in v0.9.0
func NewProjectsLocationsAgentEnvironmentsUsersService(s *Service) *ProjectsLocationsAgentEnvironmentsUsersService
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.contexts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.contexts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.contexts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListContextsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsUsersSessionsContextsService ¶ added in v0.9.0
func NewProjectsLocationsAgentEnvironmentsUsersSessionsContextsService(s *Service) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Create(parent string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Delete(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Get(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsGetCall
Get:
- name: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) List(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsListCall
List:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService) Patch(name string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsPatchCall
Patch:
- name: .
type ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.detectIntent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1DetectIntentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService ¶ added in v0.9.0
func NewProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService(s *Service) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Create(parent string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Delete(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Get(name string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesGetCall
Get:
- name: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) List(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesListCall
List:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService) Patch(name string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesPatchCall
Patch:
- name: .
type ProjectsLocationsAgentEnvironmentsUsersSessionsService ¶ added in v0.9.0
type ProjectsLocationsAgentEnvironmentsUsersSessionsService struct {
Contexts *ProjectsLocationsAgentEnvironmentsUsersSessionsContextsService
EntityTypes *ProjectsLocationsAgentEnvironmentsUsersSessionsEntityTypesService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentEnvironmentsUsersSessionsService ¶ added in v0.9.0
func NewProjectsLocationsAgentEnvironmentsUsersSessionsService(s *Service) *ProjectsLocationsAgentEnvironmentsUsersSessionsService
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsService) DeleteContexts ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsService) DeleteContexts(parent string) *ProjectsLocationsAgentEnvironmentsUsersSessionsDeleteContextsCall
DeleteContexts:
- parent: .
func (*ProjectsLocationsAgentEnvironmentsUsersSessionsService) DetectIntent ¶ added in v0.9.0
func (r *ProjectsLocationsAgentEnvironmentsUsersSessionsService) DetectIntent(session string, googleclouddialogflowv2beta1detectintentrequest *GoogleCloudDialogflowV2beta1DetectIntentRequest) *ProjectsLocationsAgentEnvironmentsUsersSessionsDetectIntentCall
DetectIntent:
- session: .
type ProjectsLocationsAgentExportCall ¶ added in v0.9.0
type ProjectsLocationsAgentExportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentExportCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentExportCall) Context(ctx context.Context) *ProjectsLocationsAgentExportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentExportCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.export" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentExportCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentExportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentExportCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentExportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentGetFulfillmentCall ¶ added in v0.18.0
type ProjectsLocationsAgentGetFulfillmentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentGetFulfillmentCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentGetFulfillmentCall) Context(ctx context.Context) *ProjectsLocationsAgentGetFulfillmentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentGetFulfillmentCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentGetFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
Do executes the "dialogflow.projects.locations.agent.getFulfillment" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Fulfillment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentGetFulfillmentCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentGetFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentGetFulfillmentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentGetFulfillmentCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentGetFulfillmentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentGetFulfillmentCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentGetFulfillmentCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentGetFulfillmentCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentGetValidationResultCall ¶ added in v0.31.0
type ProjectsLocationsAgentGetValidationResultCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentGetValidationResultCall) Context ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) Context(ctx context.Context) *ProjectsLocationsAgentGetValidationResultCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentGetValidationResultCall) Do ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ValidationResult, error)
Do executes the "dialogflow.projects.locations.agent.getValidationResult" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ValidationResult.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentGetValidationResultCall) Fields ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentGetValidationResultCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentGetValidationResultCall) Header ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentGetValidationResultCall) IfNoneMatch ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentGetValidationResultCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentGetValidationResultCall) LanguageCode ¶ added in v0.31.0
func (c *ProjectsLocationsAgentGetValidationResultCall) LanguageCode(languageCode string) *ProjectsLocationsAgentGetValidationResultCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsLocationsAgentImportCall ¶ added in v0.9.0
type ProjectsLocationsAgentImportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentImportCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentImportCall) Context(ctx context.Context) *ProjectsLocationsAgentImportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentImportCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentImportCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentImportCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentImportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentIntentsBatchDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsBatchDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsBatchDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsBatchDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsBatchDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.intents.batchDelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsBatchDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsBatchDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsBatchDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentIntentsBatchUpdateCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsBatchUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsBatchUpdateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsBatchUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsBatchUpdateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.intents.batchUpdate" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsBatchUpdateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsBatchUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsBatchUpdateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsBatchUpdateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentIntentsCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.locations.agent.intents.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentIntentsCreateCall) IntentView ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsCreateCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsLocationsAgentIntentsCreateCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsCreateCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsLocationsAgentIntentsDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.intents.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentIntentsGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.locations.agent.intents.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentIntentsGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentIntentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentIntentsGetCall) IntentView ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsGetCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsLocationsAgentIntentsGetCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsGetCall
LanguageCode sets the optional parameter "languageCode":
type ProjectsLocationsAgentIntentsListCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListIntentsResponse, error)
Do executes the "dialogflow.projects.locations.agent.intents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListIntentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentIntentsListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentIntentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentIntentsListCall) IntentView ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsListCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsLocationsAgentIntentsListCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsListCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsLocationsAgentIntentsListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentIntentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentIntentsListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentIntentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentIntentsListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListIntentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentIntentsPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentIntentsPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentIntentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentIntentsPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Intent, error)
Do executes the "dialogflow.projects.locations.agent.intents.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Intent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentIntentsPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentIntentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentIntentsPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentIntentsPatchCall) IntentView ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) IntentView(intentView string) *ProjectsLocationsAgentIntentsPatchCall
IntentView sets the optional parameter "intentView":
Possible values:
"INTENT_VIEW_UNSPECIFIED" "INTENT_VIEW_FULL"
func (*ProjectsLocationsAgentIntentsPatchCall) LanguageCode ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentIntentsPatchCall
LanguageCode sets the optional parameter "languageCode":
func (*ProjectsLocationsAgentIntentsPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentIntentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentIntentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentIntentsService ¶ added in v0.9.0
type ProjectsLocationsAgentIntentsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentIntentsService ¶ added in v0.9.0
func NewProjectsLocationsAgentIntentsService(s *Service) *ProjectsLocationsAgentIntentsService
func (*ProjectsLocationsAgentIntentsService) BatchDelete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) BatchDelete(parent string, googleclouddialogflowv2beta1batchdeleteintentsrequest *GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest) *ProjectsLocationsAgentIntentsBatchDeleteCall
BatchDelete:
- parent: .
func (*ProjectsLocationsAgentIntentsService) BatchUpdate ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) BatchUpdate(parent string, googleclouddialogflowv2beta1batchupdateintentsrequest *GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest) *ProjectsLocationsAgentIntentsBatchUpdateCall
BatchUpdate:
- parent: .
func (*ProjectsLocationsAgentIntentsService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) Create(parent string, googleclouddialogflowv2beta1intent *GoogleCloudDialogflowV2beta1Intent) *ProjectsLocationsAgentIntentsCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentIntentsService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) Delete(name string) *ProjectsLocationsAgentIntentsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentIntentsService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) Get(name string) *ProjectsLocationsAgentIntentsGetCall
Get:
- name: .
func (*ProjectsLocationsAgentIntentsService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) List(parent string) *ProjectsLocationsAgentIntentsListCall
List:
- parent: .
func (*ProjectsLocationsAgentIntentsService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentIntentsService) Patch(name string, googleclouddialogflowv2beta1intent *GoogleCloudDialogflowV2beta1Intent) *ProjectsLocationsAgentIntentsPatchCall
Patch:
- name: .
type ProjectsLocationsAgentRestoreCall ¶ added in v0.9.0
type ProjectsLocationsAgentRestoreCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentRestoreCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentRestoreCall) Context(ctx context.Context) *ProjectsLocationsAgentRestoreCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentRestoreCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentRestoreCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.restore" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentRestoreCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentRestoreCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentRestoreCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentRestoreCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentRestoreCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSearchCall ¶ added in v0.26.0
type ProjectsLocationsAgentSearchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSearchCall) Context ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) Context(ctx context.Context) *ProjectsLocationsAgentSearchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSearchCall) Do ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchAgentsResponse, error)
Do executes the "dialogflow.projects.locations.agent.search" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchAgentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSearchCall) Fields ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSearchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSearchCall) Header ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSearchCall) IfNoneMatch ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSearchCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentSearchCall) PageSize ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) PageSize(pageSize int64) *ProjectsLocationsAgentSearchCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentSearchCall) PageToken ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) PageToken(pageToken string) *ProjectsLocationsAgentSearchCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentSearchCall) Pages ¶ added in v0.26.0
func (c *ProjectsLocationsAgentSearchCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1SearchAgentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentService ¶ added in v0.9.0
type ProjectsLocationsAgentService struct {
EntityTypes *ProjectsLocationsAgentEntityTypesService
Environments *ProjectsLocationsAgentEnvironmentsService
Intents *ProjectsLocationsAgentIntentsService
Sessions *ProjectsLocationsAgentSessionsService
Versions *ProjectsLocationsAgentVersionsService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentService ¶ added in v0.9.0
func NewProjectsLocationsAgentService(s *Service) *ProjectsLocationsAgentService
func (*ProjectsLocationsAgentService) Export ¶ added in v0.9.0
func (r *ProjectsLocationsAgentService) Export(parent string, googleclouddialogflowv2beta1exportagentrequest *GoogleCloudDialogflowV2beta1ExportAgentRequest) *ProjectsLocationsAgentExportCall
Export:
- parent: .
func (*ProjectsLocationsAgentService) GetFulfillment ¶ added in v0.18.0
func (r *ProjectsLocationsAgentService) GetFulfillment(name string) *ProjectsLocationsAgentGetFulfillmentCall
GetFulfillment:
- name: .
func (*ProjectsLocationsAgentService) GetValidationResult ¶ added in v0.31.0
func (r *ProjectsLocationsAgentService) GetValidationResult(parent string) *ProjectsLocationsAgentGetValidationResultCall
GetValidationResult:
- parent: .
func (*ProjectsLocationsAgentService) Import ¶ added in v0.9.0
func (r *ProjectsLocationsAgentService) Import(parent string, googleclouddialogflowv2beta1importagentrequest *GoogleCloudDialogflowV2beta1ImportAgentRequest) *ProjectsLocationsAgentImportCall
Import:
- parent: .
func (*ProjectsLocationsAgentService) Restore ¶ added in v0.9.0
func (r *ProjectsLocationsAgentService) Restore(parent string, googleclouddialogflowv2beta1restoreagentrequest *GoogleCloudDialogflowV2beta1RestoreAgentRequest) *ProjectsLocationsAgentRestoreCall
Restore:
- parent: .
func (*ProjectsLocationsAgentService) Search ¶ added in v0.26.0
func (r *ProjectsLocationsAgentService) Search(parent string) *ProjectsLocationsAgentSearchCall
Search:
- parent: .
func (*ProjectsLocationsAgentService) Train ¶ added in v0.9.0
func (r *ProjectsLocationsAgentService) Train(parent string, googleclouddialogflowv2beta1trainagentrequest *GoogleCloudDialogflowV2beta1TrainAgentRequest) *ProjectsLocationsAgentTrainCall
Train:
- parent: .
func (*ProjectsLocationsAgentService) UpdateFulfillment ¶ added in v0.29.0
func (r *ProjectsLocationsAgentService) UpdateFulfillment(name string, googleclouddialogflowv2beta1fulfillment *GoogleCloudDialogflowV2beta1Fulfillment) *ProjectsLocationsAgentUpdateFulfillmentCall
UpdateFulfillment:
- name: .
type ProjectsLocationsAgentSessionsContextsCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsContextsCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsContextsCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.sessions.contexts.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsContextsCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsContextsCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsContextsDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsContextsDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsContextsDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.sessions.contexts.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsContextsDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsContextsDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsContextsGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsContextsGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsContextsGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.sessions.contexts.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsContextsGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsContextsGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsContextsGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsContextsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentSessionsContextsListCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsContextsListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsContextsListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListContextsResponse, error)
Do executes the "dialogflow.projects.locations.agent.sessions.contexts.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListContextsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsContextsListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsContextsListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsContextsListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsContextsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentSessionsContextsListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentSessionsContextsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentSessionsContextsListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) PageToken(pageToken string) *ProjectsLocationsAgentSessionsContextsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentSessionsContextsListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListContextsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentSessionsContextsPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsContextsPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsContextsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsContextsPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Context, error)
Do executes the "dialogflow.projects.locations.agent.sessions.contexts.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Context.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsContextsPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsContextsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsContextsPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsContextsPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsContextsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentSessionsContextsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentSessionsContextsService ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsContextsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentSessionsContextsService ¶ added in v0.9.0
func NewProjectsLocationsAgentSessionsContextsService(s *Service) *ProjectsLocationsAgentSessionsContextsService
func (*ProjectsLocationsAgentSessionsContextsService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsContextsService) Create(parent string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsLocationsAgentSessionsContextsCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentSessionsContextsService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsContextsService) Delete(name string) *ProjectsLocationsAgentSessionsContextsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentSessionsContextsService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsContextsService) Get(name string) *ProjectsLocationsAgentSessionsContextsGetCall
Get:
- name: .
func (*ProjectsLocationsAgentSessionsContextsService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsContextsService) List(parent string) *ProjectsLocationsAgentSessionsContextsListCall
List:
- parent: .
func (*ProjectsLocationsAgentSessionsContextsService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsContextsService) Patch(name string, googleclouddialogflowv2beta1context *GoogleCloudDialogflowV2beta1Context) *ProjectsLocationsAgentSessionsContextsPatchCall
Patch:
- name: .
type ProjectsLocationsAgentSessionsDeleteContextsCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsDeleteContextsCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsDeleteContextsCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsDeleteContextsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsDeleteContextsCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.sessions.deleteContexts" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsDeleteContextsCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsDeleteContextsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsDeleteContextsCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDeleteContextsCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsDetectIntentCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsDetectIntentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsDetectIntentCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsDetectIntentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsDetectIntentCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1DetectIntentResponse, error)
Do executes the "dialogflow.projects.locations.agent.sessions.detectIntent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1DetectIntentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsDetectIntentCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsDetectIntentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsDetectIntentCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsDetectIntentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsEntityTypesCreateCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsEntityTypesCreateCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsEntityTypesCreateCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.sessions.entityTypes.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsEntityTypesCreateCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsEntityTypesCreateCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsEntityTypesDeleteCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.sessions.entityTypes.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentSessionsEntityTypesGetCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsEntityTypesGetCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsEntityTypesGetCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.sessions.entityTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsEntityTypesGetCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsEntityTypesGetCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsEntityTypesGetCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsEntityTypesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentSessionsEntityTypesListCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse, error)
Do executes the "dialogflow.projects.locations.agent.sessions.entityTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentSessionsEntityTypesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) PageSize ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentSessionsEntityTypesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) PageToken ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentSessionsEntityTypesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentSessionsEntityTypesListCall) Pages ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentSessionsEntityTypesPatchCall ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentSessionsEntityTypesPatchCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentSessionsEntityTypesPatchCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SessionEntityType, error)
Do executes the "dialogflow.projects.locations.agent.sessions.entityTypes.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SessionEntityType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentSessionsEntityTypesPatchCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentSessionsEntityTypesPatchCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentSessionsEntityTypesPatchCall) UpdateMask ¶ added in v0.9.0
func (c *ProjectsLocationsAgentSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentSessionsEntityTypesService ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsEntityTypesService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentSessionsEntityTypesService ¶ added in v0.9.0
func NewProjectsLocationsAgentSessionsEntityTypesService(s *Service) *ProjectsLocationsAgentSessionsEntityTypesService
func (*ProjectsLocationsAgentSessionsEntityTypesService) Create ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsEntityTypesService) Create(parent string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsLocationsAgentSessionsEntityTypesCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentSessionsEntityTypesService) Delete ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsEntityTypesService) Delete(name string) *ProjectsLocationsAgentSessionsEntityTypesDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentSessionsEntityTypesService) Get ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsEntityTypesService) Get(name string) *ProjectsLocationsAgentSessionsEntityTypesGetCall
Get:
- name: .
func (*ProjectsLocationsAgentSessionsEntityTypesService) List ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsEntityTypesService) List(parent string) *ProjectsLocationsAgentSessionsEntityTypesListCall
List:
- parent: .
func (*ProjectsLocationsAgentSessionsEntityTypesService) Patch ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsEntityTypesService) Patch(name string, googleclouddialogflowv2beta1sessionentitytype *GoogleCloudDialogflowV2beta1SessionEntityType) *ProjectsLocationsAgentSessionsEntityTypesPatchCall
Patch:
- name: .
type ProjectsLocationsAgentSessionsService ¶ added in v0.9.0
type ProjectsLocationsAgentSessionsService struct {
Contexts *ProjectsLocationsAgentSessionsContextsService
EntityTypes *ProjectsLocationsAgentSessionsEntityTypesService
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentSessionsService ¶ added in v0.9.0
func NewProjectsLocationsAgentSessionsService(s *Service) *ProjectsLocationsAgentSessionsService
func (*ProjectsLocationsAgentSessionsService) DeleteContexts ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsService) DeleteContexts(parent string) *ProjectsLocationsAgentSessionsDeleteContextsCall
DeleteContexts:
- parent: .
func (*ProjectsLocationsAgentSessionsService) DetectIntent ¶ added in v0.9.0
func (r *ProjectsLocationsAgentSessionsService) DetectIntent(session string, googleclouddialogflowv2beta1detectintentrequest *GoogleCloudDialogflowV2beta1DetectIntentRequest) *ProjectsLocationsAgentSessionsDetectIntentCall
DetectIntent:
- session: .
type ProjectsLocationsAgentTrainCall ¶ added in v0.9.0
type ProjectsLocationsAgentTrainCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentTrainCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsAgentTrainCall) Context(ctx context.Context) *ProjectsLocationsAgentTrainCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentTrainCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsAgentTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.agent.train" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentTrainCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsAgentTrainCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentTrainCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentTrainCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsAgentTrainCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentUpdateFulfillmentCall ¶ added in v0.29.0
type ProjectsLocationsAgentUpdateFulfillmentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentUpdateFulfillmentCall) Context ¶ added in v0.29.0
func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Context(ctx context.Context) *ProjectsLocationsAgentUpdateFulfillmentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentUpdateFulfillmentCall) Do ¶ added in v0.29.0
func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Fulfillment, error)
Do executes the "dialogflow.projects.locations.agent.updateFulfillment" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Fulfillment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentUpdateFulfillmentCall) Fields ¶ added in v0.29.0
func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentUpdateFulfillmentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentUpdateFulfillmentCall) Header ¶ added in v0.29.0
func (c *ProjectsLocationsAgentUpdateFulfillmentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentUpdateFulfillmentCall) UpdateMask ¶ added in v0.29.0
func (c *ProjectsLocationsAgentUpdateFulfillmentCall) UpdateMask(updateMask string) *ProjectsLocationsAgentUpdateFulfillmentCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentVersionsCreateCall ¶ added in v0.18.0
type ProjectsLocationsAgentVersionsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentVersionsCreateCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentVersionsCreateCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.locations.agent.versions.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentVersionsCreateCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentVersionsCreateCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentVersionsDeleteCall ¶ added in v0.46.0
type ProjectsLocationsAgentVersionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentVersionsDeleteCall) Context ¶ added in v0.46.0
func (c *ProjectsLocationsAgentVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentVersionsDeleteCall) Do ¶ added in v0.46.0
func (c *ProjectsLocationsAgentVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.agent.versions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentVersionsDeleteCall) Fields ¶ added in v0.46.0
func (c *ProjectsLocationsAgentVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentVersionsDeleteCall) Header ¶ added in v0.46.0
func (c *ProjectsLocationsAgentVersionsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsAgentVersionsGetCall ¶ added in v0.18.0
type ProjectsLocationsAgentVersionsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentVersionsGetCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentVersionsGetCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.locations.agent.versions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentVersionsGetCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentVersionsGetCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentVersionsGetCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentVersionsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAgentVersionsListCall ¶ added in v0.18.0
type ProjectsLocationsAgentVersionsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentVersionsListCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentVersionsListCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListVersionsResponse, error)
Do executes the "dialogflow.projects.locations.agent.versions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListVersionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentVersionsListCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentVersionsListCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentVersionsListCall) IfNoneMatch ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentVersionsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAgentVersionsListCall) PageSize ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentVersionsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAgentVersionsListCall) PageToken ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) PageToken(pageToken string) *ProjectsLocationsAgentVersionsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAgentVersionsListCall) Pages ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListVersionsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAgentVersionsPatchCall ¶ added in v0.18.0
type ProjectsLocationsAgentVersionsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAgentVersionsPatchCall) Context ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentVersionsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAgentVersionsPatchCall) Do ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Version, error)
Do executes the "dialogflow.projects.locations.agent.versions.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Version.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAgentVersionsPatchCall) Fields ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentVersionsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAgentVersionsPatchCall) Header ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAgentVersionsPatchCall) UpdateMask ¶ added in v0.18.0
func (c *ProjectsLocationsAgentVersionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentVersionsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAgentVersionsService ¶ added in v0.18.0
type ProjectsLocationsAgentVersionsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAgentVersionsService ¶ added in v0.18.0
func NewProjectsLocationsAgentVersionsService(s *Service) *ProjectsLocationsAgentVersionsService
func (*ProjectsLocationsAgentVersionsService) Create ¶ added in v0.18.0
func (r *ProjectsLocationsAgentVersionsService) Create(parent string, googleclouddialogflowv2beta1version *GoogleCloudDialogflowV2beta1Version) *ProjectsLocationsAgentVersionsCreateCall
Create:
- parent: .
func (*ProjectsLocationsAgentVersionsService) Delete ¶ added in v0.46.0
func (r *ProjectsLocationsAgentVersionsService) Delete(name string) *ProjectsLocationsAgentVersionsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsAgentVersionsService) Get ¶ added in v0.18.0
func (r *ProjectsLocationsAgentVersionsService) Get(name string) *ProjectsLocationsAgentVersionsGetCall
Get:
- name: .
func (*ProjectsLocationsAgentVersionsService) List ¶ added in v0.18.0
func (r *ProjectsLocationsAgentVersionsService) List(parent string) *ProjectsLocationsAgentVersionsListCall
List:
- parent: .
func (*ProjectsLocationsAgentVersionsService) Patch ¶ added in v0.18.0
func (r *ProjectsLocationsAgentVersionsService) Patch(name string, googleclouddialogflowv2beta1version *GoogleCloudDialogflowV2beta1Version) *ProjectsLocationsAgentVersionsPatchCall
Patch:
- name: .
type ProjectsLocationsAnswerRecordsGetCall ¶ added in v0.42.0
type ProjectsLocationsAnswerRecordsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAnswerRecordsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsGetCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAnswerRecordsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
Do executes the "dialogflow.projects.locations.answerRecords.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnswerRecord.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAnswerRecordsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAnswerRecordsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAnswerRecordsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAnswerRecordsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsAnswerRecordsListCall ¶ added in v0.42.0
type ProjectsLocationsAnswerRecordsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAnswerRecordsListCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAnswerRecordsListCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse, error)
Do executes the "dialogflow.projects.locations.answerRecords.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAnswerRecordsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAnswerRecordsListCall) Filter ¶ added in v0.89.0
func (c *ProjectsLocationsAnswerRecordsListCall) Filter(filter string) *ProjectsLocationsAnswerRecordsListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsAnswerRecordsListCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAnswerRecordsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAnswerRecordsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsAnswerRecordsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) PageSize(pageSize int64) *ProjectsLocationsAnswerRecordsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsAnswerRecordsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) PageToken(pageToken string) *ProjectsLocationsAnswerRecordsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsAnswerRecordsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsAnswerRecordsPatchCall ¶ added in v0.42.0
type ProjectsLocationsAnswerRecordsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsAnswerRecordsPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsPatchCall) Context(ctx context.Context) *ProjectsLocationsAnswerRecordsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsAnswerRecordsPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnswerRecord, error)
Do executes the "dialogflow.projects.locations.answerRecords.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnswerRecord.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsAnswerRecordsPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAnswerRecordsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsAnswerRecordsPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsAnswerRecordsPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsLocationsAnswerRecordsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAnswerRecordsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsAnswerRecordsService ¶ added in v0.42.0
type ProjectsLocationsAnswerRecordsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsAnswerRecordsService ¶ added in v0.42.0
func NewProjectsLocationsAnswerRecordsService(s *Service) *ProjectsLocationsAnswerRecordsService
func (*ProjectsLocationsAnswerRecordsService) Get ¶ added in v0.42.0
func (r *ProjectsLocationsAnswerRecordsService) Get(name string) *ProjectsLocationsAnswerRecordsGetCall
Get:
- name: .
func (*ProjectsLocationsAnswerRecordsService) List ¶ added in v0.42.0
func (r *ProjectsLocationsAnswerRecordsService) List(parent string) *ProjectsLocationsAnswerRecordsListCall
List:
- parent: .
func (*ProjectsLocationsAnswerRecordsService) Patch ¶ added in v0.42.0
func (r *ProjectsLocationsAnswerRecordsService) Patch(name string, googleclouddialogflowv2beta1answerrecord *GoogleCloudDialogflowV2beta1AnswerRecord) *ProjectsLocationsAnswerRecordsPatchCall
Patch:
- name: .
type ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall ¶ added in v0.71.0
type ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Context ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Do ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.clearSuggestionFeatureConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Fields ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Header ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationProfilesCreateCall ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationProfilesDeleteCall ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesDeleteCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesDeleteCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesDeleteCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesDeleteCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationProfilesGetCall ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesGetCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesGetCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesGetCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesGetCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationProfilesGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationProfilesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsConversationProfilesListCall ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesListCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesListCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListConversationProfilesResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesListCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesListCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationProfilesListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationProfilesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsConversationProfilesListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) PageSize(pageSize int64) *ProjectsLocationsConversationProfilesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsConversationProfilesListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) PageToken(pageToken string) *ProjectsLocationsConversationProfilesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsConversationProfilesListCall) Pages ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListConversationProfilesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsConversationProfilesPatchCall ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesPatchCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ConversationProfile, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ConversationProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationProfilesPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsLocationsConversationProfilesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConversationProfilesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsConversationProfilesService ¶ added in v0.42.0
type ProjectsLocationsConversationProfilesService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationProfilesService ¶ added in v0.42.0
func NewProjectsLocationsConversationProfilesService(s *Service) *ProjectsLocationsConversationProfilesService
func (*ProjectsLocationsConversationProfilesService) ClearSuggestionFeatureConfig ¶ added in v0.71.0
func (r *ProjectsLocationsConversationProfilesService) ClearSuggestionFeatureConfig(conversationProfile string, googleclouddialogflowv2beta1clearsuggestionfeatureconfigrequest *GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest) *ProjectsLocationsConversationProfilesClearSuggestionFeatureConfigCall
ClearSuggestionFeatureConfig:
- conversationProfile: .
func (*ProjectsLocationsConversationProfilesService) Create ¶ added in v0.42.0
func (r *ProjectsLocationsConversationProfilesService) Create(parent string, googleclouddialogflowv2beta1conversationprofile *GoogleCloudDialogflowV2beta1ConversationProfile) *ProjectsLocationsConversationProfilesCreateCall
Create:
- parent: .
func (*ProjectsLocationsConversationProfilesService) Delete ¶ added in v0.42.0
func (r *ProjectsLocationsConversationProfilesService) Delete(name string) *ProjectsLocationsConversationProfilesDeleteCall
Delete:
- name: .
func (*ProjectsLocationsConversationProfilesService) Get ¶ added in v0.42.0
func (r *ProjectsLocationsConversationProfilesService) Get(name string) *ProjectsLocationsConversationProfilesGetCall
Get:
- name: .
func (*ProjectsLocationsConversationProfilesService) List ¶ added in v0.42.0
func (r *ProjectsLocationsConversationProfilesService) List(parent string) *ProjectsLocationsConversationProfilesListCall
List:
- parent: .
func (*ProjectsLocationsConversationProfilesService) Patch ¶ added in v0.42.0
func (r *ProjectsLocationsConversationProfilesService) Patch(name string, googleclouddialogflowv2beta1conversationprofile *GoogleCloudDialogflowV2beta1ConversationProfile) *ProjectsLocationsConversationProfilesPatchCall
Patch:
- name: .
func (*ProjectsLocationsConversationProfilesService) SetSuggestionFeatureConfig ¶ added in v0.71.0
func (r *ProjectsLocationsConversationProfilesService) SetSuggestionFeatureConfig(conversationProfile string, googleclouddialogflowv2beta1setsuggestionfeatureconfigrequest *GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
SetSuggestionFeatureConfig:
- conversationProfile: .
type ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall ¶ added in v0.71.0
type ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Context ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Context(ctx context.Context) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Do ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.conversationProfiles.setSuggestionFeatureConfig" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Fields ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Header ¶ added in v0.71.0
func (c *ProjectsLocationsConversationProfilesSetSuggestionFeatureConfigCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsCompleteCall ¶ added in v0.42.0
type ProjectsLocationsConversationsCompleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsCompleteCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCompleteCall) Context(ctx context.Context) *ProjectsLocationsConversationsCompleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsCompleteCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.locations.conversations.complete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsCompleteCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCompleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsCompleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsCompleteCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCompleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsCreateCall ¶ added in v0.42.0
type ProjectsLocationsConversationsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsCreateCall) ConversationId ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCreateCall) ConversationId(conversationId string) *ProjectsLocationsConversationsCreateCall
ConversationId sets the optional parameter "conversationId":
func (*ProjectsLocationsConversationsCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.locations.conversations.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsGetCall ¶ added in v0.42.0
type ProjectsLocationsConversationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsGetCall) Context(ctx context.Context) *ProjectsLocationsConversationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Conversation, error)
Do executes the "dialogflow.projects.locations.conversations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Conversation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsConversationsIngestContextReferencesCall ¶ added in v0.226.0
type ProjectsLocationsConversationsIngestContextReferencesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsIngestContextReferencesCall) Context ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Context(ctx context.Context) *ProjectsLocationsConversationsIngestContextReferencesCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsIngestContextReferencesCall) Do ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1IngestContextReferencesResponse, error)
Do executes the "dialogflow.projects.locations.conversations.ingestContextReferences" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1IngestContextReferencesResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsIngestContextReferencesCall) Fields ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsIngestContextReferencesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsIngestContextReferencesCall) Header ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsIngestContextReferencesCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsListCall ¶ added in v0.42.0
type ProjectsLocationsConversationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsListCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Context(ctx context.Context) *ProjectsLocationsConversationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsListCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListConversationsResponse, error)
Do executes the "dialogflow.projects.locations.conversations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListConversationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsListCall) Filter ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Filter(filter string) *ProjectsLocationsConversationsListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsConversationsListCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsConversationsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsConversationsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) PageToken(pageToken string) *ProjectsLocationsConversationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsConversationsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListConversationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsConversationsMessagesBatchCreateCall ¶ added in v0.42.0
type ProjectsLocationsConversationsMessagesBatchCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsMessagesBatchCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsMessagesBatchCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsMessagesBatchCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse, error)
Do executes the "dialogflow.projects.locations.conversations.messages.batchCreate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsMessagesBatchCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsMessagesBatchCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsMessagesBatchCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesBatchCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsMessagesListCall ¶ added in v0.42.0
type ProjectsLocationsConversationsMessagesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsMessagesListCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Context(ctx context.Context) *ProjectsLocationsConversationsMessagesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsMessagesListCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListMessagesResponse, error)
Do executes the "dialogflow.projects.locations.conversations.messages.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListMessagesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsMessagesListCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsMessagesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsMessagesListCall) Filter ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Filter(filter string) *ProjectsLocationsConversationsMessagesListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsConversationsMessagesListCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsMessagesListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsMessagesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsConversationsMessagesListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsMessagesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsConversationsMessagesListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) PageToken(pageToken string) *ProjectsLocationsConversationsMessagesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsConversationsMessagesListCall) Pages ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsMessagesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListMessagesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsConversationsMessagesService ¶ added in v0.42.0
type ProjectsLocationsConversationsMessagesService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationsMessagesService ¶ added in v0.42.0
func NewProjectsLocationsConversationsMessagesService(s *Service) *ProjectsLocationsConversationsMessagesService
func (*ProjectsLocationsConversationsMessagesService) BatchCreate ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsMessagesService) BatchCreate(parent string, googleclouddialogflowv2beta1batchcreatemessagesrequest *GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest) *ProjectsLocationsConversationsMessagesBatchCreateCall
BatchCreate:
- parent: .
func (*ProjectsLocationsConversationsMessagesService) List ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsMessagesService) List(parent string) *ProjectsLocationsConversationsMessagesListCall
List:
- parent: .
type ProjectsLocationsConversationsParticipantsAnalyzeContentCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsAnalyzeContentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1AnalyzeContentResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.analyzeContent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1AnalyzeContentResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsAnalyzeContentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsParticipantsCreateCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsCreateCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsCreateCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsCreateCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.locations.conversations.participants.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsCreateCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsCreateCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsParticipantsGetCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsGetCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsGetCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsGetCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.locations.conversations.participants.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsGetCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsGetCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsParticipantsGetCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsParticipantsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsConversationsParticipantsListCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsListCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsListCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListParticipantsResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListParticipantsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsListCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsListCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsParticipantsListCall) IfNoneMatch ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversationsParticipantsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsConversationsParticipantsListCall) PageSize ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) PageSize(pageSize int64) *ProjectsLocationsConversationsParticipantsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsConversationsParticipantsListCall) PageToken ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) PageToken(pageToken string) *ProjectsLocationsConversationsParticipantsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsConversationsParticipantsListCall) Pages ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListParticipantsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsConversationsParticipantsPatchCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsPatchCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsPatchCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsPatchCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Participant, error)
Do executes the "dialogflow.projects.locations.conversations.participants.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Participant.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsPatchCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsPatchCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsConversationsParticipantsPatchCall) UpdateMask ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConversationsParticipantsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsConversationsParticipantsService ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsService struct {
Suggestions *ProjectsLocationsConversationsParticipantsSuggestionsService
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationsParticipantsService ¶ added in v0.42.0
func NewProjectsLocationsConversationsParticipantsService(s *Service) *ProjectsLocationsConversationsParticipantsService
func (*ProjectsLocationsConversationsParticipantsService) AnalyzeContent ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsService) AnalyzeContent(participant string, googleclouddialogflowv2beta1analyzecontentrequest *GoogleCloudDialogflowV2beta1AnalyzeContentRequest) *ProjectsLocationsConversationsParticipantsAnalyzeContentCall
AnalyzeContent:
- participant: .
func (*ProjectsLocationsConversationsParticipantsService) Create ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsService) Create(parent string, googleclouddialogflowv2beta1participant *GoogleCloudDialogflowV2beta1Participant) *ProjectsLocationsConversationsParticipantsCreateCall
Create:
- parent: .
func (*ProjectsLocationsConversationsParticipantsService) Get ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsService) Get(name string) *ProjectsLocationsConversationsParticipantsGetCall
Get:
- name: .
func (*ProjectsLocationsConversationsParticipantsService) List ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsService) List(parent string) *ProjectsLocationsConversationsParticipantsListCall
List:
- parent: .
func (*ProjectsLocationsConversationsParticipantsService) Patch ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsService) Patch(name string, googleclouddialogflowv2beta1participant *GoogleCloudDialogflowV2beta1Participant) *ProjectsLocationsConversationsParticipantsPatchCall
Patch:
- name: .
type ProjectsLocationsConversationsParticipantsSuggestionsService ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationsParticipantsSuggestionsService ¶ added in v0.42.0
func NewProjectsLocationsConversationsParticipantsSuggestionsService(s *Service) *ProjectsLocationsConversationsParticipantsSuggestionsService
func (*ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestArticles ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestArticles(parent string, googleclouddialogflowv2beta1suggestarticlesrequest *GoogleCloudDialogflowV2beta1SuggestArticlesRequest) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
SuggestArticles:
- parent: .
func (*ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestFaqAnswers ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestFaqAnswers(parent string, googleclouddialogflowv2beta1suggestfaqanswersrequest *GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
SuggestFaqAnswers:
- parent: .
func (*ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist ¶ added in v0.185.0
func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestKnowledgeAssist(parent string, googleclouddialogflowv2beta1suggestknowledgeassistrequest *GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
SuggestKnowledgeAssist:
- parent: .
func (*ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestSmartReplies ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsParticipantsSuggestionsService) SuggestSmartReplies(parent string, googleclouddialogflowv2beta1suggestsmartrepliesrequest *GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
SuggestSmartReplies:
- parent: .
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestArticlesResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.suggestions.suggestArticles" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestArticlesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestArticlesCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.suggestions.suggestFaqAnswers" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestFaqAnswersCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall ¶ added in v0.185.0
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context ¶ added in v0.185.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do ¶ added in v0.185.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.suggestions.suggestKnowledgeAssist" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields ¶ added in v0.185.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header ¶ added in v0.185.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestKnowledgeAssistCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall ¶ added in v0.42.0
type ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Context(ctx context.Context) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, error)
Do executes the "dialogflow.projects.locations.conversations.participants.suggestions.suggestSmartReplies" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsConversationsParticipantsSuggestionsSuggestSmartRepliesCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsService ¶ added in v0.42.0
type ProjectsLocationsConversationsService struct {
Messages *ProjectsLocationsConversationsMessagesService
Participants *ProjectsLocationsConversationsParticipantsService
Suggestions *ProjectsLocationsConversationsSuggestionsService
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationsService ¶ added in v0.42.0
func NewProjectsLocationsConversationsService(s *Service) *ProjectsLocationsConversationsService
func (*ProjectsLocationsConversationsService) Complete ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsService) Complete(name string, googleclouddialogflowv2beta1completeconversationrequest *GoogleCloudDialogflowV2beta1CompleteConversationRequest) *ProjectsLocationsConversationsCompleteCall
Complete:
- name: .
func (*ProjectsLocationsConversationsService) Create ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsService) Create(parent string, googleclouddialogflowv2beta1conversation *GoogleCloudDialogflowV2beta1Conversation) *ProjectsLocationsConversationsCreateCall
Create:
- parent: .
func (*ProjectsLocationsConversationsService) Get ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsService) Get(name string) *ProjectsLocationsConversationsGetCall
Get:
- name: .
func (*ProjectsLocationsConversationsService) IngestContextReferences ¶ added in v0.226.0
func (r *ProjectsLocationsConversationsService) IngestContextReferences(conversation string, googleclouddialogflowv2beta1ingestcontextreferencesrequest *GoogleCloudDialogflowV2beta1IngestContextReferencesRequest) *ProjectsLocationsConversationsIngestContextReferencesCall
IngestContextReferences:
- conversation: .
func (*ProjectsLocationsConversationsService) List ¶ added in v0.42.0
func (r *ProjectsLocationsConversationsService) List(parent string) *ProjectsLocationsConversationsListCall
List:
- parent: .
type ProjectsLocationsConversationsSuggestionsGenerateCall ¶ added in v0.226.0
type ProjectsLocationsConversationsSuggestionsGenerateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsSuggestionsGenerateCall) Context ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsGenerateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsSuggestionsGenerateCall) Do ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, error)
Do executes the "dialogflow.projects.locations.conversations.suggestions.generate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsSuggestionsGenerateCall) Fields ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsGenerateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsSuggestionsGenerateCall) Header ¶ added in v0.226.0
func (c *ProjectsLocationsConversationsSuggestionsGenerateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall ¶ added in v0.139.0
type ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Context ¶ added in v0.139.0
func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Do ¶ added in v0.139.0
func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
Do executes the "dialogflow.projects.locations.conversations.suggestions.searchKnowledge" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchKnowledgeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Fields ¶ added in v0.139.0
func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Header ¶ added in v0.139.0
func (c *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsConversationsSuggestionsService ¶ added in v0.96.0
type ProjectsLocationsConversationsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsConversationsSuggestionsService ¶ added in v0.96.0
func NewProjectsLocationsConversationsSuggestionsService(s *Service) *ProjectsLocationsConversationsSuggestionsService
func (*ProjectsLocationsConversationsSuggestionsService) Generate ¶ added in v0.226.0
func (r *ProjectsLocationsConversationsSuggestionsService) Generate(conversation string, googleclouddialogflowv2beta1generatesuggestionsrequest *GoogleCloudDialogflowV2beta1GenerateSuggestionsRequest) *ProjectsLocationsConversationsSuggestionsGenerateCall
Generate:
- conversation: .
func (*ProjectsLocationsConversationsSuggestionsService) SearchKnowledge ¶ added in v0.139.0
func (r *ProjectsLocationsConversationsSuggestionsService) SearchKnowledge(conversation string, googleclouddialogflowv2beta1searchknowledgerequest *GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) *ProjectsLocationsConversationsSuggestionsSearchKnowledgeCall
SearchKnowledge:
- conversation: .
func (*ProjectsLocationsConversationsSuggestionsService) SuggestConversationSummary ¶ added in v0.96.0
func (r *ProjectsLocationsConversationsSuggestionsService) SuggestConversationSummary(conversation string, googleclouddialogflowv2beta1suggestconversationsummaryrequest *GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
SuggestConversationSummary:
- conversation: .
type ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall ¶ added in v0.96.0
type ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Context ¶ added in v0.96.0
func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Context(ctx context.Context) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Do ¶ added in v0.96.0
func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse, error)
Do executes the "dialogflow.projects.locations.conversations.suggestions.suggestConversationSummary" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse.ServerRespons e.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Fields ¶ added in v0.96.0
func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Header ¶ added in v0.96.0
func (c *ProjectsLocationsConversationsSuggestionsSuggestConversationSummaryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsDeleteAgentCall ¶ added in v0.9.0
type ProjectsLocationsDeleteAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsDeleteAgentCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsDeleteAgentCall) Context(ctx context.Context) *ProjectsLocationsDeleteAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsDeleteAgentCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsDeleteAgentCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.deleteAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsDeleteAgentCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsDeleteAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeleteAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsDeleteAgentCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsDeleteAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsEncryptionSpecInitializeCall ¶ added in v0.189.0
type ProjectsLocationsEncryptionSpecInitializeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsEncryptionSpecInitializeCall) Context ¶ added in v0.189.0
func (c *ProjectsLocationsEncryptionSpecInitializeCall) Context(ctx context.Context) *ProjectsLocationsEncryptionSpecInitializeCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEncryptionSpecInitializeCall) Do ¶ added in v0.189.0
func (c *ProjectsLocationsEncryptionSpecInitializeCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.encryptionSpec.initialize" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEncryptionSpecInitializeCall) Fields ¶ added in v0.189.0
func (c *ProjectsLocationsEncryptionSpecInitializeCall) Fields(s ...googleapi.Field) *ProjectsLocationsEncryptionSpecInitializeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsEncryptionSpecInitializeCall) Header ¶ added in v0.189.0
func (c *ProjectsLocationsEncryptionSpecInitializeCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsEncryptionSpecService ¶ added in v0.189.0
type ProjectsLocationsEncryptionSpecService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsEncryptionSpecService ¶ added in v0.189.0
func NewProjectsLocationsEncryptionSpecService(s *Service) *ProjectsLocationsEncryptionSpecService
func (*ProjectsLocationsEncryptionSpecService) Initialize ¶ added in v0.189.0
func (r *ProjectsLocationsEncryptionSpecService) Initialize(name string, googleclouddialogflowv2beta1initializeencryptionspecrequest *GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest) *ProjectsLocationsEncryptionSpecInitializeCall
Initialize:
- name: .
type ProjectsLocationsGeneratorsCreateCall ¶ added in v0.183.0
type ProjectsLocationsGeneratorsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsCreateCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsCreateCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsCreateCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
Do executes the "dialogflow.projects.locations.generators.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Generator.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsCreateCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsCreateCall) GeneratorId ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsCreateCall) GeneratorId(generatorId string) *ProjectsLocationsGeneratorsCreateCall
GeneratorId sets the optional parameter "generatorId":
func (*ProjectsLocationsGeneratorsCreateCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsGeneratorsDeleteCall ¶ added in v0.183.0
type ProjectsLocationsGeneratorsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsDeleteCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsDeleteCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.generators.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsDeleteCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsDeleteCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsGeneratorsEvaluationsCreateCall ¶ added in v0.250.0
type ProjectsLocationsGeneratorsEvaluationsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsEvaluationsCreateCall) Context ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsEvaluationsCreateCall) Do ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.generators.evaluations.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsEvaluationsCreateCall) Fields ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsEvaluationsCreateCall) Header ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsGeneratorsEvaluationsDeleteCall ¶ added in v0.250.0
type ProjectsLocationsGeneratorsEvaluationsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsEvaluationsDeleteCall) Context ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsEvaluationsDeleteCall) Do ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.generators.evaluations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsEvaluationsDeleteCall) Fields ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsEvaluationsDeleteCall) Header ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsGeneratorsEvaluationsGetCall ¶ added in v0.250.0
type ProjectsLocationsGeneratorsEvaluationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsEvaluationsGetCall) Context ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsEvaluationsGetCall) Do ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GeneratorEvaluation, error)
Do executes the "dialogflow.projects.locations.generators.evaluations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GeneratorEvaluation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsEvaluationsGetCall) Fields ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsEvaluationsGetCall) Header ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGeneratorsEvaluationsGetCall) IfNoneMatch ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsEvaluationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsGeneratorsEvaluationsListCall ¶ added in v0.250.0
type ProjectsLocationsGeneratorsEvaluationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsEvaluationsListCall) Context ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsEvaluationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsEvaluationsListCall) Do ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse, error)
Do executes the "dialogflow.projects.locations.generators.evaluations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsEvaluationsListCall) Fields ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsEvaluationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsEvaluationsListCall) Header ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGeneratorsEvaluationsListCall) IfNoneMatch ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsEvaluationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsGeneratorsEvaluationsListCall) PageSize ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsGeneratorsEvaluationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsGeneratorsEvaluationsListCall) PageToken ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsGeneratorsEvaluationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsGeneratorsEvaluationsListCall) Pages ¶ added in v0.250.0
func (c *ProjectsLocationsGeneratorsEvaluationsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsGeneratorsEvaluationsService ¶ added in v0.250.0
type ProjectsLocationsGeneratorsEvaluationsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsGeneratorsEvaluationsService ¶ added in v0.250.0
func NewProjectsLocationsGeneratorsEvaluationsService(s *Service) *ProjectsLocationsGeneratorsEvaluationsService
func (*ProjectsLocationsGeneratorsEvaluationsService) Create ¶ added in v0.250.0
func (r *ProjectsLocationsGeneratorsEvaluationsService) Create(parent string, googleclouddialogflowv2beta1generatorevaluation *GoogleCloudDialogflowV2beta1GeneratorEvaluation) *ProjectsLocationsGeneratorsEvaluationsCreateCall
Create:
- parent: .
func (*ProjectsLocationsGeneratorsEvaluationsService) Delete ¶ added in v0.250.0
func (r *ProjectsLocationsGeneratorsEvaluationsService) Delete(name string) *ProjectsLocationsGeneratorsEvaluationsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsGeneratorsEvaluationsService) Get ¶ added in v0.250.0
func (r *ProjectsLocationsGeneratorsEvaluationsService) Get(name string) *ProjectsLocationsGeneratorsEvaluationsGetCall
Get:
- name: .
func (*ProjectsLocationsGeneratorsEvaluationsService) List ¶ added in v0.250.0
func (r *ProjectsLocationsGeneratorsEvaluationsService) List(parent string) *ProjectsLocationsGeneratorsEvaluationsListCall
List:
- parent: .
type ProjectsLocationsGeneratorsGetCall ¶ added in v0.183.0
type ProjectsLocationsGeneratorsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsGetCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsGetCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsGetCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
Do executes the "dialogflow.projects.locations.generators.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Generator.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsGetCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsGetCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGeneratorsGetCall) IfNoneMatch ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsGeneratorsListCall ¶ added in v0.183.0
type ProjectsLocationsGeneratorsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsListCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsListCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListGeneratorsResponse, error)
Do executes the "dialogflow.projects.locations.generators.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListGeneratorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsListCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsListCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGeneratorsListCall) IfNoneMatch ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGeneratorsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsGeneratorsListCall) PageSize ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) PageSize(pageSize int64) *ProjectsLocationsGeneratorsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsGeneratorsListCall) PageToken ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) PageToken(pageToken string) *ProjectsLocationsGeneratorsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsGeneratorsListCall) Pages ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListGeneratorsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsGeneratorsPatchCall ¶ added in v0.183.0
type ProjectsLocationsGeneratorsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGeneratorsPatchCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsPatchCall) Context(ctx context.Context) *ProjectsLocationsGeneratorsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGeneratorsPatchCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Generator, error)
Do executes the "dialogflow.projects.locations.generators.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Generator.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGeneratorsPatchCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsGeneratorsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGeneratorsPatchCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGeneratorsPatchCall) UpdateMask ¶ added in v0.183.0
func (c *ProjectsLocationsGeneratorsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsGeneratorsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsGeneratorsService ¶ added in v0.183.0
type ProjectsLocationsGeneratorsService struct {
Evaluations *ProjectsLocationsGeneratorsEvaluationsService
// contains filtered or unexported fields
}
func NewProjectsLocationsGeneratorsService ¶ added in v0.183.0
func NewProjectsLocationsGeneratorsService(s *Service) *ProjectsLocationsGeneratorsService
func (*ProjectsLocationsGeneratorsService) Create ¶ added in v0.183.0
func (r *ProjectsLocationsGeneratorsService) Create(parent string, googleclouddialogflowv2beta1generator *GoogleCloudDialogflowV2beta1Generator) *ProjectsLocationsGeneratorsCreateCall
Create:
- parent: .
func (*ProjectsLocationsGeneratorsService) Delete ¶ added in v0.183.0
func (r *ProjectsLocationsGeneratorsService) Delete(name string) *ProjectsLocationsGeneratorsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsGeneratorsService) Get ¶ added in v0.183.0
func (r *ProjectsLocationsGeneratorsService) Get(name string) *ProjectsLocationsGeneratorsGetCall
Get:
- name: .
func (*ProjectsLocationsGeneratorsService) List ¶ added in v0.183.0
func (r *ProjectsLocationsGeneratorsService) List(parent string) *ProjectsLocationsGeneratorsListCall
List:
- parent: .
func (*ProjectsLocationsGeneratorsService) Patch ¶ added in v0.183.0
func (r *ProjectsLocationsGeneratorsService) Patch(name string, googleclouddialogflowv2beta1generator *GoogleCloudDialogflowV2beta1Generator) *ProjectsLocationsGeneratorsPatchCall
Patch:
- name: .
type ProjectsLocationsGetAgentCall ¶ added in v0.9.0
type ProjectsLocationsGetAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGetAgentCall) Context ¶ added in v0.9.0
func (c *ProjectsLocationsGetAgentCall) Context(ctx context.Context) *ProjectsLocationsGetAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGetAgentCall) Do ¶ added in v0.9.0
func (c *ProjectsLocationsGetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
Do executes the "dialogflow.projects.locations.getAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Agent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGetAgentCall) Fields ¶ added in v0.9.0
func (c *ProjectsLocationsGetAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGetAgentCall) Header ¶ added in v0.9.0
func (c *ProjectsLocationsGetAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGetAgentCall) IfNoneMatch ¶ added in v0.9.0
func (c *ProjectsLocationsGetAgentCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetAgentCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsGetCall ¶ added in v0.53.0
type ProjectsLocationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGetCall) Context ¶ added in v0.53.0
func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGetCall) Do ¶ added in v0.53.0
func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)
Do executes the "dialogflow.projects.locations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationLocation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGetCall) Fields ¶ added in v0.53.0
func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGetCall) Header ¶ added in v0.53.0
func (c *ProjectsLocationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGetCall) IfNoneMatch ¶ added in v0.53.0
func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsGetEncryptionSpecCall ¶ added in v0.189.0
type ProjectsLocationsGetEncryptionSpecCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsGetEncryptionSpecCall) Context ¶ added in v0.189.0
func (c *ProjectsLocationsGetEncryptionSpecCall) Context(ctx context.Context) *ProjectsLocationsGetEncryptionSpecCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGetEncryptionSpecCall) Do ¶ added in v0.189.0
func (c *ProjectsLocationsGetEncryptionSpecCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1EncryptionSpec, error)
Do executes the "dialogflow.projects.locations.getEncryptionSpec" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1EncryptionSpec.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGetEncryptionSpecCall) Fields ¶ added in v0.189.0
func (c *ProjectsLocationsGetEncryptionSpecCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetEncryptionSpecCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsGetEncryptionSpecCall) Header ¶ added in v0.189.0
func (c *ProjectsLocationsGetEncryptionSpecCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsGetEncryptionSpecCall) IfNoneMatch ¶ added in v0.189.0
func (c *ProjectsLocationsGetEncryptionSpecCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetEncryptionSpecCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsKnowledgeBasesCreateCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesCreateCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesCreateCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesCreateCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesCreateCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesCreateCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsKnowledgeBasesDeleteCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDeleteCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDeleteCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDeleteCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDeleteCall) Force ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Force(force bool) *ProjectsLocationsKnowledgeBasesDeleteCall
Force sets the optional parameter "force":
func (*ProjectsLocationsKnowledgeBasesDeleteCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsKnowledgeBasesDocumentsCreateCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsCreateCall) ImportGcsCustomMetadata(importGcsCustomMetadata bool) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
ImportGcsCustomMetadata sets the optional parameter "importGcsCustomMetadata":
type ProjectsLocationsKnowledgeBasesDocumentsDeleteCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsKnowledgeBasesDocumentsGetCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsGetCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsGetCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Document, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Document.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsGetCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsGetCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesDocumentsGetCall) IfNoneMatch ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsKnowledgeBasesDocumentsImportCall ¶ added in v0.42.0
type ProjectsLocationsKnowledgeBasesDocumentsImportCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsImportCall) Context ¶ added in v0.42.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsImportCall) Do ¶ added in v0.42.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.import" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsImportCall) Fields ¶ added in v0.42.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsImportCall) Header ¶ added in v0.42.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsImportCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsKnowledgeBasesDocumentsListCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListDocumentsResponse, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListDocumentsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Filter ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Filter(filter string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) IfNoneMatch ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) PageSize ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) PageSize(pageSize int64) *ProjectsLocationsKnowledgeBasesDocumentsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) PageToken ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) PageToken(pageToken string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsKnowledgeBasesDocumentsListCall) Pages ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListDocumentsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsKnowledgeBasesDocumentsPatchCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesDocumentsPatchCall) UpdateMask ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsKnowledgeBasesDocumentsReloadCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsReloadCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.documents.reload" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesDocumentsReloadCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsKnowledgeBasesDocumentsService ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesDocumentsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsKnowledgeBasesDocumentsService ¶ added in v0.37.0
func NewProjectsLocationsKnowledgeBasesDocumentsService(s *Service) *ProjectsLocationsKnowledgeBasesDocumentsService
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Create ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Create(parent string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsLocationsKnowledgeBasesDocumentsCreateCall
Create:
- parent: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Delete ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Delete(name string) *ProjectsLocationsKnowledgeBasesDocumentsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Get ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Get(name string) *ProjectsLocationsKnowledgeBasesDocumentsGetCall
Get:
- name: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Import ¶ added in v0.42.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Import(parent string, googleclouddialogflowv2beta1importdocumentsrequest *GoogleCloudDialogflowV2beta1ImportDocumentsRequest) *ProjectsLocationsKnowledgeBasesDocumentsImportCall
Import:
- parent: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) List ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) List(parent string) *ProjectsLocationsKnowledgeBasesDocumentsListCall
List:
- parent: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Patch ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Patch(name string, googleclouddialogflowv2beta1document *GoogleCloudDialogflowV2beta1Document) *ProjectsLocationsKnowledgeBasesDocumentsPatchCall
Patch:
- name: .
func (*ProjectsLocationsKnowledgeBasesDocumentsService) Reload ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesDocumentsService) Reload(name string, googleclouddialogflowv2beta1reloaddocumentrequest *GoogleCloudDialogflowV2beta1ReloadDocumentRequest) *ProjectsLocationsKnowledgeBasesDocumentsReloadCall
Reload:
- name: .
type ProjectsLocationsKnowledgeBasesGetCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesGetCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesGetCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesGetCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesGetCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesGetCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesGetCall) IfNoneMatch ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsKnowledgeBasesListCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesListCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesListCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse.ServerResponse.Header
or (if a response was returned at all) in error.(*googleapi.Error).Header.
Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesListCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesListCall) Filter ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Filter(filter string) *ProjectsLocationsKnowledgeBasesListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsKnowledgeBasesListCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesListCall) IfNoneMatch ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsKnowledgeBasesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsKnowledgeBasesListCall) PageSize ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) PageSize(pageSize int64) *ProjectsLocationsKnowledgeBasesListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsKnowledgeBasesListCall) PageToken ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) PageToken(pageToken string) *ProjectsLocationsKnowledgeBasesListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsKnowledgeBasesListCall) Pages ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsKnowledgeBasesPatchCall ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsKnowledgeBasesPatchCall) Context ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesPatchCall) Context(ctx context.Context) *ProjectsLocationsKnowledgeBasesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsKnowledgeBasesPatchCall) Do ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1KnowledgeBase, error)
Do executes the "dialogflow.projects.locations.knowledgeBases.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1KnowledgeBase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsKnowledgeBasesPatchCall) Fields ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsKnowledgeBasesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsKnowledgeBasesPatchCall) Header ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsKnowledgeBasesPatchCall) UpdateMask ¶ added in v0.37.0
func (c *ProjectsLocationsKnowledgeBasesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsKnowledgeBasesPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsKnowledgeBasesService ¶ added in v0.37.0
type ProjectsLocationsKnowledgeBasesService struct {
Documents *ProjectsLocationsKnowledgeBasesDocumentsService
// contains filtered or unexported fields
}
func NewProjectsLocationsKnowledgeBasesService ¶ added in v0.37.0
func NewProjectsLocationsKnowledgeBasesService(s *Service) *ProjectsLocationsKnowledgeBasesService
func (*ProjectsLocationsKnowledgeBasesService) Create ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesService) Create(parent string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsLocationsKnowledgeBasesCreateCall
Create:
- parent: .
func (*ProjectsLocationsKnowledgeBasesService) Delete ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesService) Delete(name string) *ProjectsLocationsKnowledgeBasesDeleteCall
Delete:
- name: .
func (*ProjectsLocationsKnowledgeBasesService) Get ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesService) Get(name string) *ProjectsLocationsKnowledgeBasesGetCall
Get:
- name: .
func (*ProjectsLocationsKnowledgeBasesService) List ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesService) List(parent string) *ProjectsLocationsKnowledgeBasesListCall
List:
- parent: .
func (*ProjectsLocationsKnowledgeBasesService) Patch ¶ added in v0.37.0
func (r *ProjectsLocationsKnowledgeBasesService) Patch(name string, googleclouddialogflowv2beta1knowledgebase *GoogleCloudDialogflowV2beta1KnowledgeBase) *ProjectsLocationsKnowledgeBasesPatchCall
Patch:
- name: .
type ProjectsLocationsListCall ¶ added in v0.53.0
type ProjectsLocationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsListCall) Context ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsListCall) Do ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)
Do executes the "dialogflow.projects.locations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationListLocationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsListCall) ExtraLocationTypes ¶ added in v0.229.0
func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall
ExtraLocationTypes sets the optional parameter "extraLocationTypes":
func (*ProjectsLocationsListCall) Fields ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsListCall) Filter ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsListCall) Header ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsListCall) IfNoneMatch ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsListCall) PageSize ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsListCall) PageToken ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsListCall) Pages ¶ added in v0.53.0
func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsOperationsCancelCall ¶ added in v0.11.0
type ProjectsLocationsOperationsCancelCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsOperationsCancelCall) Context ¶ added in v0.11.0
func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsOperationsCancelCall) Do ¶ added in v0.11.0
func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsOperationsCancelCall) Fields ¶ added in v0.11.0
func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsOperationsCancelCall) Header ¶ added in v0.11.0
func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsOperationsGetCall ¶ added in v0.10.0
type ProjectsLocationsOperationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsOperationsGetCall) Context ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsOperationsGetCall) Do ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.locations.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsOperationsGetCall) Fields ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsOperationsGetCall) Header ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsOperationsGetCall) IfNoneMatch ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsOperationsListCall ¶ added in v0.10.0
type ProjectsLocationsOperationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsOperationsListCall) Context ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsOperationsListCall) Do ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
Do executes the "dialogflow.projects.locations.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsOperationsListCall) Fields ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsOperationsListCall) Filter ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall
Filter sets the optional parameter "filter":
func (*ProjectsLocationsOperationsListCall) Header ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsOperationsListCall) IfNoneMatch ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsOperationsListCall) PageSize ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsOperationsListCall) PageToken ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsOperationsListCall) Pages ¶ added in v0.10.0
func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ProjectsLocationsOperationsListCall) ReturnPartialSuccess ¶ added in v0.252.0
func (c *ProjectsLocationsOperationsListCall) ReturnPartialSuccess(returnPartialSuccess bool) *ProjectsLocationsOperationsListCall
ReturnPartialSuccess sets the optional parameter "returnPartialSuccess":
type ProjectsLocationsOperationsService ¶ added in v0.10.0
type ProjectsLocationsOperationsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsOperationsService ¶ added in v0.10.0
func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService
func (*ProjectsLocationsOperationsService) Cancel ¶ added in v0.11.0
func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall
Cancel:
- name: .
func (*ProjectsLocationsOperationsService) Get ¶ added in v0.10.0
func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall
Get:
- name: .
func (*ProjectsLocationsOperationsService) List ¶ added in v0.10.0
func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall
List:
- name: .
type ProjectsLocationsPhoneNumbersDeleteCall ¶ added in v0.223.0
type ProjectsLocationsPhoneNumbersDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsPhoneNumbersDeleteCall) Context ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersDeleteCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsPhoneNumbersDeleteCall) Do ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.locations.phoneNumbers.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsPhoneNumbersDeleteCall) Fields ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsPhoneNumbersDeleteCall) Header ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsPhoneNumbersListCall ¶ added in v0.223.0
type ProjectsLocationsPhoneNumbersListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsPhoneNumbersListCall) Context ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsPhoneNumbersListCall) Do ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse, error)
Do executes the "dialogflow.projects.locations.phoneNumbers.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsPhoneNumbersListCall) Fields ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsPhoneNumbersListCall) Header ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsPhoneNumbersListCall) IfNoneMatch ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPhoneNumbersListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsPhoneNumbersListCall) PageSize ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) PageSize(pageSize int64) *ProjectsLocationsPhoneNumbersListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsPhoneNumbersListCall) PageToken ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) PageToken(pageToken string) *ProjectsLocationsPhoneNumbersListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsPhoneNumbersListCall) Pages ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ProjectsLocationsPhoneNumbersListCall) ShowDeleted ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersListCall) ShowDeleted(showDeleted bool) *ProjectsLocationsPhoneNumbersListCall
ShowDeleted sets the optional parameter "showDeleted":
type ProjectsLocationsPhoneNumbersPatchCall ¶ added in v0.223.0
type ProjectsLocationsPhoneNumbersPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsPhoneNumbersPatchCall) Context ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersPatchCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsPhoneNumbersPatchCall) Do ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.locations.phoneNumbers.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsPhoneNumbersPatchCall) Fields ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsPhoneNumbersPatchCall) Header ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsPhoneNumbersPatchCall) UpdateMask ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersPatchCall) UpdateMask(updateMask string) *ProjectsLocationsPhoneNumbersPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsPhoneNumbersService ¶ added in v0.223.0
type ProjectsLocationsPhoneNumbersService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsPhoneNumbersService ¶ added in v0.223.0
func NewProjectsLocationsPhoneNumbersService(s *Service) *ProjectsLocationsPhoneNumbersService
func (*ProjectsLocationsPhoneNumbersService) Delete ¶ added in v0.223.0
func (r *ProjectsLocationsPhoneNumbersService) Delete(name string) *ProjectsLocationsPhoneNumbersDeleteCall
Delete:
- name: .
func (*ProjectsLocationsPhoneNumbersService) List ¶ added in v0.223.0
func (r *ProjectsLocationsPhoneNumbersService) List(parent string) *ProjectsLocationsPhoneNumbersListCall
List:
- parent: .
func (*ProjectsLocationsPhoneNumbersService) Patch ¶ added in v0.223.0
func (r *ProjectsLocationsPhoneNumbersService) Patch(name string, googleclouddialogflowv2beta1phonenumber *GoogleCloudDialogflowV2beta1PhoneNumber) *ProjectsLocationsPhoneNumbersPatchCall
Patch:
- name: .
func (*ProjectsLocationsPhoneNumbersService) Undelete ¶ added in v0.223.0
func (r *ProjectsLocationsPhoneNumbersService) Undelete(name string, googleclouddialogflowv2beta1undeletephonenumberrequest *GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest) *ProjectsLocationsPhoneNumbersUndeleteCall
Undelete:
- name: .
type ProjectsLocationsPhoneNumbersUndeleteCall ¶ added in v0.223.0
type ProjectsLocationsPhoneNumbersUndeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsPhoneNumbersUndeleteCall) Context ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Context(ctx context.Context) *ProjectsLocationsPhoneNumbersUndeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsPhoneNumbersUndeleteCall) Do ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.locations.phoneNumbers.undelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsPhoneNumbersUndeleteCall) Fields ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPhoneNumbersUndeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsPhoneNumbersUndeleteCall) Header ¶ added in v0.223.0
func (c *ProjectsLocationsPhoneNumbersUndeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsService ¶ added in v0.9.0
type ProjectsLocationsService struct {
Agent *ProjectsLocationsAgentService
AnswerRecords *ProjectsLocationsAnswerRecordsService
ConversationProfiles *ProjectsLocationsConversationProfilesService
Conversations *ProjectsLocationsConversationsService
EncryptionSpec *ProjectsLocationsEncryptionSpecService
Generators *ProjectsLocationsGeneratorsService
KnowledgeBases *ProjectsLocationsKnowledgeBasesService
Operations *ProjectsLocationsOperationsService
PhoneNumbers *ProjectsLocationsPhoneNumbersService
SipTrunks *ProjectsLocationsSipTrunksService
StatelessSuggestion *ProjectsLocationsStatelessSuggestionService
Suggestions *ProjectsLocationsSuggestionsService
Tools *ProjectsLocationsToolsService
// contains filtered or unexported fields
}
func NewProjectsLocationsService ¶ added in v0.9.0
func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
func (*ProjectsLocationsService) DeleteAgent ¶ added in v0.9.0
func (r *ProjectsLocationsService) DeleteAgent(parent string) *ProjectsLocationsDeleteAgentCall
DeleteAgent:
- parent: .
func (*ProjectsLocationsService) Get ¶ added in v0.53.0
func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall
Get:
- name: .
func (*ProjectsLocationsService) GetAgent ¶ added in v0.9.0
func (r *ProjectsLocationsService) GetAgent(parent string) *ProjectsLocationsGetAgentCall
GetAgent:
- parent: .
func (*ProjectsLocationsService) GetEncryptionSpec ¶ added in v0.189.0
func (r *ProjectsLocationsService) GetEncryptionSpec(name string) *ProjectsLocationsGetEncryptionSpecCall
GetEncryptionSpec:
- name: .
func (*ProjectsLocationsService) List ¶ added in v0.53.0
func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall
List:
- name: .
func (*ProjectsLocationsService) SetAgent ¶ added in v0.21.0
func (r *ProjectsLocationsService) SetAgent(parent string, googleclouddialogflowv2beta1agent *GoogleCloudDialogflowV2beta1Agent) *ProjectsLocationsSetAgentCall
SetAgent:
- parent: .
type ProjectsLocationsSetAgentCall ¶ added in v0.21.0
type ProjectsLocationsSetAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSetAgentCall) Context ¶ added in v0.21.0
func (c *ProjectsLocationsSetAgentCall) Context(ctx context.Context) *ProjectsLocationsSetAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSetAgentCall) Do ¶ added in v0.21.0
func (c *ProjectsLocationsSetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
Do executes the "dialogflow.projects.locations.setAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Agent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSetAgentCall) Fields ¶ added in v0.21.0
func (c *ProjectsLocationsSetAgentCall) Fields(s ...googleapi.Field) *ProjectsLocationsSetAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSetAgentCall) Header ¶ added in v0.21.0
func (c *ProjectsLocationsSetAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsSetAgentCall) UpdateMask ¶ added in v0.21.0
func (c *ProjectsLocationsSetAgentCall) UpdateMask(updateMask string) *ProjectsLocationsSetAgentCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsSipTrunksCreateCall ¶ added in v0.205.0
type ProjectsLocationsSipTrunksCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSipTrunksCreateCall) Context ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksCreateCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSipTrunksCreateCall) Do ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
Do executes the "dialogflow.projects.locations.sipTrunks.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SipTrunk.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSipTrunksCreateCall) Fields ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSipTrunksCreateCall) Header ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsSipTrunksDeleteCall ¶ added in v0.205.0
type ProjectsLocationsSipTrunksDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSipTrunksDeleteCall) Context ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksDeleteCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSipTrunksDeleteCall) Do ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.sipTrunks.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSipTrunksDeleteCall) Fields ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSipTrunksDeleteCall) Header ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsSipTrunksGetCall ¶ added in v0.205.0
type ProjectsLocationsSipTrunksGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSipTrunksGetCall) Context ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksGetCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSipTrunksGetCall) Do ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
Do executes the "dialogflow.projects.locations.sipTrunks.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SipTrunk.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSipTrunksGetCall) Fields ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSipTrunksGetCall) Header ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsSipTrunksGetCall) IfNoneMatch ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsSipTrunksGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsSipTrunksListCall ¶ added in v0.205.0
type ProjectsLocationsSipTrunksListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSipTrunksListCall) Context ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSipTrunksListCall) Do ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListSipTrunksResponse, error)
Do executes the "dialogflow.projects.locations.sipTrunks.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListSipTrunksResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSipTrunksListCall) Fields ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSipTrunksListCall) Header ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsSipTrunksListCall) IfNoneMatch ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) IfNoneMatch(entityTag string) *ProjectsLocationsSipTrunksListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsSipTrunksListCall) PageSize ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) PageSize(pageSize int64) *ProjectsLocationsSipTrunksListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsSipTrunksListCall) PageToken ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) PageToken(pageToken string) *ProjectsLocationsSipTrunksListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsSipTrunksListCall) Pages ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListSipTrunksResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsSipTrunksPatchCall ¶ added in v0.205.0
type ProjectsLocationsSipTrunksPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSipTrunksPatchCall) Context ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksPatchCall) Context(ctx context.Context) *ProjectsLocationsSipTrunksPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSipTrunksPatchCall) Do ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SipTrunk, error)
Do executes the "dialogflow.projects.locations.sipTrunks.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SipTrunk.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSipTrunksPatchCall) Fields ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsSipTrunksPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSipTrunksPatchCall) Header ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsSipTrunksPatchCall) UpdateMask ¶ added in v0.205.0
func (c *ProjectsLocationsSipTrunksPatchCall) UpdateMask(updateMask string) *ProjectsLocationsSipTrunksPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsSipTrunksService ¶ added in v0.205.0
type ProjectsLocationsSipTrunksService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsSipTrunksService ¶ added in v0.205.0
func NewProjectsLocationsSipTrunksService(s *Service) *ProjectsLocationsSipTrunksService
func (*ProjectsLocationsSipTrunksService) Create ¶ added in v0.205.0
func (r *ProjectsLocationsSipTrunksService) Create(parent string, googleclouddialogflowv2beta1siptrunk *GoogleCloudDialogflowV2beta1SipTrunk) *ProjectsLocationsSipTrunksCreateCall
Create:
- parent: .
func (*ProjectsLocationsSipTrunksService) Delete ¶ added in v0.205.0
func (r *ProjectsLocationsSipTrunksService) Delete(name string) *ProjectsLocationsSipTrunksDeleteCall
Delete:
- name: .
func (*ProjectsLocationsSipTrunksService) Get ¶ added in v0.205.0
func (r *ProjectsLocationsSipTrunksService) Get(name string) *ProjectsLocationsSipTrunksGetCall
Get:
- name: .
func (*ProjectsLocationsSipTrunksService) List ¶ added in v0.205.0
func (r *ProjectsLocationsSipTrunksService) List(parent string) *ProjectsLocationsSipTrunksListCall
List:
- parent: .
func (*ProjectsLocationsSipTrunksService) Patch ¶ added in v0.205.0
func (r *ProjectsLocationsSipTrunksService) Patch(name string, googleclouddialogflowv2beta1siptrunk *GoogleCloudDialogflowV2beta1SipTrunk) *ProjectsLocationsSipTrunksPatchCall
Patch:
- name: .
type ProjectsLocationsStatelessSuggestionGenerateCall ¶ added in v0.183.0
type ProjectsLocationsStatelessSuggestionGenerateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsStatelessSuggestionGenerateCall) Context ¶ added in v0.183.0
func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Context(ctx context.Context) *ProjectsLocationsStatelessSuggestionGenerateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsStatelessSuggestionGenerateCall) Do ¶ added in v0.183.0
func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse, error)
Do executes the "dialogflow.projects.locations.statelessSuggestion.generate" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse.ServerRespon se.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsStatelessSuggestionGenerateCall) Fields ¶ added in v0.183.0
func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStatelessSuggestionGenerateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsStatelessSuggestionGenerateCall) Header ¶ added in v0.183.0
func (c *ProjectsLocationsStatelessSuggestionGenerateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsStatelessSuggestionService ¶ added in v0.183.0
type ProjectsLocationsStatelessSuggestionService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsStatelessSuggestionService ¶ added in v0.183.0
func NewProjectsLocationsStatelessSuggestionService(s *Service) *ProjectsLocationsStatelessSuggestionService
func (*ProjectsLocationsStatelessSuggestionService) Generate ¶ added in v0.183.0
func (r *ProjectsLocationsStatelessSuggestionService) Generate(parent string, googleclouddialogflowv2beta1generatestatelesssuggestionrequest *GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest) *ProjectsLocationsStatelessSuggestionGenerateCall
Generate:
- parent: .
type ProjectsLocationsSuggestionsGenerateStatelessSummaryCall ¶ added in v0.123.0
type ProjectsLocationsSuggestionsGenerateStatelessSummaryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Context ¶ added in v0.123.0
func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Context(ctx context.Context) *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Do ¶ added in v0.123.0
func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse, error)
Do executes the "dialogflow.projects.locations.suggestions.generateStatelessSummary" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Fields ¶ added in v0.123.0
func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Fields(s ...googleapi.Field) *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Header ¶ added in v0.123.0
func (c *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsSuggestionsSearchKnowledgeCall ¶ added in v0.139.0
type ProjectsLocationsSuggestionsSearchKnowledgeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsSuggestionsSearchKnowledgeCall) Context ¶ added in v0.139.0
func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsLocationsSuggestionsSearchKnowledgeCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsSuggestionsSearchKnowledgeCall) Do ¶ added in v0.139.0
func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
Do executes the "dialogflow.projects.locations.suggestions.searchKnowledge" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchKnowledgeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsSuggestionsSearchKnowledgeCall) Fields ¶ added in v0.139.0
func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsLocationsSuggestionsSearchKnowledgeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsSuggestionsSearchKnowledgeCall) Header ¶ added in v0.139.0
func (c *ProjectsLocationsSuggestionsSearchKnowledgeCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsSuggestionsService ¶ added in v0.123.0
type ProjectsLocationsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsSuggestionsService ¶ added in v0.123.0
func NewProjectsLocationsSuggestionsService(s *Service) *ProjectsLocationsSuggestionsService
func (*ProjectsLocationsSuggestionsService) GenerateStatelessSummary ¶ added in v0.123.0
func (r *ProjectsLocationsSuggestionsService) GenerateStatelessSummary(parent string, googleclouddialogflowv2beta1generatestatelesssummaryrequest *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest) *ProjectsLocationsSuggestionsGenerateStatelessSummaryCall
GenerateStatelessSummary:
- parent: .
func (*ProjectsLocationsSuggestionsService) SearchKnowledge ¶ added in v0.139.0
func (r *ProjectsLocationsSuggestionsService) SearchKnowledge(parent string, googleclouddialogflowv2beta1searchknowledgerequest *GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) *ProjectsLocationsSuggestionsSearchKnowledgeCall
SearchKnowledge:
- parent: .
type ProjectsLocationsToolsCreateCall ¶ added in v0.253.0
type ProjectsLocationsToolsCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsToolsCreateCall) Context ¶ added in v0.253.0
func (c *ProjectsLocationsToolsCreateCall) Context(ctx context.Context) *ProjectsLocationsToolsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsToolsCreateCall) Do ¶ added in v0.253.0
func (c *ProjectsLocationsToolsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
Do executes the "dialogflow.projects.locations.tools.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Tool.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsToolsCreateCall) Fields ¶ added in v0.253.0
func (c *ProjectsLocationsToolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsToolsCreateCall) Header ¶ added in v0.253.0
func (c *ProjectsLocationsToolsCreateCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsToolsCreateCall) ToolId ¶ added in v0.253.0
func (c *ProjectsLocationsToolsCreateCall) ToolId(toolId string) *ProjectsLocationsToolsCreateCall
ToolId sets the optional parameter "toolId":
type ProjectsLocationsToolsDeleteCall ¶ added in v0.253.0
type ProjectsLocationsToolsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsToolsDeleteCall) Context ¶ added in v0.253.0
func (c *ProjectsLocationsToolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsToolsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsToolsDeleteCall) Do ¶ added in v0.253.0
func (c *ProjectsLocationsToolsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.locations.tools.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsToolsDeleteCall) Fields ¶ added in v0.253.0
func (c *ProjectsLocationsToolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsToolsDeleteCall) Header ¶ added in v0.253.0
func (c *ProjectsLocationsToolsDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsLocationsToolsGetCall ¶ added in v0.253.0
type ProjectsLocationsToolsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsToolsGetCall) Context ¶ added in v0.253.0
func (c *ProjectsLocationsToolsGetCall) Context(ctx context.Context) *ProjectsLocationsToolsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsToolsGetCall) Do ¶ added in v0.253.0
func (c *ProjectsLocationsToolsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
Do executes the "dialogflow.projects.locations.tools.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Tool.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsToolsGetCall) Fields ¶ added in v0.253.0
func (c *ProjectsLocationsToolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsToolsGetCall) Header ¶ added in v0.253.0
func (c *ProjectsLocationsToolsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsToolsGetCall) IfNoneMatch ¶ added in v0.253.0
func (c *ProjectsLocationsToolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsToolsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsLocationsToolsListCall ¶ added in v0.253.0
type ProjectsLocationsToolsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsToolsListCall) Context ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) Context(ctx context.Context) *ProjectsLocationsToolsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsToolsListCall) Do ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListToolsResponse, error)
Do executes the "dialogflow.projects.locations.tools.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListToolsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsToolsListCall) Fields ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsToolsListCall) Header ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsToolsListCall) IfNoneMatch ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsToolsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsLocationsToolsListCall) PageSize ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) PageSize(pageSize int64) *ProjectsLocationsToolsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsLocationsToolsListCall) PageToken ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) PageToken(pageToken string) *ProjectsLocationsToolsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsLocationsToolsListCall) Pages ¶ added in v0.253.0
func (c *ProjectsLocationsToolsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListToolsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsLocationsToolsPatchCall ¶ added in v0.253.0
type ProjectsLocationsToolsPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsLocationsToolsPatchCall) Context ¶ added in v0.253.0
func (c *ProjectsLocationsToolsPatchCall) Context(ctx context.Context) *ProjectsLocationsToolsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsToolsPatchCall) Do ¶ added in v0.253.0
func (c *ProjectsLocationsToolsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Tool, error)
Do executes the "dialogflow.projects.locations.tools.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Tool.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsToolsPatchCall) Fields ¶ added in v0.253.0
func (c *ProjectsLocationsToolsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsToolsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsLocationsToolsPatchCall) Header ¶ added in v0.253.0
func (c *ProjectsLocationsToolsPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsLocationsToolsPatchCall) UpdateMask ¶ added in v0.253.0
func (c *ProjectsLocationsToolsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsToolsPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsLocationsToolsService ¶ added in v0.253.0
type ProjectsLocationsToolsService struct {
// contains filtered or unexported fields
}
func NewProjectsLocationsToolsService ¶ added in v0.253.0
func NewProjectsLocationsToolsService(s *Service) *ProjectsLocationsToolsService
func (*ProjectsLocationsToolsService) Create ¶ added in v0.253.0
func (r *ProjectsLocationsToolsService) Create(parent string, googleclouddialogflowv2beta1tool *GoogleCloudDialogflowV2beta1Tool) *ProjectsLocationsToolsCreateCall
Create:
- parent: .
func (*ProjectsLocationsToolsService) Delete ¶ added in v0.253.0
func (r *ProjectsLocationsToolsService) Delete(name string) *ProjectsLocationsToolsDeleteCall
Delete:
- name: .
func (*ProjectsLocationsToolsService) Get ¶ added in v0.253.0
func (r *ProjectsLocationsToolsService) Get(name string) *ProjectsLocationsToolsGetCall
Get:
- name: .
func (*ProjectsLocationsToolsService) List ¶ added in v0.253.0
func (r *ProjectsLocationsToolsService) List(parent string) *ProjectsLocationsToolsListCall
List:
- parent: .
func (*ProjectsLocationsToolsService) Patch ¶ added in v0.253.0
func (r *ProjectsLocationsToolsService) Patch(name string, googleclouddialogflowv2beta1tool *GoogleCloudDialogflowV2beta1Tool) *ProjectsLocationsToolsPatchCall
Patch:
- name: .
type ProjectsOperationsCancelCall ¶ added in v0.11.0
type ProjectsOperationsCancelCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOperationsCancelCall) Context ¶ added in v0.11.0
func (c *ProjectsOperationsCancelCall) Context(ctx context.Context) *ProjectsOperationsCancelCall
Context sets the context to be used in this call's Do method.
func (*ProjectsOperationsCancelCall) Do ¶ added in v0.11.0
func (c *ProjectsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
Do executes the "dialogflow.projects.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOperationsCancelCall) Fields ¶ added in v0.11.0
func (c *ProjectsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsOperationsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsOperationsCancelCall) Header ¶ added in v0.11.0
func (c *ProjectsOperationsCancelCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsOperationsGetCall ¶
type ProjectsOperationsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOperationsGetCall) Context ¶
func (c *ProjectsOperationsGetCall) Context(ctx context.Context) *ProjectsOperationsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsOperationsGetCall) Do ¶
func (c *ProjectsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
Do executes the "dialogflow.projects.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOperationsGetCall) Fields ¶
func (c *ProjectsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsOperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsOperationsGetCall) Header ¶
func (c *ProjectsOperationsGetCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsOperationsGetCall) IfNoneMatch ¶
func (c *ProjectsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsOperationsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
type ProjectsOperationsListCall ¶ added in v0.8.0
type ProjectsOperationsListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsOperationsListCall) Context ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Context(ctx context.Context) *ProjectsOperationsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsOperationsListCall) Do ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
Do executes the "dialogflow.projects.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsOperationsListCall) Fields ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsOperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsOperationsListCall) Filter ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Filter(filter string) *ProjectsOperationsListCall
Filter sets the optional parameter "filter":
func (*ProjectsOperationsListCall) Header ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsOperationsListCall) IfNoneMatch ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsOperationsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsOperationsListCall) PageSize ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) PageSize(pageSize int64) *ProjectsOperationsListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsOperationsListCall) PageToken ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) PageToken(pageToken string) *ProjectsOperationsListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsOperationsListCall) Pages ¶ added in v0.8.0
func (c *ProjectsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ProjectsOperationsListCall) ReturnPartialSuccess ¶ added in v0.252.0
func (c *ProjectsOperationsListCall) ReturnPartialSuccess(returnPartialSuccess bool) *ProjectsOperationsListCall
ReturnPartialSuccess sets the optional parameter "returnPartialSuccess":
type ProjectsOperationsService ¶
type ProjectsOperationsService struct {
// contains filtered or unexported fields
}
func NewProjectsOperationsService ¶
func NewProjectsOperationsService(s *Service) *ProjectsOperationsService
func (*ProjectsOperationsService) Cancel ¶ added in v0.11.0
func (r *ProjectsOperationsService) Cancel(name string) *ProjectsOperationsCancelCall
Cancel:
- name: .
func (*ProjectsOperationsService) Get ¶
func (r *ProjectsOperationsService) Get(name string) *ProjectsOperationsGetCall
Get:
- name: .
func (*ProjectsOperationsService) List ¶ added in v0.8.0
func (r *ProjectsOperationsService) List(name string) *ProjectsOperationsListCall
List:
- name: .
type ProjectsPhoneNumbersDeleteCall ¶ added in v0.223.0
type ProjectsPhoneNumbersDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsPhoneNumbersDeleteCall) Context ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersDeleteCall) Context(ctx context.Context) *ProjectsPhoneNumbersDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsPhoneNumbersDeleteCall) Do ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.phoneNumbers.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsPhoneNumbersDeleteCall) Fields ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersDeleteCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsPhoneNumbersDeleteCall) Header ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersDeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsPhoneNumbersListCall ¶ added in v0.223.0
type ProjectsPhoneNumbersListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsPhoneNumbersListCall) Context ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) Context(ctx context.Context) *ProjectsPhoneNumbersListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsPhoneNumbersListCall) Do ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse, error)
Do executes the "dialogflow.projects.phoneNumbers.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsPhoneNumbersListCall) Fields ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsPhoneNumbersListCall) Header ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsPhoneNumbersListCall) IfNoneMatch ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) IfNoneMatch(entityTag string) *ProjectsPhoneNumbersListCall
IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.
func (*ProjectsPhoneNumbersListCall) PageSize ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) PageSize(pageSize int64) *ProjectsPhoneNumbersListCall
PageSize sets the optional parameter "pageSize":
func (*ProjectsPhoneNumbersListCall) PageToken ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) PageToken(pageToken string) *ProjectsPhoneNumbersListCall
PageToken sets the optional parameter "pageToken":
func (*ProjectsPhoneNumbersListCall) Pages ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowV2beta1ListPhoneNumbersResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ProjectsPhoneNumbersListCall) ShowDeleted ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersListCall) ShowDeleted(showDeleted bool) *ProjectsPhoneNumbersListCall
ShowDeleted sets the optional parameter "showDeleted":
type ProjectsPhoneNumbersPatchCall ¶ added in v0.223.0
type ProjectsPhoneNumbersPatchCall struct {
// contains filtered or unexported fields
}
func (*ProjectsPhoneNumbersPatchCall) Context ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersPatchCall) Context(ctx context.Context) *ProjectsPhoneNumbersPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsPhoneNumbersPatchCall) Do ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.phoneNumbers.patch" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsPhoneNumbersPatchCall) Fields ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersPatchCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsPhoneNumbersPatchCall) Header ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersPatchCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsPhoneNumbersPatchCall) UpdateMask ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersPatchCall) UpdateMask(updateMask string) *ProjectsPhoneNumbersPatchCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsPhoneNumbersService ¶ added in v0.223.0
type ProjectsPhoneNumbersService struct {
// contains filtered or unexported fields
}
func NewProjectsPhoneNumbersService ¶ added in v0.223.0
func NewProjectsPhoneNumbersService(s *Service) *ProjectsPhoneNumbersService
func (*ProjectsPhoneNumbersService) Delete ¶ added in v0.223.0
func (r *ProjectsPhoneNumbersService) Delete(name string) *ProjectsPhoneNumbersDeleteCall
Delete:
- name: .
func (*ProjectsPhoneNumbersService) List ¶ added in v0.223.0
func (r *ProjectsPhoneNumbersService) List(parent string) *ProjectsPhoneNumbersListCall
List:
- parent: .
func (*ProjectsPhoneNumbersService) Patch ¶ added in v0.223.0
func (r *ProjectsPhoneNumbersService) Patch(name string, googleclouddialogflowv2beta1phonenumber *GoogleCloudDialogflowV2beta1PhoneNumber) *ProjectsPhoneNumbersPatchCall
Patch:
- name: .
func (*ProjectsPhoneNumbersService) Undelete ¶ added in v0.223.0
func (r *ProjectsPhoneNumbersService) Undelete(name string, googleclouddialogflowv2beta1undeletephonenumberrequest *GoogleCloudDialogflowV2beta1UndeletePhoneNumberRequest) *ProjectsPhoneNumbersUndeleteCall
Undelete:
- name: .
type ProjectsPhoneNumbersUndeleteCall ¶ added in v0.223.0
type ProjectsPhoneNumbersUndeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsPhoneNumbersUndeleteCall) Context ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersUndeleteCall) Context(ctx context.Context) *ProjectsPhoneNumbersUndeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsPhoneNumbersUndeleteCall) Do ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersUndeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1PhoneNumber, error)
Do executes the "dialogflow.projects.phoneNumbers.undelete" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1PhoneNumber.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsPhoneNumbersUndeleteCall) Fields ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersUndeleteCall) Fields(s ...googleapi.Field) *ProjectsPhoneNumbersUndeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsPhoneNumbersUndeleteCall) Header ¶ added in v0.223.0
func (c *ProjectsPhoneNumbersUndeleteCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsService ¶
type ProjectsService struct {
Agent *ProjectsAgentService
AnswerRecords *ProjectsAnswerRecordsService
ConversationProfiles *ProjectsConversationProfilesService
Conversations *ProjectsConversationsService
Generators *ProjectsGeneratorsService
KnowledgeBases *ProjectsKnowledgeBasesService
Locations *ProjectsLocationsService
Operations *ProjectsOperationsService
PhoneNumbers *ProjectsPhoneNumbersService
Suggestions *ProjectsSuggestionsService
// contains filtered or unexported fields
}
func NewProjectsService ¶
func NewProjectsService(s *Service) *ProjectsService
func (*ProjectsService) DeleteAgent ¶ added in v0.7.0
func (r *ProjectsService) DeleteAgent(parent string) *ProjectsDeleteAgentCall
DeleteAgent:
- parent: .
func (*ProjectsService) GetAgent ¶
func (r *ProjectsService) GetAgent(parent string) *ProjectsGetAgentCall
GetAgent:
- parent: .
func (*ProjectsService) SetAgent ¶ added in v0.20.0
func (r *ProjectsService) SetAgent(parent string, googleclouddialogflowv2beta1agent *GoogleCloudDialogflowV2beta1Agent) *ProjectsSetAgentCall
SetAgent:
- parent: .
type ProjectsSetAgentCall ¶ added in v0.20.0
type ProjectsSetAgentCall struct {
// contains filtered or unexported fields
}
func (*ProjectsSetAgentCall) Context ¶ added in v0.20.0
func (c *ProjectsSetAgentCall) Context(ctx context.Context) *ProjectsSetAgentCall
Context sets the context to be used in this call's Do method.
func (*ProjectsSetAgentCall) Do ¶ added in v0.20.0
func (c *ProjectsSetAgentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1Agent, error)
Do executes the "dialogflow.projects.setAgent" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1Agent.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsSetAgentCall) Fields ¶ added in v0.20.0
func (c *ProjectsSetAgentCall) Fields(s ...googleapi.Field) *ProjectsSetAgentCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsSetAgentCall) Header ¶ added in v0.20.0
func (c *ProjectsSetAgentCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
func (*ProjectsSetAgentCall) UpdateMask ¶ added in v0.20.0
func (c *ProjectsSetAgentCall) UpdateMask(updateMask string) *ProjectsSetAgentCall
UpdateMask sets the optional parameter "updateMask":
type ProjectsSuggestionsGenerateStatelessSummaryCall ¶ added in v0.123.0
type ProjectsSuggestionsGenerateStatelessSummaryCall struct {
// contains filtered or unexported fields
}
func (*ProjectsSuggestionsGenerateStatelessSummaryCall) Context ¶ added in v0.123.0
func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Context(ctx context.Context) *ProjectsSuggestionsGenerateStatelessSummaryCall
Context sets the context to be used in this call's Do method.
func (*ProjectsSuggestionsGenerateStatelessSummaryCall) Do ¶ added in v0.123.0
func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse, error)
Do executes the "dialogflow.projects.suggestions.generateStatelessSummary" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsSuggestionsGenerateStatelessSummaryCall) Fields ¶ added in v0.123.0
func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Fields(s ...googleapi.Field) *ProjectsSuggestionsGenerateStatelessSummaryCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsSuggestionsGenerateStatelessSummaryCall) Header ¶ added in v0.123.0
func (c *ProjectsSuggestionsGenerateStatelessSummaryCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsSuggestionsSearchKnowledgeCall ¶ added in v0.139.0
type ProjectsSuggestionsSearchKnowledgeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsSuggestionsSearchKnowledgeCall) Context ¶ added in v0.139.0
func (c *ProjectsSuggestionsSearchKnowledgeCall) Context(ctx context.Context) *ProjectsSuggestionsSearchKnowledgeCall
Context sets the context to be used in this call's Do method.
func (*ProjectsSuggestionsSearchKnowledgeCall) Do ¶ added in v0.139.0
func (c *ProjectsSuggestionsSearchKnowledgeCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowV2beta1SearchKnowledgeResponse, error)
Do executes the "dialogflow.projects.suggestions.searchKnowledge" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDialogflowV2beta1SearchKnowledgeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsSuggestionsSearchKnowledgeCall) Fields ¶ added in v0.139.0
func (c *ProjectsSuggestionsSearchKnowledgeCall) Fields(s ...googleapi.Field) *ProjectsSuggestionsSearchKnowledgeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.
func (*ProjectsSuggestionsSearchKnowledgeCall) Header ¶ added in v0.139.0
func (c *ProjectsSuggestionsSearchKnowledgeCall) Header() http.Header
Header returns a http.Header that can be modified by the caller to add headers to the request.
type ProjectsSuggestionsService ¶ added in v0.123.0
type ProjectsSuggestionsService struct {
// contains filtered or unexported fields
}
func NewProjectsSuggestionsService ¶ added in v0.123.0
func NewProjectsSuggestionsService(s *Service) *ProjectsSuggestionsService
func (*ProjectsSuggestionsService) GenerateStatelessSummary ¶ added in v0.123.0
func (r *ProjectsSuggestionsService) GenerateStatelessSummary(parent string, googleclouddialogflowv2beta1generatestatelesssummaryrequest *GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest) *ProjectsSuggestionsGenerateStatelessSummaryCall
GenerateStatelessSummary:
- parent: .
func (*ProjectsSuggestionsService) SearchKnowledge ¶ added in v0.139.0
func (r *ProjectsSuggestionsService) SearchKnowledge(parent string, googleclouddialogflowv2beta1searchknowledgerequest *GoogleCloudDialogflowV2beta1SearchKnowledgeRequest) *ProjectsSuggestionsSearchKnowledgeCall
SearchKnowledge:
- parent: .
type Service ¶
type Service struct {
BasePath string // API endpoint base URL
UserAgent string // optional additional User-Agent fragment
Projects *ProjectsService
// contains filtered or unexported fields
}
func New
deprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶ added in v0.3.0
NewService creates a new Service.