public static interface AssistAnswer.ReplyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroundedContent()
public abstract AssistantGroundedContent getGroundedContent()
Possibly grounded response text or media from the assistant.
.google.cloud.discoveryengine.v1.AssistantGroundedContent grounded_content = 1;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent |
The groundedContent. |
getGroundedContentOrBuilder()
public abstract AssistantGroundedContentOrBuilder getGroundedContentOrBuilder()
Possibly grounded response text or media from the assistant.
.google.cloud.discoveryengine.v1.AssistantGroundedContent grounded_content = 1;
Returns | |
---|---|
Type | Description |
AssistantGroundedContentOrBuilder |
getReplyCase()
public abstract AssistAnswer.Reply.ReplyCase getReplyCase()
Returns | |
---|---|
Type | Description |
AssistAnswer.Reply.ReplyCase |
hasGroundedContent()
public abstract boolean hasGroundedContent()
Possibly grounded response text or media from the assistant.
.google.cloud.discoveryengine.v1.AssistantGroundedContent grounded_content = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the groundedContent field is set. |