Interface HumanAgentAssistantConfig.SuggestionQueryConfig.SectionsOrBuilder (4.49.0)

public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.SectionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSectionTypes(int index)

public abstract HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType getSectionTypes(int index)

The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

repeated .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType

The sectionTypes at the given index.

getSectionTypesCount()

public abstract int getSectionTypesCount()

The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

repeated .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;

Returns
Type Description
int

The count of sectionTypes.

getSectionTypesList()

public abstract List<HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType> getSectionTypesList()

The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

repeated .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;

Returns
Type Description
List<SectionType>

A list containing the sectionTypes.

getSectionTypesValue(int index)

public abstract int getSectionTypesValue(int index)

The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

repeated .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of sectionTypes at the given index.

getSectionTypesValueList()

public abstract List<Integer> getSectionTypesValueList()

The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.

repeated .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for sectionTypes.