public static final class PlaybookOutput.Builder extends GeneratedMessageV3.Builder<PlaybookOutput.Builder> implements PlaybookOutputOrBuilder
Output of the playbook.
Protobuf type google.cloud.dialogflow.cx.v3beta1.PlaybookOutput
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
addAllParameters(Iterable<? extends ActionParameter> values)
public PlaybookOutput.Builder addAllParameters(Iterable<? extends ActionParameter> values)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.ActionParameter>
|
addParameters(ActionParameter value)
public PlaybookOutput.Builder addParameters(ActionParameter value)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
addParameters(ActionParameter.Builder builderForValue)
public PlaybookOutput.Builder addParameters(ActionParameter.Builder builderForValue)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
addParameters(int index, ActionParameter value)
public PlaybookOutput.Builder addParameters(int index, ActionParameter value)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
addParameters(int index, ActionParameter.Builder builderForValue)
public PlaybookOutput.Builder addParameters(int index, ActionParameter.Builder builderForValue)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
addParametersBuilder()
public ActionParameter.Builder addParametersBuilder()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
addParametersBuilder(int index)
public ActionParameter.Builder addParametersBuilder(int index)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PlaybookOutput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public PlaybookOutput build()
buildPartial()
public PlaybookOutput buildPartial()
clear()
public PlaybookOutput.Builder clear()
Overrides
clearExecutionSummary()
public PlaybookOutput.Builder clearExecutionSummary()
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public PlaybookOutput.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PlaybookOutput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParameters()
public PlaybookOutput.Builder clearParameters()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
clone()
public PlaybookOutput.Builder clone()
Overrides
getDefaultInstanceForType()
public PlaybookOutput getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getExecutionSummary()
public String getExecutionSummary()
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The executionSummary.
|
getExecutionSummaryBytes()
public ByteString getExecutionSummaryBytes()
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for executionSummary.
|
getParameters(int index)
public ActionParameter getParameters(int index)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getParametersBuilder(int index)
public ActionParameter.Builder getParametersBuilder(int index)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getParametersBuilderList()
public List<ActionParameter.Builder> getParametersBuilderList()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
getParametersCount()
public int getParametersCount()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getParametersList()
public List<ActionParameter> getParametersList()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
getParametersOrBuilder(int index)
public ActionParameterOrBuilder getParametersOrBuilder(int index)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getParametersOrBuilderList()
public List<? extends ActionParameterOrBuilder> getParametersOrBuilderList()
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ActionParameterOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(PlaybookOutput other)
public PlaybookOutput.Builder mergeFrom(PlaybookOutput other)
public PlaybookOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public PlaybookOutput.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PlaybookOutput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeParameters(int index)
public PlaybookOutput.Builder removeParameters(int index)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
setExecutionSummary(String value)
public PlaybookOutput.Builder setExecutionSummary(String value)
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The executionSummary to set.
|
setExecutionSummaryBytes(ByteString value)
public PlaybookOutput.Builder setExecutionSummaryBytes(ByteString value)
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes for executionSummary to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public PlaybookOutput.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParameters(int index, ActionParameter value)
public PlaybookOutput.Builder setParameters(int index, ActionParameter value)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
setParameters(int index, ActionParameter.Builder builderForValue)
public PlaybookOutput.Builder setParameters(int index, ActionParameter.Builder builderForValue)
Optional. A list of output parameters for the invocation.
repeated .google.cloud.dialogflow.cx.v3beta1.ActionParameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PlaybookOutput.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PlaybookOutput.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides