Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Intent.Message.BasicCard |
Intent.Message.BasicCard.Builder.build() |
Intent.Message.BasicCard |
Intent.Message.BasicCard.Builder.buildPartial() |
Intent.Message.BasicCard |
Intent.MessageOrBuilder.getBasicCard()
The basic card response for Actions on Google.
|
Intent.Message.BasicCard |
Intent.Message.getBasicCard()
The basic card response for Actions on Google.
|
Intent.Message.BasicCard |
Intent.Message.Builder.getBasicCard()
The basic card response for Actions on Google.
|
static Intent.Message.BasicCard |
Intent.Message.BasicCard.getDefaultInstance() |
Intent.Message.BasicCard |
Intent.Message.BasicCard.getDefaultInstanceForType() |
Intent.Message.BasicCard |
Intent.Message.BasicCard.Builder.getDefaultInstanceForType() |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseDelimitedFrom(InputStream input) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(byte[] data) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(ByteBuffer data) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(ByteString data) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(CodedInputStream input) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(InputStream input) |
static Intent.Message.BasicCard |
Intent.Message.BasicCard.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Intent.Message.BasicCard> |
Intent.Message.BasicCard.getParserForType() |
static Parser<Intent.Message.BasicCard> |
Intent.Message.BasicCard.parser() |
Modifier and Type | Method and Description |
---|---|
Intent.Message.Builder |
Intent.Message.Builder.mergeBasicCard(Intent.Message.BasicCard value)
The basic card response for Actions on Google.
|
Intent.Message.BasicCard.Builder |
Intent.Message.BasicCard.Builder.mergeFrom(Intent.Message.BasicCard other) |
static Intent.Message.BasicCard.Builder |
Intent.Message.BasicCard.newBuilder(Intent.Message.BasicCard prototype) |
Intent.Message.Builder |
Intent.Message.Builder.setBasicCard(Intent.Message.BasicCard value)
The basic card response for Actions on Google.
|
Copyright © 2022 Google LLC. All rights reserved.