public interface SummarizationSectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefinition()
public abstract String getDefinition()Optional. Definition of the section, for example, "what the customer needs help with or has question about."
string definition = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The definition. |
getDefinitionBytes()
public abstract ByteString getDefinitionBytes()Optional. Definition of the section, for example, "what the customer needs help with or has question about."
string definition = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for definition. |
getKey()
public abstract String getKey()Optional. Name of the section, for example, "situation".
string key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Optional. Name of the section, for example, "situation".
string key = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getType()
public abstract SummarizationSection.Type getType()Optional. Type of the summarization section.
.google.cloud.dialogflow.v2.SummarizationSection.Type type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SummarizationSection.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()Optional. Type of the summarization section.
.google.cloud.dialogflow.v2.SummarizationSection.Type type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |