public static interface AssistAnswer.ReplyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()The time when the reply was created.
.google.protobuf.Timestamp create_time = 14;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time when the reply was created.
.google.protobuf.Timestamp create_time = 14;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getGroundedContent()
public abstract AssistantGroundedContent getGroundedContent()Possibly grounded response text or media from the assistant.
.google.cloud.discoveryengine.v1beta.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.v1beta.AssistantGroundedContent grounded_content = 1;
| Returns | |
|---|---|
| Type | Description |
AssistantGroundedContentOrBuilder |
|
getReplyCase()
public abstract AssistAnswer.Reply.ReplyCase getReplyCase()| Returns | |
|---|---|
| Type | Description |
AssistAnswer.Reply.ReplyCase |
|
hasCreateTime()
public abstract boolean hasCreateTime()The time when the reply was created.
.google.protobuf.Timestamp create_time = 14;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasGroundedContent()
public abstract boolean hasGroundedContent()Possibly grounded response text or media from the assistant.
.google.cloud.discoveryengine.v1beta.AssistantGroundedContent grounded_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the groundedContent field is set. |