public interface ConversationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
ConversationMessage.MessageCase |
getMessageCase() |
Reply |
getReply()
Search reply.
|
ReplyOrBuilder |
getReplyOrBuilder()
Search reply.
|
TextInput |
getUserInput()
User text input.
|
TextInputOrBuilder |
getUserInputOrBuilder()
User text input.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasReply()
Search reply.
|
boolean |
hasUserInput()
User text input.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUserInput()
User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;TextInput getUserInput()
User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;TextInputOrBuilder getUserInputOrBuilder()
User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;boolean hasReply()
Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;Reply getReply()
Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;ReplyOrBuilder getReplyOrBuilder()
Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;boolean hasCreateTime()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ConversationMessage.MessageCase getMessageCase()
Copyright © 2024 Google LLC. All rights reserved.