public interface CreateContextRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Required.
|
ContextOrBuilder |
getContextOrBuilder()
Required.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasContext()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
Required. The session to create a context for. Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
string parent = 1;ByteString getParentBytes()
Required. The session to create a context for. Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
string parent = 1;boolean hasContext()
Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2;Context getContext()
Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2;ContextOrBuilder getContextOrBuilder()
Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2;