Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Type.
Type enum of the summarization sections.
Protobuf type google.cloud.dialogflow.v2.SummarizationSection.Type
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SummarizationSectionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Undefined section type, does not return anything.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
SITUATION
Value: 1
What the customer needs help with or has question about.
Section name: "situation".
Generated from protobuf enum SITUATION = 1;
ACTION
Value: 2
What the agent does to help the customer.
Section name: "action".
Generated from protobuf enum ACTION = 2;
RESOLUTION
Value: 3
Result of the customer service. A single word describing the result of the conversation.
Section name: "resolution".
Generated from protobuf enum RESOLUTION = 3;
REASON_FOR_CANCELLATION
Value: 4
Reason for cancellation if the customer requests for a cancellation.
"N/A" otherwise. Section name: "reason_for_cancellation".
Generated from protobuf enum REASON_FOR_CANCELLATION = 4;
CUSTOMER_SATISFACTION
Value: 5
"Unsatisfied" or "Satisfied" depending on the customer's feelings at the end of the conversation.
Section name: "customer_satisfaction".
Generated from protobuf enum CUSTOMER_SATISFACTION = 5;
ENTITIES
Value: 6
Key entities extracted from the conversation, such as ticket number, order number, dollar amount, etc.
Section names are prefixed by "entities/".
Generated from protobuf enum ENTITIES = 6;
CUSTOMER_DEFINED
Value: 7
Customer defined sections.
Generated from protobuf enum CUSTOMER_DEFINED = 7;