Interface PlaybookVersionOrBuilder (0.52.0)

public interface PlaybookVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. The description of the playbook version.

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. The description of the playbook version.

string description = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getExamples(int index)

public abstract Example getExamples(int index)

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Example

getExamplesCount()

public abstract int getExamplesCount()

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getExamplesList()

public abstract List<Example> getExamplesList()

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Example>

getExamplesOrBuilder(int index)

public abstract ExampleOrBuilder getExamplesOrBuilder(int index)

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
ExampleOrBuilder

getExamplesOrBuilderList()

public abstract List<? extends ExampleOrBuilder> getExamplesOrBuilderList()

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ExampleOrBuilder>

getName()

public abstract String getName()

The unique identifier of the playbook version. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/playbooks/<Playbook ID>/versions/<Version ID>.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The unique identifier of the playbook version. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/playbooks/<Playbook ID>/versions/<Version ID>.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getPlaybook()

public abstract Playbook getPlaybook()

Output only. Snapshot of the playbook when the playbook version is created.

.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Playbook

The playbook.

getPlaybookOrBuilder()

public abstract PlaybookOrBuilder getPlaybookOrBuilder()

Output only. Snapshot of the playbook when the playbook version is created.

.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PlaybookOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Last time the playbook version was created or modified.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Last time the playbook version was created or modified.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasPlaybook()

public abstract boolean hasPlaybook()

Output only. Snapshot of the playbook when the playbook version is created.

.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the playbook field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Last time the playbook version was created or modified.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.