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, hasOneof
isInitialized
java.lang.String getParent()
Required. The session to create a context for. Format: `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>`. Note: Environments and users are under construction and will be available soon. If <Environment ID> is not specified, we assume default 'draft' environment. If <User ID> is not specified, we assume default '-' user.
string parent = 1;
ByteString getParentBytes()
Required. The session to create a context for. Format: `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>`. Note: Environments and users are under construction and will be available soon. If <Environment ID> is not specified, we assume default 'draft' environment. If <User ID> is not specified, we assume default '-' user.
string parent = 1;
boolean hasContext()
Required. The context to create.
.google.cloud.dialogflow.v2beta1.Context context = 2;
Context getContext()
Required. The context to create.
.google.cloud.dialogflow.v2beta1.Context context = 2;
ContextOrBuilder getContextOrBuilder()
Required. The context to create.
.google.cloud.dialogflow.v2beta1.Context context = 2;