public interface ConversationMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMessageCase()
public abstract ConversationMessage.MessageCase getMessageCase()| Returns | |
|---|---|
| Type | Description |
ConversationMessage.MessageCase |
|
getReply()
public abstract Reply getReply()Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;
| Returns | |
|---|---|
| Type | Description |
Reply |
The reply. |
getReplyOrBuilder()
public abstract ReplyOrBuilder getReplyOrBuilder()Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;
| Returns | |
|---|---|
| Type | Description |
ReplyOrBuilder |
|
getUserInput()
public abstract TextInput getUserInput()User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
TextInput |
The userInput. |
getUserInputOrBuilder()
public abstract TextInputOrBuilder getUserInputOrBuilder()User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
TextInputOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasReply()
public abstract boolean hasReply()Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reply field is set. |
hasUserInput()
public abstract boolean hasUserInput()User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userInput field is set. |