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 GoogleCloudDialogflowCxV3ExperimentResultMetricCountType : Enum<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType> , ConvertibleToJava<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType>

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

enum GoogleCloudDialogflowCxV3ExperimentResultMetricType : Enum<GoogleCloudDialogflowCxV3ExperimentResultMetricType> , ConvertibleToJava<GoogleCloudDialogflowCxV3ExperimentResultMetricType>

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

enum GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding : Enum<GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding> , ConvertibleToJava<GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding>

Required. Audio encoding of the audio content to process.

enum GoogleCloudDialogflowCxV3InputAudioConfigModelVariant : Enum<GoogleCloudDialogflowCxV3InputAudioConfigModelVariant> , ConvertibleToJava<GoogleCloudDialogflowCxV3InputAudioConfigModelVariant>

Optional. Which variant of the Speech model to use.

enum GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode : Enum<GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode> , ConvertibleToJava<GoogleCloudDialogflowCxV3NluSettingsModelTrainingMode>

Indicates NLU model training mode.

enum GoogleCloudDialogflowCxV3NluSettingsModelType : Enum<GoogleCloudDialogflowCxV3NluSettingsModelType> , ConvertibleToJava<GoogleCloudDialogflowCxV3NluSettingsModelType>

Indicates the type of NLU model.

enum GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsAudioFormat : Enum<GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsAudioFormat> , ConvertibleToJava<GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsAudioFormat>

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

enum GoogleCloudDialogflowCxV3TestCaseResultTestResult : Enum<GoogleCloudDialogflowCxV3TestCaseResultTestResult> , ConvertibleToJava<GoogleCloudDialogflowCxV3TestCaseResultTestResult>

Whether the test case passed in the agent environment.

enum GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod : Enum<GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod> , ConvertibleToJava<GoogleCloudDialogflowCxV3WebhookGenericWebServiceHttpMethod>

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

enum GoogleCloudDialogflowCxV3WebhookGenericWebServiceWebhookType : Enum<GoogleCloudDialogflowCxV3WebhookGenericWebServiceWebhookType> , ConvertibleToJava<GoogleCloudDialogflowCxV3WebhookGenericWebServiceWebhookType>

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.