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/
Creating a client ยถ
Usage example:
import "google.golang.org/api/dialogflow/v3" ... 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 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 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 option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) dialogflowService, err := dialogflow.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ยถ
- Constants
- type GoogleCloudDialogflowCxV3Agent
- type GoogleCloudDialogflowCxV3AgentValidationResult
- type GoogleCloudDialogflowCxV3AudioInput
- type GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest
- type GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
- type GoogleCloudDialogflowCxV3BatchRunTestCasesRequest
- type GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
- type GoogleCloudDialogflowCxV3CalculateCoverageResponse
- type GoogleCloudDialogflowCxV3ConversationTurn
- type GoogleCloudDialogflowCxV3ConversationTurnUserInput
- type GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
- type GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
- type GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3DetectIntentRequest
- type GoogleCloudDialogflowCxV3DetectIntentResponse
- type GoogleCloudDialogflowCxV3DtmfInput
- type GoogleCloudDialogflowCxV3EntityType
- type GoogleCloudDialogflowCxV3EntityTypeEntity
- type GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase
- type GoogleCloudDialogflowCxV3Environment
- type GoogleCloudDialogflowCxV3EnvironmentVersionConfig
- type GoogleCloudDialogflowCxV3EventHandler
- type GoogleCloudDialogflowCxV3EventInput
- type GoogleCloudDialogflowCxV3Experiment
- type GoogleCloudDialogflowCxV3ExperimentDefinition
- type GoogleCloudDialogflowCxV3ExperimentResult
- type GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval
- type GoogleCloudDialogflowCxV3ExperimentResultMetric
- type GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics
- type GoogleCloudDialogflowCxV3ExportAgentRequest
- type GoogleCloudDialogflowCxV3ExportAgentResponse
- type GoogleCloudDialogflowCxV3ExportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ExportTestCasesRequest
- type GoogleCloudDialogflowCxV3ExportTestCasesResponse
- type GoogleCloudDialogflowCxV3Flow
- type GoogleCloudDialogflowCxV3FlowValidationResult
- type GoogleCloudDialogflowCxV3Form
- type GoogleCloudDialogflowCxV3FormParameter
- type GoogleCloudDialogflowCxV3FormParameterFillBehavior
- type GoogleCloudDialogflowCxV3FulfillIntentRequest
- type GoogleCloudDialogflowCxV3FulfillIntentResponse
- type GoogleCloudDialogflowCxV3Fulfillment
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCases
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent
- type GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
- type GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
- type GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
- type GoogleCloudDialogflowCxV3ImportDocumentsResponse
- type GoogleCloudDialogflowCxV3ImportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ImportTestCasesRequest
- type GoogleCloudDialogflowCxV3ImportTestCasesResponse
- type GoogleCloudDialogflowCxV3InputAudioConfig
- type GoogleCloudDialogflowCxV3Intent
- type GoogleCloudDialogflowCxV3IntentCoverage
- type GoogleCloudDialogflowCxV3IntentCoverageIntent
- type GoogleCloudDialogflowCxV3IntentInput
- type GoogleCloudDialogflowCxV3IntentParameter
- type GoogleCloudDialogflowCxV3IntentTrainingPhrase
- type GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
- type GoogleCloudDialogflowCxV3ListAgentsResponse
- type GoogleCloudDialogflowCxV3ListEntityTypesResponse
- type GoogleCloudDialogflowCxV3ListEnvironmentsResponse
- type GoogleCloudDialogflowCxV3ListExperimentsResponse
- type GoogleCloudDialogflowCxV3ListFlowsResponse
- type GoogleCloudDialogflowCxV3ListIntentsResponse
- type GoogleCloudDialogflowCxV3ListPagesResponse
- type GoogleCloudDialogflowCxV3ListSecuritySettingsResponse
- type GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse
- type GoogleCloudDialogflowCxV3ListTestCaseResultsResponse
- type GoogleCloudDialogflowCxV3ListTestCasesResponse
- type GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
- type GoogleCloudDialogflowCxV3ListVersionsResponse
- type GoogleCloudDialogflowCxV3ListWebhooksResponse
- type GoogleCloudDialogflowCxV3LoadVersionRequest
- type GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse
- type GoogleCloudDialogflowCxV3Match
- type GoogleCloudDialogflowCxV3MatchIntentRequest
- type GoogleCloudDialogflowCxV3MatchIntentResponse
- type GoogleCloudDialogflowCxV3NluSettings
- type GoogleCloudDialogflowCxV3OutputAudioConfig
- type GoogleCloudDialogflowCxV3Page
- type GoogleCloudDialogflowCxV3PageInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo
- type GoogleCloudDialogflowCxV3QueryInput
- type GoogleCloudDialogflowCxV3QueryParameters
- type GoogleCloudDialogflowCxV3QueryResult
- type GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3ResourceName
- type GoogleCloudDialogflowCxV3ResponseMessage
- type GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
- type GoogleCloudDialogflowCxV3ResponseMessageEndInteraction
- type GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
- type GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
- type GoogleCloudDialogflowCxV3ResponseMessageText
- type GoogleCloudDialogflowCxV3RestoreAgentRequest
- type GoogleCloudDialogflowCxV3RunTestCaseMetadata
- type GoogleCloudDialogflowCxV3RunTestCaseRequest
- type GoogleCloudDialogflowCxV3RunTestCaseResponse
- type GoogleCloudDialogflowCxV3SecuritySettings
- type GoogleCloudDialogflowCxV3SentimentAnalysisResult
- type GoogleCloudDialogflowCxV3SessionEntityType
- type GoogleCloudDialogflowCxV3SessionInfo
- type GoogleCloudDialogflowCxV3SpeechToTextSettings
- type GoogleCloudDialogflowCxV3StartExperimentRequest
- type GoogleCloudDialogflowCxV3StopExperimentRequest
- type GoogleCloudDialogflowCxV3SynthesizeSpeechConfig
- type GoogleCloudDialogflowCxV3TestCase
- type GoogleCloudDialogflowCxV3TestCaseError
- type GoogleCloudDialogflowCxV3TestCaseResult
- type GoogleCloudDialogflowCxV3TestConfig
- type GoogleCloudDialogflowCxV3TestError
- type GoogleCloudDialogflowCxV3TestRunDifference
- type GoogleCloudDialogflowCxV3TextInput
- type GoogleCloudDialogflowCxV3TrainFlowRequest
- type GoogleCloudDialogflowCxV3TransitionCoverage
- type GoogleCloudDialogflowCxV3TransitionCoverageTransition
- type GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
- type GoogleCloudDialogflowCxV3TransitionRoute
- type GoogleCloudDialogflowCxV3TransitionRouteGroup
- type GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3ValidateAgentRequest
- type GoogleCloudDialogflowCxV3ValidateFlowRequest
- type GoogleCloudDialogflowCxV3ValidationMessage
- type GoogleCloudDialogflowCxV3VariantsHistory
- type GoogleCloudDialogflowCxV3Version
- type GoogleCloudDialogflowCxV3VersionVariants
- type GoogleCloudDialogflowCxV3VersionVariantsVariant
- type GoogleCloudDialogflowCxV3VoiceSelectionParams
- type GoogleCloudDialogflowCxV3Webhook
- type GoogleCloudDialogflowCxV3WebhookGenericWebService
- type GoogleCloudDialogflowCxV3WebhookRequest
- type GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
- type GoogleCloudDialogflowCxV3WebhookRequestIntentInfo
- type GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue
- type GoogleCloudDialogflowCxV3WebhookResponse
- type GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse
- type GoogleCloudDialogflowCxV3beta1AudioInput
- type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1ConversationTurn
- type GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
- type GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput
- type GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
- type GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3beta1DtmfInput
- type GoogleCloudDialogflowCxV3beta1EventHandler
- type GoogleCloudDialogflowCxV3beta1EventInput
- type GoogleCloudDialogflowCxV3beta1ExportAgentResponse
- type GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1Form
- type GoogleCloudDialogflowCxV3beta1FormParameter
- type GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
- type GoogleCloudDialogflowCxV3beta1Fulfillment
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase
- type GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent
- type GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
- type GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
- type GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
- type GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
- type GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
- type GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse
- type GoogleCloudDialogflowCxV3beta1InputAudioConfig
- type GoogleCloudDialogflowCxV3beta1Intent
- type GoogleCloudDialogflowCxV3beta1IntentInput
- type GoogleCloudDialogflowCxV3beta1IntentParameter
- type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
- type GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart
- type GoogleCloudDialogflowCxV3beta1Page
- type GoogleCloudDialogflowCxV3beta1PageInfo
- type GoogleCloudDialogflowCxV3beta1PageInfoFormInfo
- type GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo
- type GoogleCloudDialogflowCxV3beta1QueryInput
- type GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3beta1ResponseMessage
- type GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess
- type GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction
- type GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio
- type GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText
- type GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio
- type GoogleCloudDialogflowCxV3beta1ResponseMessageText
- type GoogleCloudDialogflowCxV3beta1RunTestCaseMetadata
- type GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
- type GoogleCloudDialogflowCxV3beta1SessionInfo
- type GoogleCloudDialogflowCxV3beta1TestCase
- type GoogleCloudDialogflowCxV3beta1TestCaseError
- type GoogleCloudDialogflowCxV3beta1TestCaseResult
- type GoogleCloudDialogflowCxV3beta1TestConfig
- type GoogleCloudDialogflowCxV3beta1TestError
- type GoogleCloudDialogflowCxV3beta1TestRunDifference
- type GoogleCloudDialogflowCxV3beta1TextInput
- type GoogleCloudDialogflowCxV3beta1TransitionRoute
- type GoogleCloudDialogflowCxV3beta1UpdateDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3beta1WebhookRequest
- type GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
- type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo
- type GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
- type GoogleCloudDialogflowCxV3beta1WebhookResponse
- type GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse
- type GoogleCloudDialogflowV2AnnotatedMessagePart
- type GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
- type GoogleCloudDialogflowV2BatchUpdateIntentsResponse
- type GoogleCloudDialogflowV2Context
- type GoogleCloudDialogflowV2ConversationEvent
- type GoogleCloudDialogflowV2EntityType
- type GoogleCloudDialogflowV2EntityTypeEntity
- type GoogleCloudDialogflowV2EventInput
- type GoogleCloudDialogflowV2ExportAgentResponse
- 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 GoogleCloudDialogflowV2Message
- type GoogleCloudDialogflowV2MessageAnnotation
- type GoogleCloudDialogflowV2OriginalDetectIntentRequest
- type GoogleCloudDialogflowV2QueryResult
- type GoogleCloudDialogflowV2Sentiment
- type GoogleCloudDialogflowV2SentimentAnalysisResult
- type GoogleCloudDialogflowV2SessionEntityType
- type GoogleCloudDialogflowV2WebhookRequest
- type GoogleCloudDialogflowV2WebhookResponse
- type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
- type GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
- type GoogleCloudDialogflowV2beta1Context
- type GoogleCloudDialogflowV2beta1EntityType
- type GoogleCloudDialogflowV2beta1EntityTypeEntity
- type GoogleCloudDialogflowV2beta1EventInput
- type GoogleCloudDialogflowV2beta1ExportAgentResponse
- type GoogleCloudDialogflowV2beta1Intent
- type GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
- 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 GoogleCloudDialogflowV2beta1IntentTrainingPhrase
- type GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
- type GoogleCloudDialogflowV2beta1KnowledgeAnswers
- type GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
- type GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
- type GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
- type GoogleCloudDialogflowV2beta1QueryResult
- type GoogleCloudDialogflowV2beta1Sentiment
- type GoogleCloudDialogflowV2beta1SentimentAnalysisResult
- type GoogleCloudDialogflowV2beta1SessionEntityType
- type GoogleCloudDialogflowV2beta1WebhookRequest
- type GoogleCloudDialogflowV2beta1WebhookResponse
- type GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
- type GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
- type GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
- type GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
- type GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
- type GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
- type GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
- type GoogleLongrunningListOperationsResponse
- type GoogleLongrunningOperation
- type GoogleProtobufEmpty
- type GoogleRpcStatus
- type GoogleTypeLatLng
- type ProjectsLocationsAgentsCreateCall
- func (c *ProjectsLocationsAgentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsCreateCall
- func (c *ProjectsLocationsAgentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Agent, error)
- func (c *ProjectsLocationsAgentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsCreateCall
- func (c *ProjectsLocationsAgentsCreateCall) Header() http.Header
- type ProjectsLocationsAgentsDeleteCall
- func (c *ProjectsLocationsAgentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsDeleteCall
- func (c *ProjectsLocationsAgentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsDeleteCall
- func (c *ProjectsLocationsAgentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3EntityType, error)
- func (c *ProjectsLocationsAgentsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEntityTypesCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEntityTypesCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsEntityTypesCreateCall
- type ProjectsLocationsAgentsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEntityTypesDeleteCall) Force(force bool) *ProjectsLocationsAgentsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEntityTypesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3EntityType, error)
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEntityTypesGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsEntityTypesGetCall
- type ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListEntityTypesResponse, error)
- func (c *ProjectsLocationsAgentsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3EntityType, error)
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsEntityTypesPatchCall
- type ProjectsLocationsAgentsEntityTypesService
- func (r *ProjectsLocationsAgentsEntityTypesService) Create(parent string, ...) *ProjectsLocationsAgentsEntityTypesCreateCall
- func (r *ProjectsLocationsAgentsEntityTypesService) Delete(name string) *ProjectsLocationsAgentsEntityTypesDeleteCall
- func (r *ProjectsLocationsAgentsEntityTypesService) Get(name string) *ProjectsLocationsAgentsEntityTypesGetCall
- func (r *ProjectsLocationsAgentsEntityTypesService) List(parent string) *ProjectsLocationsAgentsEntityTypesListCall
- func (r *ProjectsLocationsAgentsEntityTypesService) Patch(nameid string, ...) *ProjectsLocationsAgentsEntityTypesPatchCall
- type ProjectsLocationsAgentsEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsEnvironmentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsCreateCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsEnvironmentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Experiment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsExperimentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Experiment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall
- type ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListExperimentsResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Experiment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall
- type ProjectsLocationsAgentsEnvironmentsExperimentsService
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Create(parent string, ...) *ProjectsLocationsAgentsEnvironmentsExperimentsCreateCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Delete(name string) *ProjectsLocationsAgentsEnvironmentsExperimentsDeleteCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Get(name string) *ProjectsLocationsAgentsEnvironmentsExperimentsGetCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) List(parent string) *ProjectsLocationsAgentsEnvironmentsExperimentsListCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Patch(name string, ...) *ProjectsLocationsAgentsEnvironmentsExperimentsPatchCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Start(name string, ...) *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall
- func (r *ProjectsLocationsAgentsEnvironmentsExperimentsService) Stop(name string, ...) *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall
- type ProjectsLocationsAgentsEnvironmentsExperimentsStartCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Experiment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStartCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsExperimentsStopCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Experiment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall
- func (c *ProjectsLocationsAgentsEnvironmentsExperimentsStopCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Environment, error)
- func (c *ProjectsLocationsAgentsEnvironmentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsGetCall
- type ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListEnvironmentsResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsEnvironmentsListCall
- func (c *ProjectsLocationsAgentsEnvironmentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) PageSize(pageSize int64) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) PageToken(pageToken string) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (c *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsEnvironmentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsEnvironmentsPatchCall
- type ProjectsLocationsAgentsEnvironmentsService
- func (r *ProjectsLocationsAgentsEnvironmentsService) Create(parent string, ...) *ProjectsLocationsAgentsEnvironmentsCreateCall
- func (r *ProjectsLocationsAgentsEnvironmentsService) Delete(name string) *ProjectsLocationsAgentsEnvironmentsDeleteCall
- func (r *ProjectsLocationsAgentsEnvironmentsService) Get(name string) *ProjectsLocationsAgentsEnvironmentsGetCall
- func (r *ProjectsLocationsAgentsEnvironmentsService) List(parent string) *ProjectsLocationsAgentsEnvironmentsListCall
- func (r *ProjectsLocationsAgentsEnvironmentsService) LookupEnvironmentHistory(name string) *ProjectsLocationsAgentsEnvironmentsLookupEnvironmentHistoryCall
- func (r *ProjectsLocationsAgentsEnvironmentsService) Patch(name string, ...) *ProjectsLocationsAgentsEnvironmentsPatchCall
- type ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3DetectIntentResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3SessionEntityType, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3SessionEntityType, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3SessionEntityType, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService) Create(parent string, ...) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesCreateCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService) Delete(name string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesDeleteCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService) Get(name string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesGetCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService) List(parent string) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesListCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesService) Patch(nameid string, ...) *ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesPatchCall
- type ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3FulfillIntentResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall) Context(ctx context.Context) *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3MatchIntentResponse, error)
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall
- func (c *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall) Header() http.Header
- type ProjectsLocationsAgentsEnvironmentsSessionsService
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsService) DetectIntent(sessionid string, ...) *ProjectsLocationsAgentsEnvironmentsSessionsDetectIntentCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsService) FulfillIntent(sessionid string, ...) *ProjectsLocationsAgentsEnvironmentsSessionsFulfillIntentCall
- func (r *ProjectsLocationsAgentsEnvironmentsSessionsService) MatchIntent(sessionid string, ...) *ProjectsLocationsAgentsEnvironmentsSessionsMatchIntentCall
- type ProjectsLocationsAgentsExportCall
- func (c *ProjectsLocationsAgentsExportCall) Context(ctx context.Context) *ProjectsLocationsAgentsExportCall
- func (c *ProjectsLocationsAgentsExportCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsExportCall
- func (c *ProjectsLocationsAgentsExportCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsCreateCall
- func (c *ProjectsLocationsAgentsFlowsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsCreateCall
- func (c *ProjectsLocationsAgentsFlowsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Flow, error)
- func (c *ProjectsLocationsAgentsFlowsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsCreateCall
- func (c *ProjectsLocationsAgentsFlowsCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsCreateCall
- type ProjectsLocationsAgentsFlowsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsFlowsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsDeleteCall) Force(force bool) *ProjectsLocationsAgentsFlowsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsGetCall
- func (c *ProjectsLocationsAgentsFlowsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsGetCall
- func (c *ProjectsLocationsAgentsFlowsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Flow, error)
- func (c *ProjectsLocationsAgentsFlowsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsGetCall
- func (c *ProjectsLocationsAgentsFlowsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsGetCall
- func (c *ProjectsLocationsAgentsFlowsGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsGetCall
- type ProjectsLocationsAgentsFlowsGetValidationResultCall
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsGetValidationResultCall
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3FlowValidationResult, error)
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsGetValidationResultCall
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsGetValidationResultCall
- func (c *ProjectsLocationsAgentsFlowsGetValidationResultCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsGetValidationResultCall
- type ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListFlowsResponse, error)
- func (c *ProjectsLocationsAgentsFlowsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsFlowsListCall
- func (c *ProjectsLocationsAgentsFlowsListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowCxV3ListFlowsResponse) error) error
- type ProjectsLocationsAgentsFlowsPagesCreateCall
- func (c *ProjectsLocationsAgentsFlowsPagesCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPagesCreateCall
- func (c *ProjectsLocationsAgentsFlowsPagesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Page, error)
- func (c *ProjectsLocationsAgentsFlowsPagesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPagesCreateCall
- func (c *ProjectsLocationsAgentsFlowsPagesCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsPagesCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsPagesCreateCall
- type ProjectsLocationsAgentsFlowsPagesDeleteCall
- func (c *ProjectsLocationsAgentsFlowsPagesDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPagesDeleteCall
- func (c *ProjectsLocationsAgentsFlowsPagesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsFlowsPagesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPagesDeleteCall
- func (c *ProjectsLocationsAgentsFlowsPagesDeleteCall) Force(force bool) *ProjectsLocationsAgentsFlowsPagesDeleteCall
- func (c *ProjectsLocationsAgentsFlowsPagesDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsPagesGetCall
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPagesGetCall
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Page, error)
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPagesGetCall
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsPagesGetCall
- func (c *ProjectsLocationsAgentsFlowsPagesGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsPagesGetCall
- type ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListPagesResponse, error)
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) PageToken(pageToken string) *ProjectsLocationsAgentsFlowsPagesListCall
- func (c *ProjectsLocationsAgentsFlowsPagesListCall) Pages(ctx context.Context, f func(*GoogleCloudDialogflowCxV3ListPagesResponse) error) error
- type ProjectsLocationsAgentsFlowsPagesPatchCall
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPagesPatchCall
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Page, error)
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPagesPatchCall
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsPagesPatchCall
- func (c *ProjectsLocationsAgentsFlowsPagesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsFlowsPagesPatchCall
- type ProjectsLocationsAgentsFlowsPagesService
- func (r *ProjectsLocationsAgentsFlowsPagesService) Create(parent string, googleclouddialogflowcxv3page *GoogleCloudDialogflowCxV3Page) *ProjectsLocationsAgentsFlowsPagesCreateCall
- func (r *ProjectsLocationsAgentsFlowsPagesService) Delete(name string) *ProjectsLocationsAgentsFlowsPagesDeleteCall
- func (r *ProjectsLocationsAgentsFlowsPagesService) Get(name string) *ProjectsLocationsAgentsFlowsPagesGetCall
- func (r *ProjectsLocationsAgentsFlowsPagesService) List(parent string) *ProjectsLocationsAgentsFlowsPagesListCall
- func (r *ProjectsLocationsAgentsFlowsPagesService) Patch(nameid string, googleclouddialogflowcxv3page *GoogleCloudDialogflowCxV3Page) *ProjectsLocationsAgentsFlowsPagesPatchCall
- type ProjectsLocationsAgentsFlowsPatchCall
- func (c *ProjectsLocationsAgentsFlowsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsPatchCall
- func (c *ProjectsLocationsAgentsFlowsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Flow, error)
- func (c *ProjectsLocationsAgentsFlowsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsPatchCall
- func (c *ProjectsLocationsAgentsFlowsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsPatchCall
- func (c *ProjectsLocationsAgentsFlowsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsFlowsPatchCall
- type ProjectsLocationsAgentsFlowsService
- func (r *ProjectsLocationsAgentsFlowsService) Create(parent string, googleclouddialogflowcxv3flow *GoogleCloudDialogflowCxV3Flow) *ProjectsLocationsAgentsFlowsCreateCall
- func (r *ProjectsLocationsAgentsFlowsService) Delete(name string) *ProjectsLocationsAgentsFlowsDeleteCall
- func (r *ProjectsLocationsAgentsFlowsService) Get(name string) *ProjectsLocationsAgentsFlowsGetCall
- func (r *ProjectsLocationsAgentsFlowsService) GetValidationResult(name string) *ProjectsLocationsAgentsFlowsGetValidationResultCall
- func (r *ProjectsLocationsAgentsFlowsService) List(parent string) *ProjectsLocationsAgentsFlowsListCall
- func (r *ProjectsLocationsAgentsFlowsService) Patch(nameid string, googleclouddialogflowcxv3flow *GoogleCloudDialogflowCxV3Flow) *ProjectsLocationsAgentsFlowsPatchCall
- func (r *ProjectsLocationsAgentsFlowsService) Train(name string, ...) *ProjectsLocationsAgentsFlowsTrainCall
- func (r *ProjectsLocationsAgentsFlowsService) Validate(name string, ...) *ProjectsLocationsAgentsFlowsValidateCall
- type ProjectsLocationsAgentsFlowsTrainCall
- func (c *ProjectsLocationsAgentsFlowsTrainCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTrainCall
- func (c *ProjectsLocationsAgentsFlowsTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsFlowsTrainCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTrainCall
- func (c *ProjectsLocationsAgentsFlowsTrainCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3TransitionRouteGroup, error)
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall) Force(force bool) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3TransitionRouteGroup, error)
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse, error)
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3TransitionRouteGroup, error)
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- func (c *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- type ProjectsLocationsAgentsFlowsTransitionRouteGroupsService
- func (r *ProjectsLocationsAgentsFlowsTransitionRouteGroupsService) Create(parent string, ...) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsCreateCall
- func (r *ProjectsLocationsAgentsFlowsTransitionRouteGroupsService) Delete(name string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsDeleteCall
- func (r *ProjectsLocationsAgentsFlowsTransitionRouteGroupsService) Get(name string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsGetCall
- func (r *ProjectsLocationsAgentsFlowsTransitionRouteGroupsService) List(parent string) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsListCall
- func (r *ProjectsLocationsAgentsFlowsTransitionRouteGroupsService) Patch(nameid string, ...) *ProjectsLocationsAgentsFlowsTransitionRouteGroupsPatchCall
- type ProjectsLocationsAgentsFlowsValidateCall
- func (c *ProjectsLocationsAgentsFlowsValidateCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsValidateCall
- func (c *ProjectsLocationsAgentsFlowsValidateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3FlowValidationResult, error)
- func (c *ProjectsLocationsAgentsFlowsValidateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsValidateCall
- func (c *ProjectsLocationsAgentsFlowsValidateCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsVersionsCreateCall
- func (c *ProjectsLocationsAgentsFlowsVersionsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsCreateCall
- func (c *ProjectsLocationsAgentsFlowsVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsCreateCall
- func (c *ProjectsLocationsAgentsFlowsVersionsCreateCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsVersionsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsDeleteCall
- func (c *ProjectsLocationsAgentsFlowsVersionsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsVersionsGetCall
- func (c *ProjectsLocationsAgentsFlowsVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsGetCall
- func (c *ProjectsLocationsAgentsFlowsVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Version, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsGetCall
- func (c *ProjectsLocationsAgentsFlowsVersionsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsVersionsGetCall
- type ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListVersionsResponse, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (c *ProjectsLocationsAgentsFlowsVersionsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsFlowsVersionsLoadCall
- func (c *ProjectsLocationsAgentsFlowsVersionsLoadCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsLoadCall
- func (c *ProjectsLocationsAgentsFlowsVersionsLoadCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsLoadCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsLoadCall
- func (c *ProjectsLocationsAgentsFlowsVersionsLoadCall) Header() http.Header
- type ProjectsLocationsAgentsFlowsVersionsPatchCall
- func (c *ProjectsLocationsAgentsFlowsVersionsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsFlowsVersionsPatchCall
- func (c *ProjectsLocationsAgentsFlowsVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Version, error)
- func (c *ProjectsLocationsAgentsFlowsVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsFlowsVersionsPatchCall
- func (c *ProjectsLocationsAgentsFlowsVersionsPatchCall) Header() http.Header
- func (c *ProjectsLocationsAgentsFlowsVersionsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsAgentsFlowsVersionsPatchCall
- type ProjectsLocationsAgentsFlowsVersionsService
- func (r *ProjectsLocationsAgentsFlowsVersionsService) Create(parent string, ...) *ProjectsLocationsAgentsFlowsVersionsCreateCall
- func (r *ProjectsLocationsAgentsFlowsVersionsService) Delete(name string) *ProjectsLocationsAgentsFlowsVersionsDeleteCall
- func (r *ProjectsLocationsAgentsFlowsVersionsService) Get(name string) *ProjectsLocationsAgentsFlowsVersionsGetCall
- func (r *ProjectsLocationsAgentsFlowsVersionsService) List(parent string) *ProjectsLocationsAgentsFlowsVersionsListCall
- func (r *ProjectsLocationsAgentsFlowsVersionsService) Load(name string, ...) *ProjectsLocationsAgentsFlowsVersionsLoadCall
- func (r *ProjectsLocationsAgentsFlowsVersionsService) Patch(name string, ...) *ProjectsLocationsAgentsFlowsVersionsPatchCall
- type ProjectsLocationsAgentsGetCall
- func (c *ProjectsLocationsAgentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsGetCall
- func (c *ProjectsLocationsAgentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Agent, error)
- func (c *ProjectsLocationsAgentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsGetCall
- func (c *ProjectsLocationsAgentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsGetCall
- type ProjectsLocationsAgentsGetValidationResultCall
- func (c *ProjectsLocationsAgentsGetValidationResultCall) Context(ctx context.Context) *ProjectsLocationsAgentsGetValidationResultCall
- func (c *ProjectsLocationsAgentsGetValidationResultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3AgentValidationResult, error)
- func (c *ProjectsLocationsAgentsGetValidationResultCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsGetValidationResultCall
- func (c *ProjectsLocationsAgentsGetValidationResultCall) Header() http.Header
- func (c *ProjectsLocationsAgentsGetValidationResultCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsGetValidationResultCall
- func (c *ProjectsLocationsAgentsGetValidationResultCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsGetValidationResultCall
- type ProjectsLocationsAgentsIntentsCreateCall
- func (c *ProjectsLocationsAgentsIntentsCreateCall) Context(ctx context.Context) *ProjectsLocationsAgentsIntentsCreateCall
- func (c *ProjectsLocationsAgentsIntentsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Intent, error)
- func (c *ProjectsLocationsAgentsIntentsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsIntentsCreateCall
- func (c *ProjectsLocationsAgentsIntentsCreateCall) Header() http.Header
- func (c *ProjectsLocationsAgentsIntentsCreateCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsIntentsCreateCall
- type ProjectsLocationsAgentsIntentsDeleteCall
- func (c *ProjectsLocationsAgentsIntentsDeleteCall) Context(ctx context.Context) *ProjectsLocationsAgentsIntentsDeleteCall
- func (c *ProjectsLocationsAgentsIntentsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
- func (c *ProjectsLocationsAgentsIntentsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsIntentsDeleteCall
- func (c *ProjectsLocationsAgentsIntentsDeleteCall) Header() http.Header
- type ProjectsLocationsAgentsIntentsGetCall
- func (c *ProjectsLocationsAgentsIntentsGetCall) Context(ctx context.Context) *ProjectsLocationsAgentsIntentsGetCall
- func (c *ProjectsLocationsAgentsIntentsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Intent, error)
- func (c *ProjectsLocationsAgentsIntentsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsIntentsGetCall
- func (c *ProjectsLocationsAgentsIntentsGetCall) Header() http.Header
- func (c *ProjectsLocationsAgentsIntentsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsIntentsGetCall
- func (c *ProjectsLocationsAgentsIntentsGetCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsIntentsGetCall
- type ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) Context(ctx context.Context) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3ListIntentsResponse, error)
- func (c *ProjectsLocationsAgentsIntentsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) Header() http.Header
- func (c *ProjectsLocationsAgentsIntentsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) IntentView(intentView string) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) LanguageCode(languageCode string) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) PageSize(pageSize int64) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) PageToken(pageToken string) *ProjectsLocationsAgentsIntentsListCall
- func (c *ProjectsLocationsAgentsIntentsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsAgentsIntentsPatchCall
- func (c *ProjectsLocationsAgentsIntentsPatchCall) Context(ctx context.Context) *ProjectsLocationsAgentsIntentsPatchCall
- func (c *ProjectsLocationsAgentsIntentsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDialogflowCxV3Intent, error)
- func (c *ProjectsLocationsAgentsIntentsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsAgentsIntentsPatchCall