Class PlaybookOutput.Builder (0.94.0)

public static final class PlaybookOutput.Builder extends GeneratedMessage.Builder<PlaybookOutput.Builder> implements PlaybookOutputOrBuilder

Output of the playbook.

Protobuf type google.cloud.dialogflow.cx.v3.PlaybookOutput

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PlaybookOutput build()
Returns
Type Description
PlaybookOutput

buildPartial()

public PlaybookOutput buildPartial()
Returns
Type Description
PlaybookOutput

clear()

public PlaybookOutput.Builder clear()
Returns
Type Description
PlaybookOutput.Builder
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];

Returns
Type Description
PlaybookOutput.Builder

This builder for chaining.

getDefaultInstanceForType()

public PlaybookOutput getDefaultInstanceForType()
Returns
Type Description
PlaybookOutput

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PlaybookOutput other)

public PlaybookOutput.Builder mergeFrom(PlaybookOutput other)
Parameter
Name Description
other PlaybookOutput
Returns
Type Description
PlaybookOutput.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PlaybookOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PlaybookOutput.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PlaybookOutput.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PlaybookOutput.Builder
Overrides

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.

Returns
Type Description
PlaybookOutput.Builder

This builder for chaining.

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.

Returns
Type Description
PlaybookOutput.Builder

This builder for chaining.