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.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.ConversationMessage.MessageCasegetMessageCase()ReplygetReply()Search reply.ReplyOrBuildergetReplyOrBuilder()Search reply.TextInputgetUserInput()User text input.TextInputOrBuildergetUserInputOrBuilder()User text input.booleanhasCreateTime()Output only.booleanhasReply()Search reply.booleanhasUserInput()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.v1beta.TextInput user_input = 1;- Returns:
- Whether the userInput field is set.
-
getUserInput
TextInput getUserInput()
User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;- Returns:
- The userInput.
-
getUserInputOrBuilder
TextInputOrBuilder getUserInputOrBuilder()
User text input.
.google.cloud.discoveryengine.v1beta.TextInput user_input = 1;
-
hasReply
boolean hasReply()
Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;- Returns:
- Whether the reply field is set.
-
getReply
Reply getReply()
Search reply.
.google.cloud.discoveryengine.v1beta.Reply reply = 2;- Returns:
- The reply.
-
getReplyOrBuilder
ReplyOrBuilder getReplyOrBuilder()
Search reply.
.google.cloud.discoveryengine.v1beta.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()
-
-