Interface ResponseMessage.ConversationSuccessOrBuilder (0.52.0)

public static interface ResponseMessage.ConversationSuccessOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadata()

public abstract Struct getMetadata()

Custom metadata. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
Struct

The metadata.

getMetadataOrBuilder()

public abstract StructOrBuilder getMetadataOrBuilder()

Custom metadata. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
StructOrBuilder

hasMetadata()

public abstract boolean hasMetadata()

Custom metadata. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
boolean

Whether the metadata field is set.