public static interface ResponseMessage.ConversationSuccessOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetadata()
public abstract Struct getMetadata()
Custom metadata. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Returns | |
---|---|
Type | Description |
Struct |
The metadata. |
getMetadataOrBuilder()
public abstract StructOrBuilder getMetadataOrBuilder()
Custom metadata. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Returns | |
---|---|
Type | Description |
StructOrBuilder |
hasMetadata()
public abstract boolean hasMetadata()
Custom metadata. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |