Interface Intent.Message.MediaContentOrBuilder

    • Method Detail

      • getMediaTypeValue

        int getMediaTypeValue()
         Optional. What type of media is the content (ie "audio").
         
        .google.cloud.dialogflow.v2.Intent.Message.MediaContent.ResponseMediaType media_type = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for mediaType.
      • getMediaType

        Intent.Message.MediaContent.ResponseMediaType getMediaType()
         Optional. What type of media is the content (ie "audio").
         
        .google.cloud.dialogflow.v2.Intent.Message.MediaContent.ResponseMediaType media_type = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The mediaType.
      • getMediaObjectsCount

        int getMediaObjectsCount()
         Required. List of media objects.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.MediaContent.ResponseMediaObject media_objects = 2;