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/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 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 GoogleCloudDialogflowCxV3AudioInput
- type GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
- type GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
- type GoogleCloudDialogflowCxV3ConversationTurn
- type GoogleCloudDialogflowCxV3ConversationTurnUserInput
- type GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
- type GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
- type GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3DtmfInput
- type GoogleCloudDialogflowCxV3EventHandler
- type GoogleCloudDialogflowCxV3EventInput
- type GoogleCloudDialogflowCxV3ExportAgentResponse
- type GoogleCloudDialogflowCxV3ExportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ExportTestCasesResponse
- type GoogleCloudDialogflowCxV3Form
- type GoogleCloudDialogflowCxV3FormParameter
- type GoogleCloudDialogflowCxV3FormParameterFillBehavior
- type GoogleCloudDialogflowCxV3Fulfillment
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCases
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
- type GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent
- type GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
- type GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
- type GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
- type GoogleCloudDialogflowCxV3ImportDocumentsResponse
- type GoogleCloudDialogflowCxV3ImportTestCasesMetadata
- type GoogleCloudDialogflowCxV3ImportTestCasesResponse
- type GoogleCloudDialogflowCxV3InputAudioConfig
- type GoogleCloudDialogflowCxV3Intent
- type GoogleCloudDialogflowCxV3IntentInput
- type GoogleCloudDialogflowCxV3IntentParameter
- type GoogleCloudDialogflowCxV3IntentTrainingPhrase
- type GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
- type GoogleCloudDialogflowCxV3Page
- type GoogleCloudDialogflowCxV3PageInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfo
- type GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo
- type GoogleCloudDialogflowCxV3QueryInput
- type GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
- type GoogleCloudDialogflowCxV3ResponseMessage
- type GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
- type GoogleCloudDialogflowCxV3ResponseMessageEndInteraction
- type GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
- type GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment
- type GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
- type GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
- type GoogleCloudDialogflowCxV3ResponseMessageText
- type GoogleCloudDialogflowCxV3RunTestCaseMetadata
- type GoogleCloudDialogflowCxV3RunTestCaseResponse
- type GoogleCloudDialogflowCxV3SessionInfo
- type GoogleCloudDialogflowCxV3TestCase
- type GoogleCloudDialogflowCxV3TestCaseError
- type GoogleCloudDialogflowCxV3TestCaseResult
- type GoogleCloudDialogflowCxV3TestConfig
- type GoogleCloudDialogflowCxV3TestError
- type GoogleCloudDialogflowCxV3TestRunDifference
- type GoogleCloudDialogflowCxV3TextInput
- type GoogleCloudDialogflowCxV3TransitionRoute
- type GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
- 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 GoogleCloudDialogflowV2beta1Agent
- type GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
- type GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
- type GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
- type GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
- type GoogleCloudDialogflowV2beta1Context
- type GoogleCloudDialogflowV2beta1DetectIntentRequest
- type GoogleCloudDialogflowV2beta1DetectIntentResponse
- type GoogleCloudDialogflowV2beta1Document
- type GoogleCloudDialogflowV2beta1DocumentReloadStatus
- type GoogleCloudDialogflowV2beta1EntityType
- type GoogleCloudDialogflowV2beta1EntityTypeBatch
- type GoogleCloudDialogflowV2beta1EntityTypeEntity
- type GoogleCloudDialogflowV2beta1Environment
- type GoogleCloudDialogflowV2beta1EventInput
- type GoogleCloudDialogflowV2beta1ExportAgentRequest
- type GoogleCloudDialogflowV2beta1ExportAgentResponse
- type GoogleCloudDialogflowV2beta1Fulfillment
- type GoogleCloudDialogflowV2beta1FulfillmentFeature
- type GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
- type GoogleCloudDialogflowV2beta1GcsSource
- type GoogleCloudDialogflowV2beta1ImportAgentRequest
- type GoogleCloudDialogflowV2beta1InputAudioConfig
- type GoogleCloudDialogflowV2beta1Intent
- type GoogleCloudDialogflowV2beta1IntentBatch
- 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