public interface HumanAgentAssistantEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversation()
public abstract String getConversation() The conversation this notification refers to.
Format: projects/<Project ID>/conversations/<Conversation ID>.
string conversation = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The conversation. |
getConversationBytes()
public abstract ByteString getConversationBytes() The conversation this notification refers to.
Format: projects/<Project ID>/conversations/<Conversation ID>.
string conversation = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversation. |
getParticipant()
public abstract String getParticipant() The participant that the suggestion is compiled for. And This field is used
to call
Participants.ListSuggestions
API. Format: projects/<Project ID>/conversations/<Conversation
ID>/participants/<Participant ID>.
It will not be set in legacy workflow.
HumanAgentAssistantConfig.name
for more information.
string participant = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The participant. |
getParticipantBytes()
public abstract ByteString getParticipantBytes() The participant that the suggestion is compiled for. And This field is used
to call
Participants.ListSuggestions
API. Format: projects/<Project ID>/conversations/<Conversation
ID>/participants/<Participant ID>.
It will not be set in legacy workflow.
HumanAgentAssistantConfig.name
for more information.
string participant = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for participant. |
getSuggestionResults(int index)
public abstract SuggestionResult getSuggestionResults(int index)The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult suggestion_results = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SuggestionResult |
|
getSuggestionResultsCount()
public abstract int getSuggestionResultsCount()The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult suggestion_results = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSuggestionResultsList()
public abstract List<SuggestionResult> getSuggestionResultsList()The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult suggestion_results = 5;
| Returns | |
|---|---|
| Type | Description |
List<SuggestionResult> |
|
getSuggestionResultsOrBuilder(int index)
public abstract SuggestionResultOrBuilder getSuggestionResultsOrBuilder(int index)The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult suggestion_results = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SuggestionResultOrBuilder |
|
getSuggestionResultsOrBuilderList()
public abstract List<? extends SuggestionResultOrBuilder> getSuggestionResultsOrBuilderList()The suggestion results payload that this notification refers to. It will only be set when HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses sets to true.
repeated .google.cloud.dialogflow.v2beta1.SuggestionResult suggestion_results = 5;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SuggestionResultOrBuilder> |
|