Send feedback
Class SubAgent.Builder (4.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.0 keyboard_arrow_down
public static final class SubAgent . Builder extends GeneratedMessageV3 . Builder<SubAgent . Builder > implements SubAgentOrBuilder
Contains basic configuration for a sub-agent.
Protobuf type google.cloud.dialogflow.v2beta1.SubAgent
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SubAgent . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public SubAgent buildPartial ()
Returns
clear()
public SubAgent . Builder clear ()
Returns
Overrides
clearEnvironment()
public SubAgent . Builder clearEnvironment ()
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public SubAgent . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SubAgent . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearProject()
public SubAgent . Builder clearProject ()
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
string project = 1;
Returns
clone()
public SubAgent . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public SubAgent getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEnvironment()
public String getEnvironment ()
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
Returns
Type Description String The environment.
getEnvironmentBytes()
public ByteString getEnvironmentBytes ()
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
Returns
Type Description ByteString The bytes for environment.
getProject()
public String getProject ()
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
string project = 1;
Returns
Type Description String The project.
getProjectBytes()
public ByteString getProjectBytes ()
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
string project = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(SubAgent other)
public SubAgent . Builder mergeFrom ( SubAgent other )
Parameter
Returns
public SubAgent . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SubAgent . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SubAgent . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setEnvironment(String value)
public SubAgent . Builder setEnvironment ( String value )
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
Parameter
Name Description value String
The environment to set.
Returns
setEnvironmentBytes(ByteString value)
public SubAgent . Builder setEnvironmentBytes ( ByteString value )
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
Parameter
Name Description value ByteString
The bytes for environment to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public SubAgent . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setProject(String value)
public SubAgent . Builder setProject ( String value )
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
string project = 1;
Parameter
Name Description value String
The project to set.
Returns
setProjectBytes(ByteString value)
public SubAgent . Builder setProjectBytes ( ByteString value )
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
string project = 1;
Parameter
Name Description value ByteString
The bytes for project to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SubAgent . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SubAgent . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]