public static final class AutomatedAgentConfig.Builder extends GeneratedMessageV3.Builder<AutomatedAgentConfig.Builder> implements AutomatedAgentConfigOrBuilder
Defines the Automated Agent to connect to a conversation.
Protobuf type google.cloud.dialogflow.v2.AutomatedAgentConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutomatedAgentConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AutomatedAgentConfig build()
buildPartial()
public AutomatedAgentConfig buildPartial()
clear()
public AutomatedAgentConfig.Builder clear()
Overrides
clearAgent()
public AutomatedAgentConfig.Builder clearAgent()
Required. ID of the Dialogflow agent environment to use.
This project needs to either be the same project as the conversation or you
need to grant service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API
Service Agent
role in this project.
- For ES agents, use format:
projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
- For CX agents, use format
projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID
or '-'>
. If environment is not specified, the default draft
environment
is used.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearField(Descriptors.FieldDescriptor field)
public AutomatedAgentConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AutomatedAgentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AutomatedAgentConfig.Builder clone()
Overrides
getAgent()
Required. ID of the Dialogflow agent environment to use.
This project needs to either be the same project as the conversation or you
need to grant service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API
Service Agent
role in this project.
- For ES agents, use format:
projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
- For CX agents, use format
projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID
or '-'>
. If environment is not specified, the default draft
environment
is used.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The agent.
|
getAgentBytes()
public ByteString getAgentBytes()
Required. ID of the Dialogflow agent environment to use.
This project needs to either be the same project as the conversation or you
need to grant service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API
Service Agent
role in this project.
- For ES agents, use format:
projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
- For CX agents, use format
projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID
or '-'>
. If environment is not specified, the default draft
environment
is used.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for agent.
|
getDefaultInstanceForType()
public AutomatedAgentConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AutomatedAgentConfig other)
public AutomatedAgentConfig.Builder mergeFrom(AutomatedAgentConfig other)
public AutomatedAgentConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AutomatedAgentConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutomatedAgentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAgent(String value)
public AutomatedAgentConfig.Builder setAgent(String value)
Required. ID of the Dialogflow agent environment to use.
This project needs to either be the same project as the conversation or you
need to grant service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API
Service Agent
role in this project.
- For ES agents, use format:
projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
- For CX agents, use format
projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID
or '-'>
. If environment is not specified, the default draft
environment
is used.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The agent to set.
|
setAgentBytes(ByteString value)
public AutomatedAgentConfig.Builder setAgentBytes(ByteString value)
Required. ID of the Dialogflow agent environment to use.
This project needs to either be the same project as the conversation or you
need to grant service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Dialogflow API
Service Agent
role in this project.
- For ES agents, use format:
projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID or '-'>
. If environment is not
specified, the default draft
environment is used. Refer to
DetectIntentRequest
for more details.
- For CX agents, use format
projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID
or '-'>
. If environment is not specified, the default draft
environment
is used.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for agent to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public AutomatedAgentConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutomatedAgentConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AutomatedAgentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides