Interface ResponseMessage.ConversationSuccessOrBuilder (0.14.0)

See more code actions.
public static interface ResponseMessage.ConversationSuccessOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.