public static final class CreateContextRequest.Builder extends GeneratedMessage.Builder<CreateContextRequest.Builder> implements CreateContextRequestOrBuilderThe request message for Contexts.CreateContext.
Protobuf type google.cloud.dialogflow.v2.CreateContextRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateContextRequest.BuilderImplements
CreateContextRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateContextRequest build()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
buildPartial()
public CreateContextRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
clear()
public CreateContextRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
clearContext()
public CreateContextRequest.Builder clearContext()Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
clearParent()
public CreateContextRequest.Builder clearParent() 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
getContext()
public Context getContext()Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Context |
The context. |
getContextBuilder()
public Context.Builder getContextBuilder()Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Context.Builder |
|
getContextOrBuilder()
public ContextOrBuilder getContextOrBuilder()Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContextOrBuilder |
|
getDefaultInstanceForType()
public CreateContextRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public 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>.
If Environment ID is not specified, we assume default 'draft'
environment. If User ID is not specified, we assume default '-' user.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasContext()
public boolean hasContext()Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the context field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeContext(Context value)
public CreateContextRequest.Builder mergeContext(Context value)Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
mergeFrom(CreateContextRequest other)
public CreateContextRequest.Builder mergeFrom(CreateContextRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateContextRequest |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateContextRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateContextRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setContext(Context value)
public CreateContextRequest.Builder setContext(Context value)Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setContext(Context.Builder builderForValue)
public CreateContextRequest.Builder setContext(Context.Builder builderForValue)Required. The context to create.
.google.cloud.dialogflow.v2.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Context.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setParent(String value)
public CreateContextRequest.Builder setParent(String value) 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateContextRequest.Builder setParentBytes(ByteString value) 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |