public interface CreateContextRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Required.
|
ContextOrBuilder |
getContextOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasContext()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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>`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user.
string parent = 1;com.google.protobuf.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>`. 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;Copyright © 2019 Google LLC. All rights reserved.