public static interface Intent.Message.MediaContent.ResponseMediaObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentUrl()
Required.
|
com.google.protobuf.ByteString |
getContentUrlBytes()
Required.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
Intent.Message.Image |
getIcon()
Optional.
|
Intent.Message.ImageOrBuilder |
getIconOrBuilder()
Optional.
|
Intent.Message.MediaContent.ResponseMediaObject.ImageCase |
getImageCase() |
Intent.Message.Image |
getLargeImage()
Optional.
|
Intent.Message.ImageOrBuilder |
getLargeImageOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasIcon()
Optional.
|
boolean |
hasLargeImage()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Name of media card.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. Name of media card.
string name = 1;String getDescription()
Optional. Description of media card.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Optional. Description of media card.
string description = 2;boolean hasLargeImage()
Optional. Image to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image large_image = 3;Intent.Message.Image getLargeImage()
Optional. Image to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image large_image = 3;Intent.Message.ImageOrBuilder getLargeImageOrBuilder()
Optional. Image to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image large_image = 3;boolean hasIcon()
Optional. Icon to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image icon = 4;Intent.Message.Image getIcon()
Optional. Icon to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image icon = 4;Intent.Message.ImageOrBuilder getIconOrBuilder()
Optional. Icon to display above media content.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image icon = 4;String getContentUrl()
Required. Url where the media is stored.
string content_url = 5;com.google.protobuf.ByteString getContentUrlBytes()
Required. Url where the media is stored.
string content_url = 5;Intent.Message.MediaContent.ResponseMediaObject.ImageCase getImageCase()
Copyright © 2023 Google LLC. All rights reserved.