Uses of Class
com.google.cloud.dialogflow.cx.v3.Intent.Parameter
-
Packages that use Intent.Parameter Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Intent.Parameter in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Intent.Parameter Modifier and Type Method Description Intent.Parameter
Intent.Parameter.Builder. build()
Intent.Parameter
Intent.Parameter.Builder. buildPartial()
static Intent.Parameter
Intent.Parameter. getDefaultInstance()
Intent.Parameter
Intent.Parameter.Builder. getDefaultInstanceForType()
Intent.Parameter
Intent.Parameter. getDefaultInstanceForType()
Intent.Parameter
Intent.Builder. getParameters(int index)
The collection of parameters associated with the intent.Intent.Parameter
Intent. getParameters(int index)
The collection of parameters associated with the intent.Intent.Parameter
IntentOrBuilder. getParameters(int index)
The collection of parameters associated with the intent.static Intent.Parameter
Intent.Parameter. parseDelimitedFrom(InputStream input)
static Intent.Parameter
Intent.Parameter. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.Parameter
Intent.Parameter. parseFrom(byte[] data)
static Intent.Parameter
Intent.Parameter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.Parameter
Intent.Parameter. parseFrom(com.google.protobuf.ByteString data)
static Intent.Parameter
Intent.Parameter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.Parameter
Intent.Parameter. parseFrom(com.google.protobuf.CodedInputStream input)
static Intent.Parameter
Intent.Parameter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.Parameter
Intent.Parameter. parseFrom(InputStream input)
static Intent.Parameter
Intent.Parameter. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.Parameter
Intent.Parameter. parseFrom(ByteBuffer data)
static Intent.Parameter
Intent.Parameter. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Intent.Parameter Modifier and Type Method Description List<Intent.Parameter>
Intent.Builder. getParametersList()
The collection of parameters associated with the intent.List<Intent.Parameter>
Intent. getParametersList()
The collection of parameters associated with the intent.List<Intent.Parameter>
IntentOrBuilder. getParametersList()
The collection of parameters associated with the intent.com.google.protobuf.Parser<Intent.Parameter>
Intent.Parameter. getParserForType()
static com.google.protobuf.Parser<Intent.Parameter>
Intent.Parameter. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Intent.Parameter Modifier and Type Method Description Intent.Builder
Intent.Builder. addParameters(int index, Intent.Parameter value)
The collection of parameters associated with the intent.Intent.Builder
Intent.Builder. addParameters(Intent.Parameter value)
The collection of parameters associated with the intent.Intent.Parameter.Builder
Intent.Parameter.Builder. mergeFrom(Intent.Parameter other)
static Intent.Parameter.Builder
Intent.Parameter. newBuilder(Intent.Parameter prototype)
Intent.Builder
Intent.Builder. setParameters(int index, Intent.Parameter value)
The collection of parameters associated with the intent.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Intent.Parameter Modifier and Type Method Description Intent.Builder
Intent.Builder. addAllParameters(Iterable<? extends Intent.Parameter> values)
The collection of parameters associated with the intent.
-