public interface TextInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
getContext()
Conversation context of the input.
|
ConversationContextOrBuilder |
getContextOrBuilder()
Conversation context of the input.
|
String |
getInput()
Text input.
|
com.google.protobuf.ByteString |
getInputBytes()
Text input.
|
boolean |
hasContext()
Conversation context of the input.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInput()
Text input.
string input = 1;com.google.protobuf.ByteString getInputBytes()
Text input.
string input = 1;boolean hasContext()
Conversation context of the input.
.google.cloud.discoveryengine.v1alpha.ConversationContext context = 2;ConversationContext getContext()
Conversation context of the input.
.google.cloud.discoveryengine.v1alpha.ConversationContext context = 2;ConversationContextOrBuilder getContextOrBuilder()
Conversation context of the input.
.google.cloud.discoveryengine.v1alpha.ConversationContext context = 2;Copyright © 2024 Google LLC. All rights reserved.