Package-level declarations

Types

Link copied to clipboard
enum ConversationConversationStage : Enum<ConversationConversationStage> , ConvertibleToJava<ConversationConversationStage>

The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.

Link copied to clipboard
enum DocumentKnowledgeTypesItem : Enum<DocumentKnowledgeTypesItem> , ConvertibleToJava<DocumentKnowledgeTypesItem>
Link copied to clipboard
enum EntityTypeAutoExpansionMode : Enum<EntityTypeAutoExpansionMode> , ConvertibleToJava<EntityTypeAutoExpansionMode>

Optional. Indicates whether the entity type can be automatically expanded.

Link copied to clipboard
enum EntityTypeKind : Enum<EntityTypeKind> , ConvertibleToJava<EntityTypeKind>

Required. Indicates the kind of entity type.

enum GoogleCloudDialogflowV2beta1FulfillmentFeatureType : Enum<GoogleCloudDialogflowV2beta1FulfillmentFeatureType> , ConvertibleToJava<GoogleCloudDialogflowV2beta1FulfillmentFeatureType>

The type of the feature that enabled for fulfillment.

Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.

enum GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions : Enum<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions>

Optional. Settings for displaying the image. Applies to every image in items.

enum GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesHorizontalAlignment : Enum<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesHorizontalAlignment> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesHorizontalAlignment>

Optional. Defines text alignment for all cells in this column.

enum GoogleCloudDialogflowV2beta1IntentMessageMediaContentMediaType : Enum<GoogleCloudDialogflowV2beta1IntentMessageMediaContentMediaType> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageMediaContentMediaType>

Optional. What type of media is the content (ie "audio").

enum GoogleCloudDialogflowV2beta1IntentMessagePlatform : Enum<GoogleCloudDialogflowV2beta1IntentMessagePlatform> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessagePlatform>

Optional. The platform that this message is intended for.

enum GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaHeight : Enum<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaHeight> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaHeight>

Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.

enum GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardCardWidth : Enum<GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardCardWidth> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardCardWidth>

Required. The width of the cards in the carousel.

enum GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardCardOrientation : Enum<GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardCardOrientation> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardCardOrientation>

Required. Orientation of the card.

enum GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardThumbnailImageAlignment : Enum<GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardThumbnailImageAlignment> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardThumbnailImageAlignment>

Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.

enum GoogleCloudDialogflowV2beta1IntentTrainingPhraseType : Enum<GoogleCloudDialogflowV2beta1IntentTrainingPhraseType> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentTrainingPhraseType>

Required. The type of the training phrase.

enum GoogleCloudDialogflowV2beta1NotificationConfigMessageFormat : Enum<GoogleCloudDialogflowV2beta1NotificationConfigMessageFormat> , ConvertibleToJava<GoogleCloudDialogflowV2beta1NotificationConfigMessageFormat>

Format of message.

enum GoogleCloudDialogflowV2beta1SpeechToTextConfigSpeechModelVariant : Enum<GoogleCloudDialogflowV2beta1SpeechToTextConfigSpeechModelVariant> , ConvertibleToJava<GoogleCloudDialogflowV2beta1SpeechToTextConfigSpeechModelVariant>

The speech model used in speech to text. SPEECH_MODEL_VARIANT_UNSPECIFIED, USE_BEST_AVAILABLE will be treated as USE_ENHANCED. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request. If enhanced model variant is specified and an enhanced version of the specified model for the language does not exist, then it would emit an error.

enum GoogleCloudDialogflowV2beta1SuggestionFeatureType : Enum<GoogleCloudDialogflowV2beta1SuggestionFeatureType> , ConvertibleToJava<GoogleCloudDialogflowV2beta1SuggestionFeatureType>

Type of Human Agent Assistant API feature to request.

enum GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding : Enum<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding> , ConvertibleToJava<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding>

Required. Audio encoding of the synthesized audio content.

enum GoogleCloudDialogflowV2beta1VoiceSelectionParamsSsmlGender : Enum<GoogleCloudDialogflowV2beta1VoiceSelectionParamsSsmlGender> , ConvertibleToJava<GoogleCloudDialogflowV2beta1VoiceSelectionParamsSsmlGender>

Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer should substitute a voice with a different gender rather than failing the request.

Link copied to clipboard
enum IntentDefaultResponsePlatformsItem : Enum<IntentDefaultResponsePlatformsItem> , ConvertibleToJava<IntentDefaultResponsePlatformsItem>
Link copied to clipboard
enum IntentWebhookState : Enum<IntentWebhookState> , ConvertibleToJava<IntentWebhookState>

Optional. Indicates whether webhooks are enabled for the intent.

Link copied to clipboard
enum ParticipantRole : Enum<ParticipantRole> , ConvertibleToJava<ParticipantRole>

Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable.

Link copied to clipboard
enum SessionEntityTypeEntityOverrideMode : Enum<SessionEntityTypeEntityOverrideMode> , ConvertibleToJava<SessionEntityTypeEntityOverrideMode>

Required. Indicates whether the additional data should override or supplement the custom entity type definition.