Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ConversationEvent.Builder |
ConversationEvent.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.clear() |
ConversationEvent.Builder |
ConversationEvent.Builder.clearConversation()
The unique identifier of the conversation this notification
refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearErrorStatus()
More detailed information about an error.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearField(Descriptors.FieldDescriptor field) |
ConversationEvent.Builder |
ConversationEvent.Builder.clearNewMessagePayload()
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ConversationEvent.Builder |
ConversationEvent.Builder.clearPayload() |
ConversationEvent.Builder |
ConversationEvent.Builder.clearType()
The type of the event that this notification refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.clone() |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeErrorStatus(com.google.rpc.Status value)
More detailed information about an error.
|
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(ConversationEvent other) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeFrom(Message other) |
ConversationEvent.Builder |
ConversationEvent.Builder.mergeNewMessagePayload(Message value)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ConversationEvent.Builder |
ConversationEvent.newBuilder() |
static ConversationEvent.Builder |
ConversationEvent.newBuilder(ConversationEvent prototype) |
ConversationEvent.Builder |
ConversationEvent.newBuilderForType() |
protected ConversationEvent.Builder |
ConversationEvent.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ConversationEvent.Builder |
ConversationEvent.Builder.setConversation(String value)
The unique identifier of the conversation this notification
refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setConversationBytes(ByteString value)
The unique identifier of the conversation this notification
refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setErrorStatus(com.google.rpc.Status.Builder builderForValue)
More detailed information about an error.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setErrorStatus(com.google.rpc.Status value)
More detailed information about an error.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.setNewMessagePayload(Message.Builder builderForValue)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setNewMessagePayload(Message value)
Payload of NEW_MESSAGE event.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ConversationEvent.Builder |
ConversationEvent.Builder.setType(ConversationEvent.Type value)
The type of the event that this notification refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setTypeValue(int value)
The type of the event that this notification refers to.
|
ConversationEvent.Builder |
ConversationEvent.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ConversationEvent.Builder |
ConversationEvent.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.