Package-level declarations

Types

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

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.

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

The current state of the experiment. Transition triggered by Experiments.StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.CancelExperiment: DRAFT->DONE or RUNNING->DONE.

enum GoogleCloudDialogflowCxV3beta1ExperimentResultMetricCountType : Enum<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricCountType> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricCountType>

Count-based metric type. Only one of type or count_type is specified in each Metric.

enum GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType : Enum<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType>

Ratio-based metric type. Only one of type or count_type is specified in each Metric.

enum GoogleCloudDialogflowCxV3beta1InputAudioConfigAudioEncoding : Enum<GoogleCloudDialogflowCxV3beta1InputAudioConfigAudioEncoding> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1InputAudioConfigAudioEncoding>

Required. Audio encoding of the audio content to process.

enum GoogleCloudDialogflowCxV3beta1InputAudioConfigModelVariant : Enum<GoogleCloudDialogflowCxV3beta1InputAudioConfigModelVariant> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1InputAudioConfigModelVariant>

Optional. Which variant of the Speech model to use.

enum GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode : Enum<GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode>

Indicates NLU model training mode.

enum GoogleCloudDialogflowCxV3beta1NluSettingsModelType : Enum<GoogleCloudDialogflowCxV3beta1NluSettingsModelType> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1NluSettingsModelType>

Indicates the type of NLU model.

enum GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettingsAudioFormat : Enum<GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettingsAudioFormat> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettingsAudioFormat>

File format for exported audio file. Currently only in telephony recordings.

enum GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult : Enum<GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1TestCaseResultTestResult>

Whether the test case passed in the agent environment.

enum GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceHttpMethod : Enum<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceHttpMethod> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceHttpMethod>

Optional. HTTP method for the flexible webhook calls. Standard webhook always uses POST.

enum GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceWebhookType : Enum<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceWebhookType> , ConvertibleToJava<GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceWebhookType>

Optional. Type of the webhook.

Link copied to clipboard
enum SecuritySettingPurgeDataTypesItem : Enum<SecuritySettingPurgeDataTypesItem> , ConvertibleToJava<SecuritySettingPurgeDataTypesItem>
Link copied to clipboard
enum SecuritySettingRedactionScope : Enum<SecuritySettingRedactionScope> , ConvertibleToJava<SecuritySettingRedactionScope>

Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.

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

Strategy that defines how we do redaction.

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.