public enum SummarizationSection.Type extends Enum<SummarizationSection.Type> implements ProtocolMessageEnum
Type enum of the summarization sections.
Protobuf enum google.cloud.dialogflow.v2beta1.SummarizationSection.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION |
What the agent does to help the customer. Section name: "action". |
ACTION_CONCISE |
Concise version of the action section. This type is only available if type ACTION is not selected. |
ACTION_CONCISE_VALUE |
Concise version of the action section. This type is only available if type ACTION is not selected. |
ACTION_VALUE |
What the agent does to help the customer. Section name: "action". |
CUSTOMER_DEFINED |
Customer defined sections. |
CUSTOMER_DEFINED_VALUE |
Customer defined sections. |
CUSTOMER_SATISFACTION |
"Unsatisfied" or "Satisfied" depending on the customer's feelings at the end of the conversation. Section name: "customer_satisfaction". |
CUSTOMER_SATISFACTION_VALUE |
"Unsatisfied" or "Satisfied" depending on the customer's feelings at the end of the conversation. Section name: "customer_satisfaction". |
ENTITIES |
Key entities extracted from the conversation, such as ticket number, order number, dollar amount, etc. Section names are prefixed by "entities/". |
ENTITIES_VALUE |
Key entities extracted from the conversation, such as ticket number, order number, dollar amount, etc. Section names are prefixed by "entities/". |
REASON_FOR_CANCELLATION |
Reason for cancellation if the customer requests for a cancellation. "N/A" otherwise. Section name: "reason_for_cancellation". |
REASON_FOR_CANCELLATION_VALUE |
Reason for cancellation if the customer requests for a cancellation. "N/A" otherwise. Section name: "reason_for_cancellation". |
RESOLUTION |
Result of the customer service. A single word describing the result of the conversation. Section name: "resolution". |
RESOLUTION_VALUE |
Result of the customer service. A single word describing the result of the conversation. Section name: "resolution". |
SITUATION |
What the customer needs help with or has question about. Section name: "situation". |
SITUATION_CONCISE |
Concise version of the situation section. This type is only available if type SITUATION is not selected. |
SITUATION_CONCISE_VALUE |
Concise version of the situation section. This type is only available if type SITUATION is not selected. |
SITUATION_VALUE |
What the customer needs help with or has question about. Section name: "situation". |
TYPE_UNSPECIFIED |
Undefined section type, does not return anything. |
TYPE_UNSPECIFIED_VALUE |
Undefined section type, does not return anything. |
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() |