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