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