public enum DetectIntentResponseView extends Enum<DetectIntentResponseView> implements ProtocolMessageEnumThe response view specifies which fields in the QueryResult to return.
Protobuf enum google.cloud.dialogflow.cx.v3beta1.DetectIntentResponseView
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DETECT_INTENT_RESPONSE_VIEW_BASIC |
Basic response view omits the following fields: - QueryResult.diagnostic_info - QueryResult.generative_info |
DETECT_INTENT_RESPONSE_VIEW_BASIC_VALUE |
Basic response view omits the following fields: - QueryResult.diagnostic_info - QueryResult.generative_info |
DETECT_INTENT_RESPONSE_VIEW_FULL |
Full response view includes all fields. |
DETECT_INTENT_RESPONSE_VIEW_FULL_VALUE |
Full response view includes all fields. |
DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED |
Not specified. |
DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED_VALUE |
Not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|