Interface ConversationMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversationMessage
,ConversationMessage.Builder
public interface ConversationMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUserInput
boolean hasUserInput()
User text input.
.google.cloud.discoveryengine.v1.TextInput user_input = 1;
- Returns:
- Whether the userInput field is set.
-
getUserInput
TextInput getUserInput()
User text input.
.google.cloud.discoveryengine.v1.TextInput user_input = 1;
- Returns:
- The userInput.
-
getUserInputOrBuilder
TextInputOrBuilder getUserInputOrBuilder()
User text input.
.google.cloud.discoveryengine.v1.TextInput user_input = 1;
-
hasReply
boolean hasReply()
Search reply.
.google.cloud.discoveryengine.v1.Reply reply = 2;
- Returns:
- Whether the reply field is set.
-
getReply
Reply getReply()
Search reply.
.google.cloud.discoveryengine.v1.Reply reply = 2;
- Returns:
- The reply.
-
getReplyOrBuilder
ReplyOrBuilder getReplyOrBuilder()
Search reply.
.google.cloud.discoveryengine.v1.Reply reply = 2;
-
hasCreateTime
boolean hasCreateTime()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Message creation timestamp.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getMessageCase
ConversationMessage.MessageCase getMessageCase()
-
-