public enum HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType extends Enum<HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType> implements ProtocolMessageEnum
Selectable sections to return when requesting a summary of a conversation.
Protobuf enum
google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION |
What the agent does to help the customer. Section name: "action". |
ACTION_VALUE |
What the agent does to help the customer. Section name: "action". |
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". |
SECTION_TYPE_UNSPECIFIED |
Undefined section type, does not return anything. |
SECTION_TYPE_UNSPECIFIED_VALUE |
Undefined section type, does not return anything. |
SITUATION |
What the customer needs help with or has question about. Section name: "situation". |
SITUATION_VALUE |
What the customer needs help with or has question about. Section name: "situation". |
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() |